Kiwi is a multi-backend key-value store written in Go.
- Supports multiple indexing schemes: B+ Tree
- https://hackthology.com/linear-hashing.html
- http://research.cs.vt.edu/AVresearch/hashing/
- https://cstack.github.io/db_tutorial/
- https://github.com/boltdb/bolt
- https://artem.krylysov.com/blog/2018/03/24/pogreb-key-value-store/
- https://hackthology.com/an-in-memory-go-implementation-of-linear-hashing.html