Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

twinbit/dkan_datastore

 
 

Repository files navigation

Build Status

DKAN Datastore

DKAN Datastore bundles a number of modules and configuration to allow users to upload CSV files, parse them and save them into the native database as flat tables, and query them through a public API.

DKAN Datastore is part of the DKAN distribution which makes it easy to create an Open Data Portal.

DKAN Datastore is part of the DKAN project which includes the DKAN profile which creates a standalone Open Data portal, and DKAN Dataset.

DKAN Datastore is currently managed in code on Github but is mirrored on Drupal.org.

INSTALLATION

This module REQUIRES implementers to use "drush make". If you only use "drush download" you will miss key dependencies for required modules and libraries.

The following will download the required libraries and patched modules:

drush dl dkan_datastore
cd dkan_datastore
drush make --no-core dkan_datastore.make

Contributing

We are accepting issues in the dkan issue thread only -> https://github.com/NuCivic/dkan/issues -> Please label your issue as "component: dkan_datastore" after submitting so we can identify problems and feature requests faster.

If you can, please cross reference commits in this repo to the corresponding issue in the dkan issue thread. You can do that easily adding this text:

NuCivic/dkan#issue_id

to any commit message or comment replacing issue_id with the corresponding issue id.

About

Datastore functionality in Drupal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 59.9%
  • Assembly 40.1%