lucid-kv / lucid

High performance and distributed KV store w/ REST API. 🦀

Home Page:https://clintnetwork.gitbook.io/lucid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Roadmap][Alpha] Lucid Alpha Roadmap

imclint21 opened this issue · comments

Hi,

I will try to define the Roadmap of Lucid for the Alpha Version.

  • Improve CLI #47
  • Finish Warp Migration #30
    • Graceful shutdown
  • Achieve PATCH Operations #44 #56
    • Lock / Unlock
    • Increment / Decrement
    • Define / Cancel Expiration
  • Encryption with Serpent #26
    • In-memory data encryption / decryption
  • Server Sent Event #27
    • Broadcast key update and creation
  • Improve Logging
    • Add colored logs as an option
    • Create output log file (in /var/log/ under Unix)
    • Broadcast to stderr for warning or error entries

In my opinion, for now, we need to concentrate our work on core features and not on CLI/clients.

Shouldn't this be a GitHub milestone ?

Ok, so Milestones does not support markdown :(

@clintnetwork For encryption, it's not "object encryption" as it's said in the TODO. The encryption is performed only on data. Maybe should we encrypt the whole object 🤔