awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesDistributed Transaction Coordinators

Coordinates transactions across multiple databases or tenants, committing or rolling back all changes atomically.

Distinct from Multi-Tenant Data Management: Distinct from Multi-Tenant Data Management: focuses on atomic transaction coordination across tenants, not data isolation or storage.

Explore 2 awesome GitHub repositories matching data & databases · Distributed Transaction Coordinators. Refine with filters or upvote what's useful.

Awesome Distributed Transaction Coordinators GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dotnetnext/sqlsugarAvatar de DotNetNext

    DotNetNext/SqlSugar

    5,816Voir sur GitHub↗

    SqlSugar is an object-relational mapping library for .NET that translates C# and VB objects into database queries and tables without requiring raw SQL. It is designed as a multi-database ORM supporting SQL Server, MySQL, PostgreSQL, Oracle, MongoDB, ClickHouse, and other databases through a unified API, and it is compatible with .NET AOT compilation for native ahead-of-time deployment. The library distinguishes itself through high-speed bulk data operations that can insert or update millions of records in seconds using batch processing instead of row-by-row handling. It also provides multi-te

    Coordinates atomic transactions across multiple databases or tenants with commit or rollback.

    C#clickhousemongodbmysql
    Voir sur GitHub↗5,816
  • dromara/lamp-cloudAvatar de dromara

    dromara/lamp-cloud

    5,752Voir sur GitHub↗

    Lamp Cloud is a multi-tenant SaaS backend framework built on Java and Spring Cloud that provides a complete foundation for building enterprise-grade administration systems. Its core identity centers on supporting multiple tenant isolation strategies—including database-per-tenant, schema-per-tenant, and shared-table modes—that can be switched without altering business code, alongside a role-based access control system enforced at the gateway layer across all microservices. The framework distinguishes itself through comprehensive tenant lifecycle management tools that allow creating, configurin

    Coordinates commits and rollbacks across multiple services using Seata to maintain data consistency.

    Javaadmincloudeureka
    Voir sur GitHub↗5,752
  1. Home
  2. Data & Databases
  3. Multi-Tenant Data Management
  4. Distributed Transaction Coordinators