Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nityanandagohain/log-kv-store
A log structured key value store written in Golang for extracting high performance out of spinning disks.
https://github.com/nityanandagohain/log-kv-store
Last synced: 21 days ago
JSON representation
A log structured key value store written in Golang for extracting high performance out of spinning disks.
- Host: GitHub
- URL: https://github.com/nityanandagohain/log-kv-store
- Owner: nityanandagohain
- Created: 2021-06-06T07:42:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-18T18:55:47.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:40:57.161Z (about 1 month ago)
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## LOG-KV-STORE
A high performant log structured key value store in golang.
## TODO
- [X] Recreate index after reboot
- [ ] Add checksums
- [ ] File rotation with max size of 1GB
- [ ] Delete Support
- [ ] Algorithm for merging immutable files## Generate API spec
* `make apigen`