Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
Demo key-value store golang project
- Host: GitHub
- URL: https://github.com/timonback/kvs
- Owner: timonback
- Created: 2021-01-02T16:16:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:01:46.000Z (about 2 years ago)
- Last Synced: 2024-11-02T19:41:58.352Z (2 months ago)
- Topics: demo, golang, key-value-store
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 storeThis project is a learning project and does not claim to be bugfree or supported.