awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Qihoo360 avatar

Qihoo360/Atlas

0
View on GitHub↗
4,629 stars·1,139 forks·C·GPL-2.0·11 views

Atlas

Atlas is a MySQL database proxy and middleware system designed to manage traffic between clients and database clusters. It functions as a high-availability database gateway and sharding middleware, providing a fault-tolerant entry point for routing, load balancing, and managing database connections.

The project differentiates itself through a combination of read-write splitting, which directs queries to primary or replica servers, and data sharding to distribute information across multiple backend instances. It utilizes a connection pooler to reduce the overhead of establishing new sessions and implements protocol-aware routing to intercept and direct client requests.

The system includes capabilities for health monitoring and automated failover to ensure continuous service. It supports administrative control over backend server availability, client IP filtering for access control, and a mechanism for zero-downtime upgrades via signal-driven traffic diversion. Transaction integrity is managed through automatic rollbacks upon unexpected client disconnects.

Features

  • MySQL Proxy Middleware - Acts as high-performance middleware designed to proxy and route traffic for MySQL database clusters.
  • Connection Pool Managers - Provides a connection pooler to maintain reusable database sessions and reduce the overhead of establishing new connections.
  • Database Sharding - Provides architectural partitioning of large datasets across multiple MySQL database nodes for horizontal scaling.
  • Shard-Based Retrieval - Maps database requests to specific backend instances by hashing identifiers to determine the target data shard.
  • MySQL Connection Poolers - Manages reusable database connections to reduce the overhead of creating new sessions for every request.
  • MySQL Database Sharding - Provides middleware strategies for partitioning and distributing MySQL data across multiple server nodes.
  • Read-Write Splitting - Separates database read and write operations by directing queries to replicas and modifications to the primary server.
  • Sharding Middleware - Provides a proxy layer that abstracts data distribution and routes queries between applications and MySQL shards.
  • Gateway High Availability - Provides a fault-tolerant entry point that ensures availability of the database gateway layer via load balancing.
  • High Availability Clustering - Ensures continuous service availability by distributing traffic across multiple proxy instances to eliminate single points of failure.
  • Database High Availability - Ensures continuous database access through automated failover and health monitoring of MySQL nodes.
  • Traffic Load Balancers - Distributes client requests across multiple backend MySQL servers with automated failover logic.
  • Database Connection Pooling - Maintains a pool of reusable MySQL database connections to reduce the overhead of establishing new sessions.
  • Protocol-Aware Routing - Intercepts MySQL client requests and directs traffic based on parsed database protocol logic.
  • Protocol-Aware Request Routings - Intercepts MySQL client requests and routes traffic to backends based on the parsed database protocol.
  • Transaction Management - Manages the transaction lifecycle by automatically rolling back active operations upon unexpected client disconnects.
  • Backend Availability Managers - Allows transitioning backend database servers online or offline without interrupting the overall availability of the service.
  • Load Balancer Health Management - Implements a health-checking system that monitors backend MySQL nodes and redirects traffic away from unresponsive servers.
  • Zero-Downtime Upgrades - Implements a process for updating service binaries using signaling to divert traffic and avoid dropping active connections.
  • Upgrade Signaling - Uses system signals to drain active connections and facilitate zero-downtime version upgrades.
  • Connection-Based Rollbacks - Automatically rolls back active transactions when a client disconnects unexpectedly to prevent data corruption.
  • Upstream Health Monitoring - Implements a health-check system to monitor backend server availability and ensure traffic is routed only to healthy nodes.
  • Administrative Control Interfaces - Offers an administrative interface to toggle backend database nodes online or offline without restarting servers.
  • Databases and Storage - MySQL-based data middleware for read-write splitting and sharding.

Star history

Star history chart for qihoo360/atlasStar history chart for qihoo360/atlas

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Atlas

These projects share indexed features with Atlas. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • flike/kingshardflike avatar

    flike/kingshard

    6,414View on GitHub↗

    Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple database nodes. It functions as a load balancer, read-write splitter, and SQL query firewall to manage how data is accessed and distributed across a database infrastructure. The system implements data sharding using hash, range, or date strategies to split tables across multiple nodes. It enables read-write splitting by directing data modification requests to a master node while distributing read-only queries across a pool of slave replicas. The proxy provides traffic management t

    Gokingshardmysqlmysql-proxy
    View on GitHub↗6,414
  • sysown/proxysqlsysown avatar

    sysown/proxysql

    6,843View on GitHub↗

    ProxySQL is a database proxy designed to route and balance traffic between applications and MySQL or PostgreSQL servers. It provides database high availability by monitoring backend server health and automatically rerouting traffic to healthy nodes during failover events to prevent downtime. The system integrates with generative AI models by proxying requests through a protocol handler, creating a bridge that allows large language models to access structured data. The project includes capabilities for traffic management through automatic failover routing and cluster topology discovery. It op

    C++
    View on GitHub↗6,843
  • pgsty/pigstypgsty avatar

    pgsty/pigsty

    4,703View on GitHub↗

    Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs

    Shellgraphicsinfrapostgres
    View on GitHub↗4,703
  • crunchydata/postgres-operatorCrunchyData avatar

    CrunchyData/postgres-operator

    4,423View on GitHub↗

    This project is a Kubernetes operator designed for deploying and managing production PostgreSQL database clusters using declarative configurations. It functions as a controller that synchronizes the actual state of database clusters with a desired state, providing a system for high availability orchestration, automated backup and recovery, and containerized database administration. The operator distinguishes itself through a comprehensive data protection suite that supports point-in-time recovery, multi-mode backups to cloud object storage, and cluster cloning. It ensures continuous availabil

    Go
    View on GitHub↗4,423
Compare all 30 related projects→

Frequently asked questions

What does qihoo360/atlas do?

Atlas is a MySQL database proxy and middleware system designed to manage traffic between clients and database clusters. It functions as a high-availability database gateway and sharding middleware, providing a fault-tolerant entry point for routing, load balancing, and managing database connections.

What are the main features of qihoo360/atlas?

The main features of qihoo360/atlas are: MySQL Proxy Middleware, Connection Pool Managers, Database Sharding, Shard-Based Retrieval, MySQL Connection Poolers, MySQL Database Sharding, Read-Write Splitting, Sharding Middleware.

Which projects share features with qihoo360/atlas?

Projects with overlapping indexed features include: flike/kingshard — Kingshard is a MySQL database proxy and sharding middleware that routes SQL traffic between clients and multiple… sysown/proxysql — ProxySQL is a database proxy designed to route and balance traffic between applications and MySQL or PostgreSQL… pgsty/pigsty — Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL… crunchydata/postgres-operator — This project is a Kubernetes operator designed for deploying and managing production PostgreSQL database clusters… postgresml/pgcat — Pgcat is a PostgreSQL middleware solution providing connection pooling, sharding, load balancing, and failover… ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It…