Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timonback/kvs

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

demo golang key-value-store

Last synced: 15 days 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.