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

https://github.com/hardyyb2/key-value-store


https://github.com/hardyyb2/key-value-store

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Key-Value-Store

## Summary
- A basic implementation of a key value store with caching and file system.
- Client Library for easier access to API
- Memory first cache design

## Start
- Install dependencies by running "yarn setup"
- Start server by running "yarn start"
- Run in dev mode by running "yarn dev"