Distributed Java.《分布式 Java》
☆358Apr 8, 2025Updated 10 months ago
Alternatives and similar repositories for distributed-java
Users that are interested in distributed-java are comparing it to the libraries listed below
Sorting:
- 《分布式系统常用技术及案例分析》示例源码☆493Feb 20, 2023Updated 3 years ago
- Essential Java, is a book about the Essentials of Java Programming.《Java 编程要点》是一本 Java 的学习教程,主要介绍 Java 中应用广泛的部分,其中也包括了最新版本 Java 8 中的新特性,…☆609Oct 28, 2024Updated last year
- Chinese translation of the Code Conventions for the Java Programming Language document.中文翻译《Java 编码规范》☆214Aug 31, 2017Updated 8 years ago
- To the programmer's open source and free books collection 给程序员的开源、免费书籍收集,图书集合。☆2,672Oct 27, 2025Updated 4 months ago
- Cloud Native Samples. Cloud Native 案例大全/《Cloud Native 分布式架构原理与实践》示例源码☆16Dec 16, 2022Updated 3 years ago
- Demos of Gradle 2 User Guide 《Gradle 2 用户指南》中文翻译,文中用到的例子源码☆47Jan 11, 2015Updated 11 years ago
- 给小组小伙伴们分享的dubbo demo,说明见doc目录下文档☆14Jun 26, 2015Updated 10 years ago
- Gradle User Guide 中文翻译《Gradle 用户指南》☆13Jun 29, 2017Updated 8 years ago
- Java分布式应用学习笔记☆28Mar 6, 2017Updated 8 years ago
- Chinese translation of Netty 4.x User Guide. 中文翻译《Netty 4.x 用户指南》☆2,320Jul 31, 2022Updated 3 years ago
- 分布式系统服务ZooKeeper的学习历程☆1,197Oct 11, 2023Updated 2 years ago
- 分布式mysql分库分表中间件,sharding领域的一站式解决方案☆505Jul 28, 2017Updated 8 years ago
- 海狗-多维在线分析系统☆72Jul 25, 2014Updated 11 years ago
- REST in Action 《REST 实战》。基于 Jersey 构建 RESTful 服务。☆468Mar 10, 2017Updated 8 years ago
- Chinese translation of the Spring Framework 4.x Reference Documentation (https://docs.spring.io/spring/docs/4.3.13.RELEASE/spring-framewo…☆1,462Oct 30, 2018Updated 7 years ago
- Netty demos. (Netty 案例大全)☆1,898Mar 24, 2022Updated 3 years ago
- It is a book about the Essentials of Norman Maurer's Netty in Action.《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》的一个精简☆1,786Nov 2, 2022Updated 3 years ago
- fox is a distributed RPC framework☆79Jun 28, 2025Updated 8 months ago
- Some extensions to Flume to help with collecting logs and storing as Avro.☆17Feb 22, 2014Updated 12 years ago
- Netty learning.☆3,557Feb 7, 2017Updated 9 years ago
- DB2 Tutorial 《DB2 教程》是一本关于 DB2 的开源书。☆11Sep 14, 2016Updated 9 years ago
- Java资源大全中文版,包括开发库、开发工具、网站、博客、微信、微博等,由伯乐在线持续更新。☆15,723Jan 31, 2024Updated 2 years ago
- 《使用Spring Cloud与Docker实战微服务》开源书。讨论QQ群:731548893。配套代码:https://github.com/eacdy/spring-cloud-study☆910Jun 2, 2017Updated 8 years ago
- Java Concurrency Pattern☆43Oct 22, 2015Updated 10 years ago
- hiriver是纯java开发的、高性能的、基于解析mysql row base binlog技术实现的用于监控mysql数据变化并分发这些变化的框架。支持几乎所有的数据类型,包括枚举、集合和bit类型。☆251Dec 16, 2023Updated 2 years ago
- Java知识总结:MySQL实战45讲,多线程和JVM知识总结,,SpringBoot,SpringCloud,Storm系列,微信小程序开发,ELK,《JAVA核心技术36讲笔记》,《深入理解JVM虚拟机笔记》,《高性能MySQL笔记》,《数据结构与算法》等等☆386Jul 7, 2020Updated 5 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输 ,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 10 years ago
- 基于zookeeper+spring task的分布式任务调度组件,非常小巧,无需任何修改就可以使spring task具备分布式特性,确保所有任务在集群中不重复,不遗漏的执行。☆117Aug 1, 2017Updated 8 years ago
- 龙果学院《微服务架构的分布式事务解决方案》(RonCoo distributed transaction solution)☆43Nov 27, 2016Updated 9 years ago
- Distributed Configuration Management Platform(分布式配置管理平台)☆5,539Jul 18, 2023Updated 2 years ago
- 《Java多线程编程实战指南(核心篇)》的配套源码☆472Dec 6, 2023Updated 2 years ago
- A light-weight high performance RPC framework base on Netty and Zookeeper☆145Sep 3, 2016Updated 9 years ago
- mykit架构中独立出来的mykit-lock组件,旨在提供高并发架构下分布式系统的分布式锁架构。 分布式锁是 控制分布式系统之间同步访问共享资源的一种方式。在分布式系统中,常常需要协调他们的动作。如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源,那么访问这…☆16Dec 5, 2023Updated 2 years ago
- The java implementation of Apache Dubbo. An RPC and microservice framework.☆41,705Updated this week
- 以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现的分布式事务解决方案☆2,549Feb 8, 2020Updated 6 years ago
- AutoLoadCache 是基于AOP+Annotation等技术实现的高效的缓存管理解决方案,实现缓存与业务逻辑的解耦,并增加异步刷新及“拿来主义机制”,以适应高并发环境下的使用。☆2,095Apr 1, 2024Updated last year
- A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.☆5,911Nov 24, 2025Updated 3 months ago
- Redisson - Valkey & Redis Java client. Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based Java objec…☆24,255Feb 20, 2026Updated last week
- ☆21Jul 2, 2025Updated 7 months ago