awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Horizontal Scaling Tools · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesHorizontal Scaling Tools

Utilities and patterns for scaling services by adding nodes dynamically.

Distinguishing note: Focuses on the mechanism of dynamic node expansion for high-throughput workloads.

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

  1. Home
  2. DevOps & Infrastructure
  3. Horizontal Scaling Tools

Awesome Horizontal Scaling Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • cockroachdb/cockroach

    cockroachdb/cockroach

    31,941View on GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Enables database growth by automatically splitting data ranges and rebalancing them across nodes.

    Gocockroachdbdatabasedistributed-database
    31,941View on GitHub↗
  • Dokploy/dokploy

    Dokploy/dokploy

    30,653View on GitHub↗

    Dokploy is a self-hosted platform-as-a-service designed to simplify the deployment and management of containerized applications and databases. It provides a centralized control plane that decouples administrative management from application workloads, allowing users to oversee infrastructure across multiple server nodes through a unified web interface or a command-line tool. The platform distinguishes itself through an extensive library of pre-configured application templates, enabling the rapid deployment of databases, identity providers, and various productivity or development tools. It sup

    Increases application capacity by adding servers to a cluster to distribute traffic across more resources.

    TypeScriptbackendbackupsdatabases
    30,653View on GitHub↗
  • nsqio/nsq

    nsqio/nsq

    25,923View on GitHub↗

    NSQ is a distributed, brokerless messaging platform designed for high-throughput, fault-tolerant communication. By utilizing a decentralized topology, it eliminates single points of failure and allows for horizontal scaling across clusters. The system organizes message streams into topics and channels, effectively decoupling producers from consumers to support both streaming and job-oriented workloads. The platform distinguishes itself through a lookup-service-based discovery mechanism that enables clients to dynamically locate producers at runtime without requiring centralized coordination.

    Supports high-throughput workloads by allowing dynamic node expansion without centralized brokers.

    Godistributed-systemsgomessage-queue
    25,923View on GitHub↗