1 min read
Distributed Key Value Store
  • Built a consistent Key value store in Go(golang) utilizing sync library to store key and value in map(data structure)
  • Utilized Memberlist for Data Replication and cluster membership across nodes
  • Built REST APIs for communication between nodes