A reasonably fast configurable embedded key-value sensor database
1.6K
A reasonably fast configurable embedded key-value sensor database
Run database with docker
docker run -dit --rm -p 3030:3030 --name rapiddb kruserr/rapiddb:0.1
Write to database with curl
curl -X POST localhost:3030/api/v0/test-0 -d '{"temp":4.00}'
Read from database with curl
curl localhost:3030/api/v0/test-0/latest
Explore the API with curl
curl localhost:3030/api/v0
curl localhost:3030/api/v0/sensors
curl localhost:3030/api/v0/test-0
Visit the Documentation.
Visit the Examples.
Content type
Image
Digest
sha256:ed2487bd8…
Size
28.5 MB
Last updated
almost 2 years ago
docker pull kruserr/rapiddb