distributed-transaction
There are 52 repositories under distributed-transaction topic.
alibaba/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
apache/incubator-seata
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
baomidou/dynamic-datasource
dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
liuyangming/ByteTCC
ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki
prontera/spring-cloud-rest-tcc
以Spring Cloud Netflix作为服务治理基础, 展示基于tcc**所实现的分布式事务解决方案
QNJR-GROUP/EasyTransaction
A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensate and so on;
radondb/radon
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
banq/jdonframework
Domain-Driven-Design Pub/Sub Domain-Events framework
nageoffer/congomall
🔥🔥🔥 CongoMall(刚果商城)不一样的TOC商城系统,SpringCloud-Alibaba微服务架构设计,基于DDD领域驱动模型开发,代码设计优雅,涵盖商城核心业务。系统集成分布式锁、分布式事务、分库分表、消息队列、数据搜索、服务监控等功能,区别于八股文问答,真正企业级实战系统。
CECTC/dbpack
A db proxy for distributed transaction, read write splitting and sharding! Support any language! It can be deployed as a sidecar in a pod.
jeremyxu2010/matrix-saga-go
servicecomb-saga的golang版omega
apache/incubator-seata-website
Apache Seata(incubating) Website
aillamsun/genesis
Spring cloud Example
CECTC/hptx
high-performance non-intrusive distributed transaction solution, inspired by kubernetes, only for golang language.
2881099/FreeSql.Cloud
提供跨数据库访问,分布式事务TCC、SAGA解决方案。
wuqinqiang/easycar
A simple distributed transaction framework implemented by go
songxinjianqwe/EShop-SOA
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
wchswchs/Hulk
高性能分布式事务框架
dtm-labs/dtmcli-java
Official java client for distributed transaction framework dtm
dtm-labs/dtmgrpc-csharp
A c# gRPC client of distributed transaction manager DTM.
kevinmichaelchen/temporal-saga-grpc
Using Temporal to orchestrate distributed transactions (sagas) across Golang microservices
654894017/reliable-message
通过消息的半提交机制,实现最终一致性的事务。同时通过消息回调检测机制,实现事务消息与TCC模型的完美融合。
linking12/dts
Distributed Transaction Service
dmego/springcloud-seata-demo
SpringCloud 下的 Seata 分布式事务: AT 模式、TCC 模式 和 SAGA 模式
FIRESIDE-STORY/NodeTCC
Node.js分布式事务框架, NodeTCC is an open source distributed transaction solution for Node.js
justinxu9905/tinykv-2022
Build your own distributed key-value storage service!
654894017/tcc
编程式tcc框架,已解决悬挂、幂等、空回滚、事务嵌套问题。
Abradat/microservice-saga
Microservices Saga implementation for managing distributed transactions between two services
codingroam/distributed_transaction
手写分布式事务demo
JimmyAndZzZ/friday
friday是多元素化平台,提供微服务网关、分布式定时调度、分布式事务、agent 探针日志收集功能
KangSpace/DistributedTXSpringCloudTest
LCN-Distributed Transaction SpringCloud Test Project
nilorg/outbox
使用Go语言实现最终一致性的微服务分布式事务解决方案
star-saga/star
STAR is an event-driven, high-performance, distributed transaction consistency framework.
sun8min/sun8min
Sun8min的个人项目, 博客
genc-murat/SagaFlow
SagaFlow is a C# library designed to make it easier to implement the Saga pattern, widely used for managing complex, long-running transactions in distributed systems.