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

https://github.com/timonback/kvs

Demo key-value store golang project
https://github.com/timonback/kvs

demo golang key-value-store

Last synced: about 1 year ago
JSON representation

Demo key-value store golang project

Awesome Lists containing this project

README

          

# kvs

Demo key-value store golang project

## Scope

- Golang
- Backend Server (CLI)
- Multi-instance support with data synchronization
- Persistent data storage

## Intention

- Learn about (current) golang
- build a simple backend key-value store

This project is a learning project and does not claim to be bugfree or supported.