An open API service indexing awesome lists of open source software.

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

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