awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
codingapi avatar

codingapi/tx-lcn

0
View on GitHub↗
4,173 stars·1,440 forks·Java·Apache-2.0·2 vueswww.codingapi.com↗

Tx Lcn

tx-lcn est un framework de transaction distribuée et un middleware de transaction Java conçu pour gérer les opérations atomiques et la cohérence des données à travers de multiples microservices et bases de données relationnelles. Il fonctionne comme un coordinateur de transaction distribuée qui synchronise les opérations de commit et de rollback pour garantir l'intégrité globale des données.

Le système fournit un gestionnaire de cohérence de microservices qui suit et résout les flux de transactions à travers les limites des services. Il dispose d'une couche d'intégration compatible avec des middlewares tels que Spring Cloud, Dubbo et Motan, lui permettant d'opérer à travers différents frameworks de services.

Le projet couvre la gestion et le suivi des transactions distribuées, permettant la surveillance des chemins d'opération pour identifier les échecs de cohérence. Il utilise des interfaces découplées pour définir une logique de commit et de rollback personnalisée pour les opérations métier.

Features

  • Distributed Transaction Coordinators - Acts as a distributed transaction coordinator that synchronizes commit and rollback operations to ensure global data integrity.
  • Distributed Data Coordination - Provides a framework for ensuring data consistency across distributed services using specialized coordination modes.
  • Distributed Transaction Management - Coordinates operation modes across distributed services to ensure participants commit or roll back together.
  • Java Distributed Transaction Frameworks - Provides a comprehensive system for managing atomic operations and data consistency across Java-based microservices.
  • Java Transaction Libraries - Provides Java-based middleware for managing complex distributed state changes and transaction workflows.
  • Consistency Frameworks - Provides a toolkit to maintain data integrity and synchronization across distributed microservice boundaries.
  • User-Defined Transaction Logic - Implements programmable interfaces for defining custom commit and rollback behaviors to decouple business logic from transaction management.
  • Distributed Transaction Integrations - Manages transactional integrity for services built with Spring Cloud, Dubbo, or Motan.
  • Transaction Flow Tracking - Ships capabilities to monitor the execution path of distributed transactions across service boundaries.
  • Distributed Transaction Analysis - Tracks request flows across service boundaries to pinpoint failures in complex distributed transactions.
  • Distributed Transaction Monitors - Tracks the status and path of operations across service boundaries to resolve data consistency issues.
  • Service Framework Bridges - Provides an integration layer compatible with Spring Cloud, Dubbo, and Motan for unified transaction coordination.

Historique des stars

Graphique de l'historique des stars pour codingapi/tx-lcnGraphique de l'historique des stars pour codingapi/tx-lcn

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Tx Lcn

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Tx Lcn.
  • dromara/hmilyAvatar de dromara

    dromara/hmily

    4,172Voir sur GitHub↗

    Hmily is a distributed transaction framework and data consistency manager designed to maintain state across multiple services. It operates as a coordinator that tracks transaction states across remote procedure calls to manage nested operations and ensure atomic completions. The project implements the SAGA pattern to orchestrate long-running business processes through a sequence of local transactions and automated compensating actions. It distinguishes itself by automating the generation and execution of rollback scripts for relational databases to recover from business exceptions and restore

    Javadubbomotanspring
    Voir sur GitHub↗4,172
  • changmingxie/tcc-transactionAvatar de changmingxie

    changmingxie/tcc-transaction

    5,768Voir sur GitHub↗

    This project is a Java implementation of the try-confirm-cancel pattern, providing a distributed transaction framework and management library. It functions as a coordinator that manages the lifecycle of multi-phase transactions to ensure consistency across multiple distributed services. The framework includes a distributed transaction coordinator server that offloads event and task operations from local services. It also provides a dedicated dashboard for visualizing transaction status and manually operating distributed events and tasks. The system manages consistency through a three-phase c

    Java
    Voir sur GitHub↗5,768
  • apache/incubator-seataAvatar de apache

    apache/incubator-seata

    25,984Voir sur GitHub↗

    Seata is a distributed transaction coordinator designed to ensure data consistency and atomicity across microservices. It provides a centralized framework for managing global transactions, preventing partial data updates across different databases and services. The project implements multiple transaction modes to balance consistency and performance. This includes an automatic mode that uses rollback logs to coordinate compensation without modifying business logic, a try-confirm-cancel pattern for resources lacking native ACID support, and a saga orchestration engine for managing long-lived bu

    Javaatconsistencydistributed-transaction
    Voir sur GitHub↗25,984
  • seata/seataAvatar de seata

    seata/seata

    25,987Voir sur GitHub↗

    Seata is a distributed transaction coordinator and consistency framework designed to maintain data integrity across multiple microservices. It functions as a manager that synchronizes state across separate databases to ensure atomic commits or rollbacks of global transactions. The project provides a toolkit for implementing distributed transaction patterns, using a two-phase commit protocol and centralized status tracking to prevent data anomalies. It orchestrates eventual consistency through state-machine-based tracking and message-driven coordination to handle timeouts and failures in distr

    Java
    Voir sur GitHub↗25,987
Voir les 30 alternatives à Tx Lcn→

Questions fréquentes

Que fait codingapi/tx-lcn ?

tx-lcn est un framework de transaction distribuée et un middleware de transaction Java conçu pour gérer les opérations atomiques et la cohérence des données à travers de multiples microservices et bases de données relationnelles. Il fonctionne comme un coordinateur de transaction distribuée qui synchronise les opérations de commit et de rollback pour garantir l'intégrité globale des données.

Quelles sont les fonctionnalités principales de codingapi/tx-lcn ?

Les fonctionnalités principales de codingapi/tx-lcn sont : Distributed Transaction Coordinators, Distributed Data Coordination, Distributed Transaction Management, Java Distributed Transaction Frameworks, Java Transaction Libraries, Consistency Frameworks, User-Defined Transaction Logic, Distributed Transaction Integrations.

Quelles sont les alternatives open-source à codingapi/tx-lcn ?

Les alternatives open-source à codingapi/tx-lcn incluent : changmingxie/tcc-transaction — This project is a Java implementation of the try-confirm-cancel pattern, providing a distributed transaction framework… dromara/hmily — Hmily is a distributed transaction framework and data consistency manager designed to maintain state across multiple… apache/incubator-seata — Seata is a distributed transaction coordinator designed to ensure data consistency and atomicity across microservices.… seata/seata — Seata is a distributed transaction coordinator and consistency framework designed to maintain data integrity across… yedf/dtm — dtm is a distributed transaction framework and workflow orchestrator designed to manage data consistency across… apache/shardingsphere — ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed…