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

https://github.com/deployable/deployable-data

Generic API data store with multiple backends
https://github.com/deployable/deployable-data

Last synced: 12 months ago
JSON representation

Generic API data store with multiple backends

Awesome Lists containing this project

README

          

# deployabe-data

Store data via an API in a generic backend

memory, mongodb, sql backends

## API

POST /api/v1/data/store/mystore/entity/2d423fdec3e298
{
"some": "data"
}