jeremycook / dkan

DKAN Open Data Portal. For a fully made version see: http://github.com/nucivic/dkan-drops-7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DKAN Sitewide Build Status

Join the chat at https://gitter.im/NuCivic/dkan

What is DKAN?

DKAN

DKAN is a Drupal-based open data tool 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 NuCivic.

Data publishers

  • Publish data through a guided process or import via API/harvesting from other catalogs
  • Customize your own metadata fields, themes and branding* Store data within DKAN or on external (e.g. departmental) sites* Manage access control, version history with rollback, RDF support, user analytics* Supported enterprise-quality commercial support and FISMA-certified cloud hosting options available

Data users

  • Explore, search, add, describe, tag, group datasets via web front-end or API
  • Collaborate with user profiles, groups, dashboard, social network integration, comments* Use metadata and data APIs, data previews and visualizations* Manage access control, version history with rollback, INSPIRE/RDF support, user analytics* Extend and leverage the full universe of more than 18,000 freely available Drupal modules

Hosting and support

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

Build Status

Component Status
DKAN Sitewide DKAN Sitewide Build Status
DKAN Dataset DKAN Dataset Build Status
DKAN Datastore DKAN Datastore Build Status
Open Data Schema Map ODSM Build Status

Installation

"Fully Made" version:

https://github.com/NuCivic/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/NuCivic/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/NuCivic/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/NuCivic/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

Check tags for latest DKAN Version. 7.x-1.x is the development branch.

Contact us if you want to get involved!

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

Releases and Release Candidates

Currently, we plan releases wrapping github issues on milestones. For instance, if the latest release for dkan is 7.x-1.n then a DKAN 7.x-1.n+1 milestone should exists. You are welcome to take a look and propose bugs fixes or new features for the next release.

However, there are times when we need to create a release candidate for the next release. This usually happens when security updates are needed for contrib modules but other criteria may arise.

We keep DKAN, DKAN Dataset and DKAN Datastore versioning in sync.

Getting Help with DKAN

Have a question, found a bug, or need help with DKAN?

I have a general question DKAN as a Developer or Site Builder

Please post a question on our Developer list: https://groups.google.com/forum/?hl=en#!forum/dkan-dev

I have a bug or issue

Please post it to our Github issue queue: https://github.com/nucivic/dkan/issues

I would like to purchase DKAN support or hosting

Please contact us at NuCivic http://nucivic.com/contact

Community

You are welcome to join the discussion on the DKAN Developers mailing list. Join and read archives at: https://groups.google.com/forum/?hl=en#!forum/dkan-dev

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.

Please follow the (Ticket Template)[https://github.com/NuCivic/dkan/blob/7.x-1.x/CONTRIBUTING.md#new-feature-template] when creating new tickets.

Also, please remember to reference the issue across 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 NuCivic/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 "NuCivic/dkan#<issue_number>" in a comment.

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

About

DKAN Open Data Portal. For a fully made version see: http://github.com/nucivic/dkan-drops-7

License:GNU General Public License v2.0


Languages

Language:PHP 42.9%Language:SourcePawn 34.3%Language:Gherkin 11.3%Language:CSS 8.6%Language:Shell 2.6%Language:JavaScript 0.3%