https://github.com/ckan/example-add-dataset
Example script that uses the CKAN API to create a dataset and upload some files to it
https://github.com/ckan/example-add-dataset
Last synced: 9 months ago
JSON representation
Example script that uses the CKAN API to create a dataset and upload some files to it
- Host: GitHub
- URL: https://github.com/ckan/example-add-dataset
- Owner: ckan
- Created: 2014-02-05T19:42:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T13:52:52.000Z (over 11 years ago)
- Last Synced: 2025-04-04T17:51:47.813Z (9 months ago)
- Language: Python
- Size: 938 KB
- Stars: 3
- Watchers: 8
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
example-add-dataset
===================
Example script that uses the CKAN API to create a dataset and upload some files to it (By default to a CKAN instance running on http://localhost:5000).
Requires [ckanapi](https://github.com/ckan/ckanapi) and [requests](http://docs.python-requests.org/).
## Usage:
```bash
$ python add_example_datasets.py API-KEY
```
---
Originally written by @seanh