cloudXane / 2PCLinks
Implementation of Two Phase Commit
☆14Updated 12 years ago
Alternatives and similar repositories for 2PC
Users that are interested in 2PC are comparing it to the libraries listed below
Sorting:
- Implementation of the Two-phase commit protocol in Java☆25Updated 11 years ago
- Algorithms for implementation of Clock Synchronization, Consistency, Mutual Exclusion, Leader Election☆53Updated 8 years ago
- A Java implementation of Lamport's Paxos algorithm.☆92Updated last year
- netty rpc which supports multi protocols☆21Updated 7 years ago
- A small distributed key value store written in java, uses event driven architecture and supports replication.☆16Updated last year
- An experimental Wasm implementation written in Go.☆23Updated 5 years ago
- 多版本并发控制的配置管理平台☆18Updated 8 years ago
- netty最佳实践☆14Updated 5 years ago
- [Go] - Bully algorithm visualization & implementation written in Golang.☆63Updated 6 years ago
- A simple database based on raft and rocksdb☆52Updated 8 years ago
- Distributed Message Queue based on Raft☆34Updated 3 years ago
- A high-throughput, persistent, distributed, publish-subscribe messaging system based on memory mapped file and Thrift RPC☆166Updated 8 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 9 years ago
- Blogs for Golang, C, Shell, Linux....☆37Updated 5 years ago
- Introduction to distributed programming in Java☆20Updated 11 years ago
- A distributed key-value store based on the implementation of Raft consensus algorithm following the paper, which applies multithreading t…☆19Updated 6 years ago
- Example LMAX Disruptor spring-boot project that uses disruptor-spring-manager framework☆70Updated 8 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆59Updated 5 years ago
- Sample Distributed system created using spring boot app server and zookeeper as backbone☆35Updated 3 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆104Updated 5 months ago
- Distributed File System server implemented using RAFT Algorithm.☆17Updated 6 years ago
- High performance persistent LSM key-value store library for the JVM.☆166Updated 3 years ago
- A Java library for implementing parallel tasks that have directed acyclic dependencies and executing them with various scheduling algorit…☆47Updated 4 years ago
- Sample code for a presentation on ZooKeeper.☆118Updated last year
- Project for COS 518: distributed lock service☆37Updated 6 years ago
- Storage algorithms.☆38Updated 4 years ago
- Raft is gaining popularity in distributed systems as a simple and powerful consensus algorithm.☆36Updated 6 years ago
- write my own spring aop/ioc