2 dépôts
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.
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.
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.