BrainlessLabs / momo

A Java key value store. :rice:
Apache License 2.0
1 stars 7 forks source link

Create the key-value store #4

Open BrainlessLabs opened 4 years ago

balajikrb commented 4 years ago

Can you add more description about the key-value store requirements.,? That will help to initiate the design.,

sp-mishra commented 4 years ago

Hi @balajikrb following is the requirements:

  1. It should be something like LevelDb
  2. Should have optional replication and HA
  3. Should have code that can be hacked easily and different types of implementations based on different load factors.
  4. Embedded The motivation of the key-value store is for learning how to develop a key-value store and also time come up with a production-grade kv store. Let me know if you need more information about it. Currently, I am developing a basic KV store .