Pinned Repositories
bfs
The Baidu File System.
changyonggang.github.io
blog & blog theme🤘
cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
deep_use_github
deep use github by this repository
embed-etcd-demo
embed-etcd 使用demo,将etcd嵌入你的服务中
etcd_demo
kv-db
inspired by etcd-raft-example and leveldb
note
不积跬步无以至千里,一点点积累,量变引起质变!
phxpaxos-annotated
rocksdb-hdfs-sample
changyonggang's Repositories
changyonggang/kv-db
inspired by etcd-raft-example and leveldb
changyonggang/embed-etcd-demo
embed-etcd 使用demo,将etcd嵌入你的服务中
changyonggang/BaikalDB
BaikalDB, A Distributed HTAP Database.
changyonggang/braft
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
changyonggang/c-integrate-cpp
c程序中引用cpp库,利用 extern
changyonggang/csi-driver-host-path
A sample (non-production) CSI Driver that creates a local directory as a volume on a single node
changyonggang/dragonboat
A feature complete and high performance multi-group Raft library in Go.
changyonggang/dragonfly
A modern replacement for Redis and Memcached
changyonggang/etcd
Distributed reliable key-value store for the most critical data of a distributed system
changyonggang/etcd-learning
etcd 学习,使用场景,源码解读
changyonggang/etcd-raft-demo
etcd raft demo inspired by etcd-example
changyonggang/failpoint-demo
changyonggang/grpc
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
changyonggang/grpc-c-demo
grpc C语言demo
changyonggang/grpc-read
grpc 源码解读
changyonggang/hbase
Apache HBase
changyonggang/incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
changyonggang/incubator-pegasus
Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store
changyonggang/influxdb
Scalable datastore for metrics, events, and real-time analytics
changyonggang/iotdb
Apache IoTDB
changyonggang/juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
changyonggang/kubebrain
A High Performance Metadata System for Kubernetes
changyonggang/kubernetes
Production-Grade Container Scheduling and Management
changyonggang/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
changyonggang/pika
Pika is a NoSQL database compatible with redis which is developed by Qihoo's infrastructure team.
changyonggang/raft
Golang implementation of the Raft consensus protocol
changyonggang/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
changyonggang/rqlite
The lightweight, distributed relational database built on SQLite
changyonggang/spfs
A simple file system for NVMe SSD developed with SPDK
changyonggang/zookeeper
Apache ZooKeeper