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
- Host: GitHub
- URL: https://github.com/deployable/deployable-data
- Owner: deployable
- License: other
- Created: 2016-12-05T12:01:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T12:41:36.000Z (about 9 years ago)
- Last Synced: 2025-02-09T20:28:22.853Z (about 1 year ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}