Pinned Repositories
linux-programing
linux programing
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
brpc-java
Java implementation for Baidu RPC, multi-protocol & high performance RPC.
C
linux下的C语言及关于kernel的介绍
codedesign
CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
curator
Apache Curator
distmq
Distributed Message Queue based on Raft
dledger-analysis
raft实现源码分析,docs https://dledger.archessay.cn
flash-netty
掘金小册对应源代码 https://juejin.im/book/5b4bc28bf265da0f60130116
yyzgle's Repositories
yyzgle/linux-programing
linux programing
yyzgle/http_study
follow me to study http
yyzgle/nemu
NJU EMUlator, a full system x86/mips32/riscv32 emulator for teaching
yyzgle/JavaInterview
Java面试、Java基础、JVM、JUC(高并发)、Java8新特性、集合、NIO、计算机基础、计算机网络、操作系统、数据结构、计算机组成原理、数据库、MySql、Oracle、Redis、设计模式、Python、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Dubbo、Maven、Mybatis、JWT、Netty、Nginx、Shiro、Zookeeper、消息队列(MQ)、微服务、Git、Docker、Utils、Linux、Shell、学习
yyzgle/joyqueue
A cloud-native production-quality messaging platform with high performance
yyzgle/White-Jotter
白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)
yyzgle/mysql-connector-j
MySQL Connector/J
yyzgle/apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
yyzgle/seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
yyzgle/hanbo-jdbc
a spring-boot starter,support group replication of mysql 5.7 with a single primary mode
yyzgle/JavaEETest
Spring、SpringMVC、MyBatis、Spring Boot案例
yyzgle/mysql-binlog-connector-java
MySQL Binary Log connector
yyzgle/SpringCloud-Learning
Spring Cloud基础教程,持续连载更新中
yyzgle/brpc-java
Java implementation for Baidu RPC, multi-protocol & high performance RPC.
yyzgle/javacore
:coffee: JavaCore 是对 Java 核心技术的经验总结。
yyzgle/curator
Apache Curator
yyzgle/NettyRpc
A simple RPC framework based on Netty, ZooKeeper and Spring
yyzgle/gorpc-1
A simple, easy to use, high performance, pluggable micro services framework
yyzgle/phxpaxos
The Paxos library implemented in C++ that has been used in the WeChat production environment.
yyzgle/protoc-gen-gorpc
protocol file generation tool
yyzgle/geektime-ELK
ELK Training
yyzgle/raft-zh_cn
Raft一致性算法论文的中文翻译
yyzgle/weathertop
J2EE学习以及Linux组件学习的日常总结,适合想了解和温习基础知识的童鞋。目前计划包含的内容有设计模式、Springboot、SpringCloud;以及Linux开源组件Redis、Kafka、Nginx、ElasticSearch、Hadoop、Zookeeper等
yyzgle/packetdrill
The official Google release of packetdrill
yyzgle/PlayWithCompiler
A GeekTime course about constructing a compiler.
yyzgle/openmessaging-storage-dledger
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
yyzgle/gh-ost
GitHub's Online Schema Migrations for MySQL
yyzgle/gorpc
A simple, easy to use, high performance, pluggable micro services framework
yyzgle/raftdb
A simple distributed key value store based on the Raft consensus protocol
yyzgle/fulfs-filesystem
我的操作系统课程设计,实现一个类似unix的文件系统。