Home

Awesome

DKAN Sitewide Build Status

DKAN

What is DKAN?

DKAN is a Drupal-based open data platform with a full suite of cataloging, publishing and visualization features that allows governments, nonprofits and universities to easily publish data to the public. DKAN is maintained by Nuams.

Data publishers

Data users

Hosting and support

Nuams' NuData platform offers 24/7, secure, cloud-based DKAN hosting and support services.

Build Status

ComponentStatus
DKAN SitewideDKAN Sitewide Build Status
DKAN DatasetDKAN Dataset Build Status
DKAN DatastoreDKAN Datastore Build Status

Installation

Downloadable Version 7.x-1-0

https://github.com/nuams/dkan-drops-7

Drush Make

Requires drush version 6.x or 7.x.

Create a full version with drush make:

git clone --branch 7.x-1.x https://github.com/nuams/dkan.git
cd dkan
drush make --prepare-install build-dkan.make webroot
cd webroot
drush site-install dkan --db-url="mysql://DBUSER:DBPASS@localhost/DBNAME"

Note: Recline previews require clean URLs

Components

DKAN consists of three main components:

DKAN Distro

This is the installation profile that packages everything together. It included the DKAN theme, faceted search, and other elements.

DKAN Dataset

DKAN Dataset is a stand-alone module: https://github.com/nuams/dkan_dataset that provides dataset and resource content types. This is the foundation for the open data publishing. DKAN Dataset can be included in any Drupal 7 site.

The dataset nodes contain the metadata and the resource nodes contain the file or data itself. This is exactly how CKAN does it, but in Drupal. The metadata from the datasets are available in rdf(a) that is DCAT compliant as well as in JSON.

DKAN Datastore

DKAN Datastore is a stand-alone module: https://github.com/nuams/dkan_datastore that provides the ability to include uploaded files into a datastore and expose their components via an API. DKAN Datastore can be included in any Drupal 7 site.

Current Status

DKAN just published its 1.0 release.

Contact us if you want to get involved!

DKAN development is a sponsored by NUAMS. For more information about hosting and professional support options for DKAN, see http://nucivic.com

Contributing

Please file all tickets for DKAN, including those that involve code in DKAN Dataset and DKAN Datastore modules in this issue queue. We have several labels in place for you to tag the issue with and identify it with the proper component.

Also, please remember to reference the issue accross repositories in order for maintainers to pick up commits and pull requests looking at the issue. You can do that for commits like this:

git commit -m "Issue nuams/dkan#<issue_number>: ..."

Just replace <issue_number> with the actual issue number. You can reference pull requests exactly like that if you add the same text "nuams/dkan#<issue_number>" in a comment.

This really help us detecting changes and pulling them in in faster.