Skip to content

Loading data via the API

Friedrich Lindenberg edited this page Jun 18, 2015 · 5 revisions

Data loading in SpenDB is entirely controlled via the systems REST API, so all available data management operations can also be triggered programmatically. In order to load a dataset to SpenDB, a script would have to follow these steps:

  • Create or update a dataset on SpenDB via a POST request to /api/3/datasets.

https://github.com/pudo/spendb/blob/master/contrib/spendb_importer.py

Clone this wiki locally