Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`