High performance and distributed KV store accessible through an HTTP API. π¦
Introduction
Lucid is currently in a development stage but we want to achieve a fast, secure and distributed key-value store accessible through an HTTP API, we also want to propose persistence, encryption, WebSocket streaming, replication and a lot of features.
Some Uses Cases: Private Keys Storing, IoT (to collect and save statistics data), Distributed Cache, Service Discovery, Distributed Configuration, Blob Storage etc.
Getting Started
Get the latest binary from the releases page and run these commands:
$ ./lucid init
$ ./lucid server
Or run a node with Docker, but you need to create a lucid.yml file locally before.
$ docker pull lucidkv/lucid
$ docker run -v lucid.yml:/etc/lucid/lucid.yml lucidkv/lucid