Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seebi/ckan2debian
A small script which creates a debian package from a ckan RDF dataset to allow installation of datadumps via apt-get.
https://github.com/seebi/ckan2debian
Last synced: 28 days ago
JSON representation
A small script which creates a debian package from a ckan RDF dataset to allow installation of datadumps via apt-get.
- Host: GitHub
- URL: https://github.com/seebi/ckan2debian
- Owner: seebi
- Created: 2011-08-31T10:01:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T14:16:02.000Z (almost 11 years ago)
- Last Synced: 2024-08-02T12:51:30.363Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 17.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - seebi/ckan2debian - A small script which creates a debian package from a ckan RDF dataset to allow installation of datadumps via apt-get. (others)
README
# ckan2debian
This script creates a debian package of the formrdf-dataset-$name_$date_all.deb
for a [CKAN dataset](http://thedatahub.org) which comply with the following requirements:
* The dataset is RDF based and has a download-able dump
* The dump is request-able and can be transformed to ntripleAfter the package installation, the dataset will uploaded as a new graph in virtuoso.
The graph and the source turtle files will be removed on package de-installation.## stack.lod2.eu
This script was created for the [LOD2 stack debian repository](http://stack.lod2.eu)
and you might find some CKAN dataset packages there.## Example
Try to do a `make test` which will run `ckan2debian.sh` with the config under
`test`.