Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dejankos committed Sep 1, 2020
1 parent b3220d8 commit 521bfd1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ The response contains data associated with the database and and key provided in
From the previous example this is our response
```payload can be anything⏎ ```

Data is always return with content type header ```content-type: application/octet-stream```
Data is always return with content type header ```content-type: application/octet-stream```
A successful request is indicated by a ```200 OK HTTP``` status code.

### Delete record
@@ -66,6 +66,14 @@ For database performance tuning check the official [RocksDb tuning guide](https:
For service performance tuning check example service_config.toml and yes - ```workers``` is the only config parameter that matters, default is number of logical CPUs
Example configuration is provided under ```project_root/config```

### TODO
- [ ] impl From for errors
- [ ] support for more rocksDb options in config (bloom, block cache..)
- [ ] db iterator for on startup init
- [ ] code coverage
- [ ] performance ?


## Licence
Rocky is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 comments on commit 521bfd1

Please sign in to comment.