Priyansh Patidar

Project Title

Nebula: Distributed Key Value Store

Description Nebula is a distributed in-memory key-value store that uses consistent hashing to distribute data across multiple stores, ensuring high availability and fault tolerance. Features
  • Distributed architecture using consistent hashing.
  • In-memory storage for fast data access.
  • Support for GET, PUT, and DELETE operations.
  • CLI applicaton to interact with the store.
  • Technologies

    Golang, gRPC