Skip to content

bbmena/indistore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###This is a work in progress.

A distributed key/value store currently storing data only in-memory.

###Orchestrator This is a server that acts as a gateway to the storage nodes, and also stores the DHT tracking which node holds a given value Receives requests from the client and forwards them on to a node, returning the value to the client upon response

###Node A storage node. Is assigned a place on the hash ring by the orchestrator and sent values to store accordingly

###Client A simple client library to be used within an application to communicate with the Orchestrator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages