Migrated repository
Go to file
2020-08-07 21:11:16 +08:00
hmily-admin hmily 2.1.0 2020-07-30 22:04:22 +08:00
hmily-annotation tac 2020-08-03 21:47:01 +08:00
hmily-common phyDelete or not 2020-08-06 14:22:48 +08:00
hmily-config phyDelete or not 2020-08-06 14:22:48 +08:00
hmily-core check style 2020-08-06 16:44:30 +08:00
hmily-demo string to long 2020-08-05 18:52:49 +08:00
hmily-metrics check style 2020-08-06 16:44:30 +08:00
hmily-repository phyDelete or not 2020-08-06 14:22:48 +08:00
hmily-rpc check style 2020-08-06 16:44:30 +08:00
hmily-serializer checkstyle. 2020-08-04 21:52:27 +08:00
hmily-spi checkstyle. 2020-08-04 21:52:27 +08:00
hmily-spring hmily tcc and tac 2020-08-03 12:14:52 +08:00
hmily-spring-boot-starter phyDelete or not 2020-08-06 14:22:48 +08:00
hmily-tac add p6spy 2020-08-07 21:11:16 +08:00
hmily-tcc check style 2020-08-06 16:44:30 +08:00
script check style 2020-08-06 16:44:30 +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 jdk9 2019-10-11 11:12:12 +08:00
LICENSE licenses 2018-12-12 19:26:36 +08:00
pom.xml add metrics module. 2020-08-04 20:57:07 +08:00
README.md jdk9 2019-10-11 11:31:26 +08:00

Hmily

Codacy Badge Total lines License Maven Central QQ群

High-Performance distributed transaction solution (Try Confirm cancel).

Modules

  • hmily-admin: Transaction log management background

  • hmily-annotation : Framework common annotations

  • hmily-apache-dubbo : Support for the dubbo rpc framework 2.7.X

  • hmily-common : Framework common class

  • hmily-core : Framework core package (annotation processing, log storage...)

  • hmily-dashboard : Management background front-end

  • hmily-dubbo : Support for the dubbo framework Less than 2.7 version

  • hmily-motan : Support for the motan rpc framework

  • hmily-springcloud : Support for the spring cloud rpc framework

  • hmily-spring-boot-starter : Support for the spring boot starter

  • hmily-demo : Examples using the hmily framework

Features

  • All spring versions are supported and Seamless integration

  • Provides support for the springcloud dubbo motan RPC framework

  • Provides integration of the spring boot starter approach

  • Support Nested transaction

  • Local transaction storage support : redis mongodb zookeeper file mysql

  • Transaction log serialization support : java hessian kryo protostuff

  • Spi extension : Users can customize the storage of serialization and transaction logs

Prerequisite

  • You must use jdk1.8 +

  • You must be a user of the spring framework

  • You must use one of the dubbo, motan, and springcloud RPC frameworks

About

Hmily is a TCC solution for distributed transactions, Its rapid integration, zero penetration high performance has been run by a number of companies including my own company in the production environment.

Its performance is nearly lossless compared to your RPC framework, its confrim cancel, and its log store is conducted asynchronously using a disruptor.

If you want to use it or get a quick look at it. Quick Start

Stargazers

Stargazers over time

Support