shardingjdbc3.x 整合,实现自定义主键生成,自定义分库分表策略,可扩展,可读性更好
☆88Jul 12, 2025Updated last year
Alternatives and similar repositories for snowalker-shardingjdbc-demo
Users that are interested in snowalker-shardingjdbc-demo are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ☆11Feb 6, 2021Updated 5 years ago
- Spring Cloud是一系列框架的有序集合。它利用Spring Boot的开发便利性巧妙地简化了分布式系统基础设施的开发,如服务发现注册、配置中心、消息总线、负载均衡、断路器、数据监控等,都可以用Spring Boot的开发风格做到一键启动和部署。☆28Nov 30, 2019Updated 6 years ago
- sharding-jdbc 分库分表示例☆633Mar 10, 2020Updated 6 years ago
- 智能呼叫中心☆11Apr 4, 2023Updated 3 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- Elasticsearch_7 基本操作、嵌套查询、MultiSearchTemplateRequest,rangeQuery,父子关系的建立,更新及查询,分页 等☆11Nov 22, 2023Updated 2 years ago
- 分库分表,读写分离、数据分片、数据脱敏(按用户分库、按月份分表)☆26Jun 4, 2021Updated 5 years ago
- generator id by redis lua☆26Apr 26, 2021Updated 5 years ago
- 自定义的spring-boot的feign httpclient starter,为feign替换原生的URLConnection使用httpclient提供简易的配置并集成spring-boot的auto configuration☆16Jun 14, 2017Updated 9 years ago
- 微服务的网关,包含oauth2授权、调用次数限制和服务路由☆13Jan 12, 2017Updated 9 years ago
- spring boot 的相关测试☆11Oct 12, 2022Updated 3 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Oct 13, 2020Updated 5 years ago
- 论坛日志分析系统☆25May 22, 2018Updated 8 years ago
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Jan 28, 2019Updated 7 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- squirrel-foundation实现的状态机demo☆15May 18, 2018Updated 8 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 4 years ago
- 一个非常强大的监控日志输出框架,支持 SpringAOP 和动态字节码注入两种方式输出方法执行的监控日志,而且包含链路追踪功能,只要一个注解即可开启所有功能☆87Dec 16, 2022Updated 3 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- 一套涵盖大部分核心组件使用的Spring Cloud教程,包含微服务主流架构:包括Spring Cloud Alibaba及分布式事务Seata,全文检索ES,MYSQL同步组件CANAL,消息一致性队列:RabbitMQ和rocketMQ,分布式锁zookeeper及re…☆15Jun 3, 2021Updated 5 years ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Mar 31, 2018Updated 8 years ago
- mgo 代码自动生成器☆14Mar 9, 2018Updated 8 years ago
- web常见漏洞处理,xss,sql注入,跨域,文件上传,接口暴力,限流实现☆27Jun 17, 2022Updated 4 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- ☆47Jun 21, 2022Updated 4 years ago
- 秒杀系统的实现与详解,相关的详细文档请前往GitBook https://gitbook.cn/gitchat/activity/5bff4c9f442cad45a51fee92☆16Oct 29, 2019Updated 6 years ago
- Spring Cloud 实践学习案例,由浅入深一步一步学习 Spring Cloud,是 Spring Cloud 初学者及核心技术巩固的最佳实践。☆271Apr 3, 2023Updated 3 years ago
- 搜索引擎原理实践, java, 多线程异步下载,CompletableFuture,下载,分析,倒排索引。☆15Apr 4, 2019Updated 7 years ago
- blog☆11Feb 4, 2026Updated 5 months ago
- seata demo,包括tcc模式(解决了幂等性问题,允许空回滚,拒绝空回滚后的操作),和at模式☆25Dec 13, 2020Updated 5 years ago
- 基于二阶提交理论实现的分布式事务服务框架☆26Dec 24, 2016Updated 9 years ago
- The example for using OpenTelemetry Collector in Java☆12May 4, 2023Updated 3 years ago
- 基于flink的营销系统☆14Jun 9, 2022Updated 4 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.
- (用于学习)实现一个简单的消息队列。☆33Nov 16, 2022Updated 3 years ago
- 使用springBoot的AOP切面实现的请求解密响应加密demo☆18Jul 12, 2025Updated last year
- Java架构师学习☆11Mar 3, 2019Updated 7 years ago
- 使用倒排索引及二分法实现了一个简单的规则匹配☆18Mar 14, 2019Updated 7 years ago
- 个人学习xxl-job源码 核心部分加上了中文注释☆16Aug 7, 2018Updated 7 years ago
- 为Dubbo增加Hystrix断路器☆24Apr 26, 2017Updated 9 years ago
- RocketMQ Java 实现各种消息方式☆11Sep 15, 2017Updated 8 years ago