Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/dkan-core
data.g0v.tw use DKAN. dkan-core doesn't include any 3-party module and drupal in code.
https://github.com/g0v/dkan-core
Last synced: about 2 months ago
JSON representation
data.g0v.tw use DKAN. dkan-core doesn't include any 3-party module and drupal in code.
- Host: GitHub
- URL: https://github.com/g0v/dkan-core
- Owner: g0v
- License: gpl-2.0
- Fork: true (GetDKAN/dkan)
- Created: 2014-05-15T17:23:57.000Z (over 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2014-05-10T14:47:36.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:37:50.430Z (4 months ago)
- Language: CSS
- Homepage: http://data.g0v.tw
- Size: 19.5 MB
- Stars: 2
- Watchers: 29
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-g0v - dkan-core - g0v零時資料中心 (Infrastructure / g0v 基礎建設)
README
[![DKAN Sitewide Build Status](https://travis-ci.org/nuams/dkan.svg?branch=7.x-1.x)](https://travis-ci.org/nuams/dkan)
[![DKAN](http://f.cl.ly/items/3q3v120q0h1q2d2A3s3L/Screenshot%202014-04-29%2018.40.15.png)](http://nucivic.com/dkan)
## What is DKAN?
[DKAN](http://nucivic.com/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](http://nuams.co).
## 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
Nuams' [NuData](http://nucivic.com/products/nudata/) platform offers 24/7, secure, cloud-based DKAN hosting and support services.
* [FAQs »](http://nucivic.com/products/nudata/nudata-faqs/)
* [ Live demo » ](http://demo.getdkan.com/)
* [ Docs » ](http://docs.getdkan.com/)## Build Status
| Component | Status |
|----------------|:------------|
| DKAN Sitewide | [![DKAN Sitewide Build Status](https://travis-ci.org/nuams/dkan.svg?branch=7.x-1.x)](https://travis-ci.org/nuams/dkan) |
| DKAN Dataset | [![DKAN Dataset Build Status](https://travis-ci.org/nuams/dkan_dataset.svg?branch=7.x-1.x)](https://travis-ci.org/nuams/dkan_dataset) |
| DKAN Datastore | [![DKAN Datastore Build Status](https://travis-ci.org/nuams/dkan_datastore.svg?branch=7.x-1.x)](https://travis-ci.org/nuams/dkan_datastore) |## 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:
```bash
git commit -m "Issue nuams/dkan#: ..."
```Just replace **** with the actual issue number. You can reference pull requests exactly like that if you add the same text **"nuams/dkan#"** in a comment.
This really help us detecting changes and pulling them in in faster.