Pinned Repositories
pulsar
Apache Pulsar - distributed pub-sub messaging system
rocketmq
Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
curve
Curve is a high-performance, lightweight-operation, cloud-native open source distributed storage system. Curve can be applied to: 1) mainstream cloud-native infrastructure platforms OpenStack and Kubernetes; 2) high-performance storage for cloud-native databases; 3) cloud storage middleware using S3-compatible object storage as a data storage.
hy_algorithm
算法/数据结构总结仓库
hy_computerAndJava_basic
计算机基础知识知识
hy_distribute_theory_basic
分布式理论基础知识仓库
hzh0425
kafka
Mirror of Apache Kafka
starrocks
StarRocks is a next-gen sub-second MPP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics and ad-hoc query.
sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
hzh0425's Repositories
hzh0425/hy_distribute_theory_basic
分布式理论基础知识仓库
hzh0425/hy_computerAndJava_basic
计算机基础知识知识
hzh0425/hy_algorithm
算法/数据结构总结仓库
hzh0425/campus_recruitmen_questions
2021年最新整理,5000道秋招/提前批/春招/常用面试题(含答案),包括leetcode,校招笔试题,面试题,算法题,语法题。
hzh0425/adage
dynamic DAG workflows
hzh0425/Cnblogs-Theme-SimpleMemory
🍭 Cnblogs theme _ Basic theme : SimpleMemory
hzh0425/commons-compress
Mirror of Apache Commons Compress
hzh0425/CreatorSql
Base on tinysql
hzh0425/dragonboat
A feature complete and high performance multi-group Raft library in Go.
hzh0425/flink
Apache Flink
hzh0425/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
hzh0425/geektime-rust
我的极客时间 Rust 课程的代码仓库,随课程更新
hzh0425/grpc-java
The Java gRPC implementation. HTTP/2 based RPC
hzh0425/hbase
Apache HBase
hzh0425/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
hzh0425/kubernetes
Production-Grade Container Scheduling and Management
hzh0425/kvproto
Protocol buffer files for TiKV
hzh0425/pd
Placement driver for TiKV
hzh0425/phxpaxos
The Paxos library implemented in C++ that has been used in the WeChat production environment.
hzh0425/pravega
Pravega - Streaming as a new software defined storage primitive
hzh0425/quic-go
A QUIC implementation in pure go
hzh0425/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.
hzh0425/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
hzh0425/sofa-registry
SOFARegistry is a production-level, low-latency, high-availability service registry powered by Ant Financial.
hzh0425/tidb
TiDB is an open source distributed HTAP database compatible with the MySQL protocol
hzh0425/tikv
Distributed transactional key-value database, originally created to complement TiDB
hzh0425/tinykv
A course to build distributed key-value service based on TiKV model
hzh0425/tokio
A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
hzh0425/vega
A new arguably faster implementation of Apache Spark from scratch in Rust
hzh0425/WPaxos
A production-grade java implementation of paxos consensus algorithm