Skip to content

Arceen/dsystems-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Key Value Store with node/client clusters and centralized registry

Cluster of nodes share keys by registering themselves on a central registry system. Client can query registry system for available nodes. and Get/Set KV from any of those nodes

Features checklist

  • ✅ Custom RPC frames over tcp network for DSL and efficient & optimized operations
  • ✅ Node fault tolerance
  • ✅ Node replication
  • ✅ Client-Node direct access reducing registry load and direct access
  • ✅ Active Node list filter/query on registry on live tcp connections
  • ❌ Distributed registry system (Currently centralized)
  • ❌ Client can auto connect to other nodes if initial one fails
  • ❌ KV store is replicated and keeps an ordered log of KV operations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published