About Lucid ᵏᵛ
High performance and distributed KV store accessible through an HTTP API. 🦀
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.
$ ./lucid init
$ ./lucid server
$ docker pull lucidkv/lucid
$ docker run -v lucid.yml:/etc/lucid/lucid.yml lucidkv/lucid
- Private Keys Storage (for a wallet by example)
- IoT: collect and save statistics data
- A distributed cache for an application
- Service Discovery
- Distributed Configuration
- Blob Storage
Name / Nickname | Email | Role |
Clint Mourlevat | Core Development | |
Jonathan Serra | Core Development | |
CephalonRho | Core Development | |
Rigwild | Web UI Development |
See CONTRIBUTING.md for best practices and instructions on setting up your development environment to work on Lucid.
Last modified 3yr ago