shwetayakkali / Distributed-System-Algorithms-ImplementationLinks
Algorithms for implementation of Clock Synchronization, Consistency, Mutual Exclusion, Leader Election
☆53Updated 7 years ago
Alternatives and similar repositories for Distributed-System-Algorithms-Implementation
Users that are interested in Distributed-System-Algorithms-Implementation are comparing it to the libraries listed below
Sorting:
- Develop increasingly sophisticated databases from scratch in Java☆29Updated 3 years ago
- ☆56Updated 3 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆102Updated this week
- A simple cassandra like kv store using gossip protocol☆16Updated 4 years ago
- A small distributed key value store written in java, uses event driven architecture and supports replication.☆16Updated 11 months ago
- A Java implementation of Lamport's Paxos algorithm.☆91Updated last year
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- Distributed File System server implemented using RAFT Algorithm.☆16Updated 6 years ago
- ☆76Updated 3 years ago
- Project for COS 518: distributed lock service☆36Updated 6 years ago
- Disk based index database implementation. Purely written in Java.☆19Updated 7 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆58Updated 5 years ago
- Log-Structured Merge Tree Java implementation☆101Updated last year
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.