Extension Azurefilestore


Extension Basics

Title
Azurefilestore
Name
ckanext-azurefilestore
Type
Public extension
Description
Use Azure Blob Storage as a file store for resources.
CKAN versions

~2.8.3

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Last commit
5 years ago (2020-02-02 21:43:59)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

.. image:: https://travis-ci.org/markmo/ckanext-azurefilestore.svg?branch=master :target: https://travis-ci.org/markmo/ckanext-azurefilestore

.. image:: https://coveralls.io/repos/markmo/ckanext-azurefilestore/badge.svg :target: https://coveralls.io/r/markmo/ckanext-azurefilestore

.. .. image:: https://pypip.in/download/ckanext-azurefilestore/badge.svg :target: https://pypi.python.org/pypi//ckanext-azurefilestore/ :alt: Downloads

.. .. image:: https://pypip.in/version/ckanext-azurefilestore/badge.svg :target: https://pypi.python.org/pypi/ckanext-azurefilestore/ :alt: Latest Version

.. .. image:: https://pypip.in/py_versions/ckanext-azurefilestore/badge.svg :target: https://pypi.python.org/pypi/ckanext-azurefilestore/ :alt: Supported Python versions

.. .. image:: https://pypip.in/status/ckanext-azurefilestore/badge.svg :target: https://pypi.python.org/pypi/ckanext-azurefilestore/ :alt: Development Status

.. .. image:: https://pypip.in/license/ckanext-azurefilestore/badge.svg :target: https://pypi.python.org/pypi/ckanext-azurefilestore/ :alt: License

=============

ckanext-azurefilestore

Use Azure Blob Storage as a filestore for resources.

Upload File

.. image:: docs/images/upload_file.png :width: 700 :alt: Upload File

Object in Azure

.. image:: docs/images/object_in_azure.png :width: 700 :alt: Object in Azure

View Resource in Azure

.. image:: docs/images/view_resource_in_azure.png :width: 700 :alt: View Resource in Azure


Requirements

Tested with CKAN Version 2.8.3.


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-azurefilestore:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

2.

Version
Version release date
(not set)
Contact name
Mark M
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
azurefilestore
CKAN Settings (ckan.ini)
# ckanext.azurefilestore.connect_str = "Copy Connection string from 'key1' in Settings > Access Keys under your Storage account in Azure"
# ckanext.azurefilestore.container_name = "Create a name and append a unique key, e.g. using uuid.uuid4()"
# ckanext.azurefilestore.storage_account = "The name of your Azure storage account"
# ckanext.azurefilestore.account_key = "Copy Key from 'key1' in Settings > Access Keys under your Storage account in Azure"
# ckanext.azurefilestore.storage_path = "my-storage-key"
# ckanext.azurefilestore.filesystem_download_fallback = true
DB migration to be executed
(not set)
<< back to Extensions