cqrs是基于事件回溯的高性能架构,主要针对单个领域业务高度复杂且需要高性能的业务场景,可以说它能够作为高并发系统的通用解决方案。例如:秒杀、抢红包、12306卖票等。基于事件溯源,实现cqrs最复杂的模型, 通过事件是追加的特性,然后结合事件批量提交的手段,避免在高并发更新时多个线程update带来的严重锁冲突问题,从而来实现高性能。 支持聚合回溯,包括扩容、缩容聚合冲突事件回溯、聚合根在内存、聚合根快照、聚合事件组提交,可集成dubbo、spring cloud。
☆57Oct 26, 2025Updated 10 months ago
Alternatives and similar repositories for cqrs
Users that are interested in cqrs are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- huge list of database benchmark aerospike, clickhouse, cockroach, cockroachdb, cratedb, memsql, mysql, nuodb, postgresql, redis, scylladb…☆28May 19, 2025Updated last year
- MicroMQ is a lightweight message queue system whose code lines are only about 3K.☆20Jan 27, 2024Updated 2 years ago
- 快速、简洁、小巧、优雅、解决大文件导出常见的各种问题的,可靠的,可扩展的集成框架(Fast, concise, compact, elegant, reliable and extensible integration framework for solving commo…☆22Aug 24, 2026Updated last month
- FlowJob任务调度框架,支持延时、定时、corn任务;任务分发支持随机、轮询、一致性哈希、广播、故障转移、MapReduce等模式;支持任务编排,DAG工作流,支持在工作流程中进行规则判断。☆63Apr 27, 2025Updated last year
- java版ENode,翻译自汤雪华ENode(C#)。ENode是一个开源的应用开发框架,为开发人员提供了一套完整的基于DDD+CQRS+ES+(in-memory)+EDA架构风格的解决方案。详见:https://github.com/tangxuehua/enode,或…☆87Jun 21, 2022Updated 4 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Modeling 是一个基于代码的领域模型生成工具,支持 Java、Cpp、TypeScript、Golang 等语言。Modeling is a tools to analysis different languages by Ctags☆21Mar 16, 2022Updated 4 years ago
- Demo try show that osgi runs fine in a spring boot context☆15Mar 10, 2017Updated 9 years ago
- A fast erlang gRPC client -- with fast http/2 and long connection☆11Dec 20, 2016Updated 9 years ago
- Magic是Magician旗下的一个工具包,支持并发处理、生产者与消费者模型、数据库操作等☆20Nov 9, 2025Updated 10 months ago
- runflow是一个基于逻辑流转的轻量级流程引擎。 runflow支持BPMN规范,能够把复杂的业务逻辑可视化。开发人员可以通过流程编辑器设计自己的业务流程,为业务设计人员与开发工程师架起一座桥梁。☆46Jul 20, 2023Updated 3 years ago
- 分布式的,可靠的,实时的,可扩展的, 易用的,轻量级的 基于本地消息实现的EventBus事件总线.轻量级最终一致性解决方案(Distributed, reliable, real-time, scalable, easy-to-use, lightweight, Even…☆34Aug 7, 2026Updated last month
- 糊涂点餐,一个基于springboot2+mybatis-plus的点餐系统。☆17Feb 6, 2026Updated 7 months ago
- Aggregate Framework是为方便开发人员运用DDD和CQRS思想来构建复杂的、可扩展的Java企业应用系统而提供的Java技术框架。该框架提供了Aggregate、Repository、Domain Event等构建块的实现;使用DomainEvent,借助于…☆407Nov 7, 2023Updated 2 years ago