Java分布式系统架构。包括分布式锁,一致性哈希,分库分表,单点登录,缓存,消息队列等
☆148Mar 27, 2019Updated 7 years ago
Alternatives and similar repositories for distarch
Users that are interested in distarch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ⚡简单的Java依赖注入框架,代码量少,实现了依赖注入和AOP。适合Spring源码的初学者掌握其核心原理☆80Jan 13, 2019Updated 7 years ago
- 基于Java的监控框架☆24Apr 25, 2019Updated 7 years ago
- 用java实现的算法 Algorithm implemented by Java☆35Apr 18, 2019Updated 7 years ago
- spring boo应用的通用架构(全局异常处理等机制)☆45Dec 7, 2017Updated 8 years ago
- 揭秘开发Java开源框架需要用到哪些技术。{name}-spring-boot-starter, ConnectionPool, ThreadLocal, 动态代理等的实现☆36Feb 2, 2024Updated 2 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- 📶即时消息推送服务(即时通讯),基于Netty- Instant Messaging push service based on Netty☆164Jul 12, 2025Updated 11 months ago
- Spring Cloud 2.X 最新实践. Gateway, Consul☆45Apr 8, 2019Updated 7 years ago
- Java JWT解决分布式环境下的认证和session一致性问题☆45Dec 3, 2017Updated 8 years ago
- ⭐星座空间App(社交类App)项目源码,包括Java后台、Android、管理后台的代码。自主研发了数据库分表、token权限认证☆244Jun 21, 2022Updated 4 years ago
- Java秒杀 抢购 (Seckill based on Spring Boot)☆827Jun 21, 2022Updated 4 years ago
- Spring Boot实现单点登录. Redis, JWT☆22Apr 5, 2019Updated 7 years ago
- 系统运维后台,包括数据库开发和维护,网页编辑,Activity流程设计. A operation center backend.☆37Jan 18, 2019Updated 7 years ago
- Android登录注册(客户端+服务端)☆18Nov 30, 2016Updated 9 years ago
- java spring redies:订阅/发布系统;统一配置管理;lua脚本实现分布式锁;缓存应用(连接池,切片连接池,哨兵模式)☆28Dec 10, 2022Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Java interview-高级Java面试题2019☆140Aug 13, 2019Updated 6 years ago
- 基于dubbo的分布式工程开发规范实例工程,分布式跟踪、ID生成、分布式事务、分布式治理、分表分库、分布式锁、选举、分布式配置、API文档生成器...☆482Aug 17, 2018Updated 7 years ago
- EJU_易居 服务无处不在☆11Nov 3, 2017Updated 8 years ago
- Netty4长连接网关☆25Nov 29, 2023Updated 2 years ago
- Legacy archive for Expression Language (JSR 341) Reference Implementation. Please browse to https://github.com/eclipse-ee4j/el-ri for cu…☆13Oct 19, 2020Updated 5 years ago
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- 收集技术文档,涵盖面试,编程,数据库等等☆15Apr 19, 2018Updated 8 years ago
- java实现的缓存策略组件,支持多种缓存产品,开发人员可以像Map一样使用,简单方便。支持的存储方案:jvm\redis\ignite\hazelcast\guava☆34Mar 5, 2024Updated 2 years ago
- spring-boot 通用转换器☆18Jan 21, 2018Updated 8 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 基于java实现的有限状态自动机,轻松,快捷,高效的关联状态的扭转☆16May 7, 2019Updated 7 years ago
- Java分布式开发平台:Spring, Spring MVC, MyBatis, Dubbo, Redis, Shiro权限管理, Quartz分布式调度, RocketMQ通信, 本地缓存, Redis缓存, 分布式缓存, 分布式事务☆241Jul 30, 2025Updated 10 months ago
- Java各种必备面试题目程序代码例子与应战技巧☆25Jan 14, 2015Updated 11 years ago
- 这是一个改进后的布隆过滤器,600M可能存储1亿个唯一字符串☆16Apr 11, 2016Updated 10 years ago
- 关于disruptor原理及源码的学习☆11Sep 29, 2019Updated 6 years ago
- 一致性hash算法案例☆11Jul 23, 2015Updated 10 years ago
- 基于可靠消息的分布式事务实现方案☆30Mar 17, 2017Updated 9 years ago
- 基于netty实现的轻量级消息中间件mini-mq,致力于解决分布式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。☆19Dec 12, 2022Updated 3 years ago
- java 进阶之路:面试高频算法、akka、多线程、NIO、Netty、SpringBoot、Spark&&Flink 等☆127Oct 11, 2023Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Springboot-Netty-Protostuff-ZooKeeper-asyn 同步链接 异步发送消息阻塞等待返回☆24Aug 9, 2017Updated 8 years ago
- 基于netty解析binlog☆16Jan 10, 2018Updated 8 years ago
- jvm堆内存结构、垃圾回收原理、jvm内存调优、jvm监控等☆15Apr 26, 2019Updated 7 years ago
- 限制瞬时发并发数/限制某个接口的时间窗口最大请求数 限流实现☆40Jul 31, 2018Updated 7 years ago
- 《大话设计模式》java版实现。包括简单工厂模式,策略模式,装饰模式,代理模式,工厂方法模式,原型模式,模板方法模式,外观模式,建造模式,观察者模式,状态模式。☆10Feb 1, 2018Updated 8 years ago
- Java及大数据求职面试指南☆19Dec 16, 2022Updated 3 years ago
- 《剑指 offer》面试题 java 版, leetcode 题目分享☆27Oct 21, 2020Updated 5 years ago