Stars
这是一个简单的技术科普教程项目,主要聚焦于解释一些有趣的,前沿的技术概念和原理。每篇文章都力求在 5 分钟内阅读完成。
Build a distributed SQL database from the ground up
NoSQL data store using the seastar framework, compatible with Apache Cassandra
The lightweight, user-friendly, distributed relational database built on SQLite.
A list of papers about distributed consensus.
The PebblesDB write-optimized key-value store (SOSP 17)
myrocks and rocksdb source code analysis(myrocks/rocksdb源码解析)
Sourcetrail - free and open-source interactive source explorer
Facebook's branch of the Oracle MySQL database. This includes MyRocks.
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" mea…
GoogleTest - Google Testing and Mocking Framework
Pluggable in-process caching engine to build and scale high performance services
A course to build distributed key-value service based on TiKV model
polardbx-engine is a MySQL branch originated from Alibaba Group, especially supports large-scale distributed database system.
PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
A library that provides an embeddable, persistent key-value store for fast storage.
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 e…
Mcrouter is a memcached protocol router for scaling memcached deployments.
Facebook's branch of Apache Thrift, including a new C++ server.
《Effective Modern C++》- 完成翻译
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
A list of learning materials to understand databases internals
a consistent_hash implementation writen in c++