Extension Downloadall


Extension Basics

Title
Downloadall
Name
ckanext-downloadall
Type
Public extension
Description
CKAN extension that adds a "Download all" button to datasets
CKAN versions
Download-Url (zip)
Last commit
5 years ago (2020-02-14 23:10:15)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

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

.. image:: https://img.shields.io/pypi/v/ckanext-downloadall.svg :target: https://pypi.python.org/project/ckanext-downloadall/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/ckanext-downloadall.svg :target: https://pypi.python.org/project/ckanext-downloadall/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/status/ckanext-downloadall.svg :target: https://pypi.python.org/project/ckanext-downloadall/ :alt: Development Status

.. image:: https://img.shields.io/pypi/l/ckanext-downloadall.svg :target: https://pypi.python.org/project/ckanext-downloadall/ :alt: License

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

ckanext-downloadall

This CKAN extension adds a “Download all” button to datasets. This downloads a zip file containing all the resource files and a datapackage.json.

.. image:: demo.png

This zip file is a good way to package data for storing or sending, because:

  • you keep all the data files together

  • you include the documentation (metadata) - avoids the common problem of being handed some data files and not know anything about it or where to find info

  • the metadata is machine-readable, so can be used by tools, software and in automated workflows. For example:

    • validating a series of data releases all meet a standard schema
    • loading it into a database, using the column types and foreign key relations specified in the metadata

The datapackage.json <https://frictionlessdata.io/specs/data-package/>_ is a Frictionless Data <https://frictionlessdata.io/specs/data-package/>_ standard, also known as a Data Package.

Technical notes ~~~~~~~~~~~~~~~

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


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
downloadall 4
CKAN Settings (ckan.ini)
# ckanext.downloadall.dataset_fields_to_add_to_datapackage = district county
DB migration to be executed
(not set)
<< back to Extensions