fangpin / miniDFSLinks
Simple version of Distributed File System on multiple threads
☆59Updated 3 months ago
Alternatives and similar repositories for miniDFS
Users that are interested in miniDFS are comparing it to the libraries listed below
Sorting:
- A distributed Google File System (GFS), partially implemented in C++. (http://bit.ly/gfs-impl)☆83Updated 4 months ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- High-Performance C++ Data System☆131Updated 3 months ago
- B+ tree implementation which stores data in file☆282Updated last year
- Map Reduce infrastructure lite using c++11 and gRPC☆22Updated 8 years ago
- C++ raft lib☆137Updated 3 years ago
- A C++ implementation of RAFT consensus algorithm☆21Updated 5 years ago
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆167Updated 11 years ago
- C++ implementation of raft consensus☆267Updated 2 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 7 years ago
- Probably the best implementation for SkipList written by C++☆124Updated 2 years ago
- Nuft is an C++17 implementation of the Raft consensus algorithm.☆26Updated 3 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆207Updated 2 years ago
- the fastest in-memory index in the East 东半球最快并发索引☆477Updated 4 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- B+ tree implementation in C☆132Updated 5 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆79Updated 7 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- A simple implementation of the Google File System in golang☆161Updated 8 years ago
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆18Updated 9 years ago
- High performance web server☆24Updated 7 years ago
- A key-value store implemented as a Log-Structured Merge Tree in C++☆71Updated 8 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- C++ header only multi-paxos library.☆40Updated 3 years ago
- A mini database implementation.☆241Updated 2 months ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆223Updated 7 years ago
- yfs是一个分布式文件系统(mit6.824)☆73Updated 6 years ago
- CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.☆173Updated 7 years ago
- myrocks and rocksdb source code analysis(myrocks/rocksdb源码解析)☆82Updated 5 years ago