xueweiz / DistributedFileSystem
Simple fault-tolerant distributed file system. 1. Utilize virtual ring style key-value store with 3 backups. 2. Automated failure detection and re-backup. 3. The system is designed in a fully de-centralized way.
☆17Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for DistributedFileSystem
- Kosmos Distributed Filesystem☆29Updated 12 years ago
- Solitaire is a Faster Linearizability Checker Supporting Multiple Data Model☆17Updated 6 years ago
- An attempt to split the Raft library out of LogCabin☆38Updated 7 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- Benchmarking In-Memory Index Structures☆26Updated 5 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- Raft Consensus Algorithm Implementation in C++ (11)☆25Updated 9 years ago
- Consistent Hashing data structures and algorithms for C++☆39Updated 8 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- Implementation of the BwTree as specified by Microsoft Research☆98Updated 8 years ago
- Implementation for MIT 6.824 Distributed System☆14Updated 10 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 7 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- DHT-based Distributed File System for MapReduce Jobs☆26Updated 3 months ago
- A transactional main-memory database system on multicores☆102Updated 6 years ago
- C++ network library☆9Updated 9 years ago
- DB for DAQ systems based on Persistent Memory and NVMe drives☆21Updated 4 years ago
- A Write-friendly and Cache-optimized Hashing Scheme for Non-volatile Memory Systems (MSST 2017, TPDS 2018)☆29Updated 6 years ago
- Thrift based key-value store with various storage backends, including MySQL, Berkeley DB, and LevelDB.☆15Updated 12 years ago
- Nuft is an C++17 implementation of the Raft consensus algorithm.☆27Updated 2 years ago
- course work for CMU DB_15445☆10Updated 5 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Minimal C++ Project Template☆38Updated 7 years ago
- The Cicada engine☆56Updated 7 years ago
- In memory TPC-C implementation. Used for a number of database research projects.☆37Updated 4 years ago
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago