Skip to content

distributed-kv-store/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distributed-kvstore

A distributed in-memory key-value store.

Design

The project includes two main components:

  • Proxy/Router written in golang

  • Server written in Python

Proxy is responsible for routing client requests for adding and fetching key-value pairs to servers based on key hashes.

Server code is responsible for spinning up new http servers and enabling servers to store key-value pairs in-memory.

The proxy server exposes an HTTP API that clients can use to put and get key-value pairs.

Running the code

Install python 2.7 (required for server)

Install golang (required for proxy)

Run make build to install dependencies and build executables

Run make check to run example application with a few servers spawned on localhost.

Team Members

  • Manthan Thakar

  • Tirthraj Parmar

About

A distributed in-memory key-value store written in Python and Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors