Simple key value storage implementation
- Simple: Easy to use and understand
- Fast: High performance
- Durable: Data is persisted on disk
For more information, check the documentation.
To install the KV Store we recommend using one of our docker images.
To run the latest version of the KV Store, run the following commands:
git clone [email protected]:gfffrtt/kv-store.git
cd kv-store
make run
To connect and performance operations is simple, install one of our SDKs for your favorite language and start using it.
- Make the data persistent (currently it is stored in memory) to support restarts
- Make the KV Store distributed
- Create SDKs
- Add examples to the documentation