Migrated repository
Go to file
2019-04-12 16:31:34 +08:00
hmily-admin code commit . 2019-04-11 16:26:29 +08:00
hmily-annotation code commit . 2019-04-11 16:26:29 +08:00
hmily-apache-dubbo apache dubbo commit . 2019-04-03 17:50:26 +08:00
hmily-common code commit . 2019-04-11 16:26:29 +08:00
hmily-core Merge pull request #88 from sixh/master 2019-04-12 16:31:34 +08:00
hmily-dashboard dromara.org commit. 2018-11-16 16:47:30 +08:00
hmily-demo 2.0.2-release commit . 2019-04-02 17:58:37 +08:00
hmily-dubbo code optimize . 2019-04-11 17:07:17 +08:00
hmily-motan code optimize . 2019-04-11 17:07:17 +08:00
hmily-spring-boot-starter 2.0.2-release commit . 2019-04-02 17:58:37 +08:00
hmily-springcloud code optimize . 2019-04-11 17:07:17 +08:00
script checkstyle 2018-06-05 13:58:40 +08:00
.gitattributes gitattributes 2018-12-12 19:28:23 +08:00
.gitignore git ignore commit. 2018-10-22 14:48:06 +08:00
.travis.yml add travis. 2018-11-22 20:51:28 +08:00
LICENSE licenses 2018-12-12 19:26:36 +08:00
pom.xml Merge branch '2.0.2-RELEASE' 2019-04-02 18:44:38 +08:00
README.md add star. 2019-04-10 16:19:24 +08:00

Hmily

Codacy Badge Total lines License Maven Central Javadocs Build Status QQ群

高性能分布式事务tcc方案开源框架。基于java语言来开发JDK1.8,支持dubbospringcloud,motan等rpc框架进行分布式事务。

框架特性

  • 支持嵌套事务(Nested transaction support).
  • 采用disruptor框架进行事务日志的异步读写与RPC框架的性能毫无差别。
  • 支持SpringBoot-starter 项目启动,使用简单。
  • RPC框架支持 : dubbo,motan,springcloud。
  • 本地事务存储支持 : redis,mongodb,zookeeper,file,mysql。
  • 事务日志序列化支持 javahessiankryoprotostuff。
  • 采用Aspect AOP 切面思想与Spring无缝集成天然支持集群。
  • 内置经典的分布式事务场景demo工程并有swagger-ui可视化界面可以快速体验。

官网

https://dromara.org

文档

http://dromara.org/website/zh-cn/docs/hmily/index.html

Stargazers over time

Stargazers over time

为什么高性能?

视频详解

Support

  • 如有任何问题欢迎加入QQ群进行讨论

  • 微信公众号

Contribution