isaac-49's Stars
google/wire
Compile-time Dependency Injection for Go
sofastack/sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
alibaba/bulbasaur
💡 A pluggable, scalable process engine. You can use it to develop business-process, approval-process, retry-process and so on. Hope you enjoy it! 💖 可插拔的精简流程引擎,可快速实现流程、审批、业务失败重试等场景。
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
troyzhxu/bean-searcher
🔥🔥🔥 A read-only ORM focusing on advanced query, naturally supports joined tables, and avoids DTO/VO conversion, making it possible to realize complex query in one line of code !
apache/hertzbeat
Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
geektutu/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
expr-lang/expr
Expression language and expression evaluation for Go
snower/slock
High-performance distributed sync service and atomic DB
viphxin/xingo
高性能golang网络库,游戏开发脚手架
yunionio/cloudpods
A cloud-native open-source unified multi-cloud and hybrid-cloud platform. 开源、云原生的多云管理及混合云融合平台
jufeng98/java-master
Java高手之路
baomidou/dynamic-datasource
dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
dreamhead/patterns-of-distributed-systems
《Patterns of Distributed Systems》中文版
izackwu/TeachYourselfCS-CN
TeachYourselfCS 的中文翻译 | A Chinese translation of TeachYourselfCS
AutomaApp/automa
A browser extension for automating your browser by connecting blocks
chaokunyang/microservices-event-sourcing
Microservices Event Sourcing 是一个微服务架构的在线购物网站,使用Spring Boot、Spring Cloud、Spring Reactor、OAuth2、CQRS 构建,实现了基于Event Sourcing的最终一致性,提供了构建端到端微服务的最佳实践
nusr/hacker-laws-zh
💻📖对开发人员有用的定律、理论、原则和模式。(Laws, Theories, Principles and Patterns that developers will find useful.)
uellenberg/REXS
A language for writing regular expressions.
tuteng/Best-websites-a-programmer-should-visit-zh
程序员应该访问的最佳网站中文版
SmartKeyerror/Psyduck
Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计
Ahoo-Wang/CosId
Universal, flexible, high-performance distributed ID generator. | 通用、灵活、高性能的分布式 ID 生成器
Tencent/secguide
面向开发人员梳理的代码安全指南
sofastack/sofa-ark
SOFAArk is a light-weight,java based classloader isolation framework.
silently9527/ProgrammerBooks
吐血整理Java程序员自我学习的书籍列表,收录书籍尽量都保证同类书籍的豆瓣评分最高,帮助想要入坑Java的同学,根据这个书籍列表从小白按图索骥逐步晋级成大神
dianping/cat
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
seaswalker/jdk-sourcecode-analysis
JDK源码阅读笔记
Snailclimb/guide-rpc-framework
A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)