An Open Data Catalog module for Drupal 10+.
DKAN's full documentation can be found at dkan.readthedocs.io.
DKAN v1 and v2 were published on Github. DKAN 2 was available as a composer package
but from packagist.org, as getdkan/dkan. In March 2026 we released DKAN 4 on Drupal.org.
It can now be added to any Drupal project as drupal/dkan. For now, we continue
to use Github for development, and create PRs and issues there. However, we are
not creating 4.x releases on Github. The 4.x branch is mirrored to git.drupalcode.org, and
we create tags and releases there.
Our long-term plan is to move issues and MRs to Drupal.org as well. We are going to wait, at minimum, until the new Gitlab-based issue system becomes available. For now, please submit issues, questions or PRs to our Github repository.
Besides moving to the new repository, DKAN 4 introduces the following changes:
- All submodules now follow the
dkan_naming convention. For instance, DKAN v2 has a "datastore" module; that is now "dkan_datastore". - JSON Form Widget is no longer a submodule of DKAN, but a standalone module on Drupal.org.
- Several classes and methods marked as deprecated in v2 are now removed.
If you are already using DKAN v2, please to not upgrade before reading the Upgrade Guide in the DKAN v2 documentation site.
- Harvesting of data from external catalogs that provide a data.json
- JSON-based metadata catalog, with user-defined schemas
- Out-of-the-box support for DCAT-US metadata standard
- Web service API endpoints that provide remote/automated management of datasets
- Integration with a decoupled REACT front end
- A datastore to store CSV data files in the database and make them queryable by third party applications.
DKAN and related modules are freely-available under the "GNU General Public License, version 2 or any later version" license.
DKAN is covered by the Drupal Security Advisory Policy. If you have found a vulnerability in DKAN, please report it confidentially.
- DKAN’s initial v1.0 release was in 2014 (this code is still available on the 7.x-1.x branch, although no longer supported).
- In the fall of 2017, CivicActions took over sponsorship and maintenance of DKAN.
- In May 2020 CivicActions released a completely rewritten version of DKAN to support Drupal 8, then 9 and 10. This new version (v2) was a complete ground up rebuild of the platform, integrating architectural insight from DKAN v1 and many new capabilities.
- DKAN v4 released in March 2026, moving releases to Drupal.org