Skip to content

sandeepguntaka/dkan

 
 

Repository files navigation

DKAN

DKAN - An Open Data Catalog built on Drupal 8

GetDKAN Maintainability Test Coverage GPL license


Documentation

DKAN's documentation lives at docs.getdkan.com

To generate the docs with a specfic version number, run:

DKAN_VERSION='v2.1.0' doxygen

To supply the current branch, run:

DKAN_VERSION=`git rev-parse --abbrev-ref HEAD` doxygen

Features

  • Harvesting of data from external catalogs that provide a data.json
  • Dataset metadata and resources
  • Web service API endpoints that allow third party applications to work with the datasets
  • Integration with a decoupled REACT front end
  • A datastore to store CSV files and make them queryable through an SQL endpoint.

License

DKAN and related modules are freely-available under the "GNU General Public License, version 2 or any later version" license.


Looking for the Drupal 7 version of DKAN? See the 7.x-1.x branch on DKAN's Github Repository.

Packages

 
 
 

Languages

  • PHP 94.3%
  • JavaScript 5.1%
  • Other 0.6%