DKAN - An Open Data Catalog built on Drupal 9
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
- 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.
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.