awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesDatabase Proxying

Intermediate services that route, load balance, or optimize database queries between clients and storage nodes.

Distinguishing note: Focuses on query routing and offloading specifically within a database cluster architecture.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Database Proxying. Refine with filters or upvote what's useful.

Awesome Database Proxying GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rethinkdb/rethinkdbAvatar von rethinkdb

    rethinkdb/rethinkdb

    26,996Auf GitHub ansehen↗

    RethinkDB is a distributed, document-oriented database designed to store and manage JSON-formatted data across scalable clusters. It utilizes a custom log-structured storage engine with B-Tree indexing to ensure high-performance disk I/O and data persistence. The system maintains high availability through automatic sharding and replication, employing a primary-replica voting consensus mechanism to handle node failures and ensure consistent cluster operations. A defining characteristic of the platform is its reactive changefeed engine, which allows applications to subscribe to live data update

    RethinkDB allows running a proxy node on application servers to route queries directly to the correct database nodes, reducing network traffic and offloading query processing.

    C++
    Auf GitHub ansehen↗26,996
  • apache/shardingsphereAvatar von apache

    apache/shardingsphere

    20,737Auf GitHub ansehen↗

    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

    Provides a standalone proxy that routes and optimizes database queries between clients and storage nodes.

    Java
    Auf GitHub ansehen↗20,737
  • mycatapache/mycat-serverAvatar von MyCATApache

    MyCATApache/Mycat-Server

    9,529Auf GitHub ansehen↗

    Mycat-Server is a MySQL database middleware system that functions as a sharding proxy, distributed database coordinator, and high availability manager. It acts as a proxy layer that routes SQL traffic between applications and multiple backend MySQL database instances to enable horizontal scaling. The system coordinates distributed transactions, generates global unique sequences to prevent primary key collisions, and executes distributed join queries across multiple database shards. It includes a load balancer that performs read-write splitting by directing traffic between primary and slave no

    Provides a middleware layer that routes and optimizes database queries between applications and storage nodes.

    Java
    Auf GitHub ansehen↗9,529
  1. Home
  2. DevOps & Infrastructure
  3. Database Proxying