1 个仓库
Creating isolated database environments to mirror production traffic for testing without risk to live data.
Distinct from Traffic Isolation: Candidates are focused on UI shadows or network tenant isolation, not database traffic mirroring for stress tests.
Explore 1 awesome GitHub repository matching data & databases · Shadow Database Isolation. Refine with filters or upvote what's useful.
ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed transaction management for relational databases. It functions as a layer that intercepts SQL queries to distribute data across multiple physical database instances for horizontal scaling. The project is distinguished by its ability to operate as either a standalone transparent database proxy or via direct integration as a JDBC driver. It features a SQL dialect translator that parses queries into abstract syntax trees to convert syntax between different database engines, enabli
Creates a shadow database environment to perform stress testing with real data without impacting production traffic.