Simple SledDB API service layer. Put a k/v in at an endpoint and retrieve it.
curl -i -X GET -H "Content-Type: application/json" http://localhost:8080/api/foo
curl -i -X PUT -H "Content-Type: application/json" -d '{"bar":"baz"}' http://localhost:8080/api/foo
curl -i -X DELETE -H "Content-Type: application/json" http://localhost:8080/api/foo