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
·

5 Repos

Awesome GitHub RepositoriesQueue High Availability

Redundancy and consensus-based failover specifically for message queuing systems.

Distinct from High Availability Systems: Distinct from general high availability: focuses specifically on the uptime and durability of message queues.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Queue High Availability. Refine with filters or upvote what's useful.

Awesome Queue High Availability GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • doocs/advanced-javaAvatar von doocs

    doocs/advanced-java

    78,987Auf GitHub ansehen↗

    This project is a comprehensive Java backend engineering guide and technical reference focused on high-concurrency design, distributed systems, and microservices architecture. It provides detailed strategies for decomposing monolithic applications, managing service discovery, and implementing the architectural patterns required for scalable backend environments. The repository distinguishes itself through an extensive collection of big data algorithmic references and database scaling strategies. It covers memory-efficient techniques for analyzing massive datasets, such as Top-K element extrac

    Implements redundancy through leader-follower replication and consensus algorithms to ensure queue uptime and durability.

    Javaadvanced-javadistributed-search-enginedistributed-systems
    Auf GitHub ansehen↗78,987
  • automq/automqAvatar von AutoMQ

    AutoMQ/automq

    10,027Auf GitHub ansehen↗

    AutoMQ is a cloud-native streaming platform and Apache Kafka distribution that implements a decoupled compute and storage architecture. It functions as an S3-backed message queue, using object storage as the primary log repository to eliminate dependencies on local disks. The platform utilizes a stateless broker architecture to enable dynamic compute scaling and automated partition balancing. This design allows the system to adjust the number of brokers in seconds and distribute network traffic without requiring manual data migration or partition reassignment. The system provides multi-avail

    Ensures durability and uptime for the message queue through multi-AZ data replication.

    Java
    Auf GitHub ansehen↗10,027
  • automq/automq-for-kafkaAvatar von AutoMQ

    AutoMQ/automq-for-kafka

    10,026Auf GitHub ansehen↗

    AutoMQ is a cloud-native streaming platform and Kafka-compatible message broker. It implements the Kafka protocol to provide integration with existing clients and ecosystems while functioning as a message queue that persists data directly to cloud object storage. The system decouples compute from storage, allowing processing power and storage capacity to scale independently. It utilizes a shared-log architecture and object-storage-based persistence to remove dependencies on local disks, which reduces operational costs and eliminates manual disk management. The platform includes mechanisms fo

    Distributes processing across multiple availability zones to ensure continuous service during localized cloud failures.

    Java
    Auf GitHub ansehen↗10,026
  • boto/boto3Avatar von boto

    boto/boto3

    9,834Auf GitHub ansehen↗

    Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain

    Implements replicated leader and follower nodes across availability zones to ensure message queue durability.

    Pythonawsaws-sdkcloud
    Auf GitHub ansehen↗9,834
  • openhft/chronicle-queueAvatar von OpenHFT

    OpenHFT/Chronicle-Queue

    3,692Auf GitHub ansehen↗

    Chronicle Queue is a high-performance data handling system featuring off-heap message queues, memory-mapped file stores, and replicated message stores. It provides a binary compatible memory layout that enables different programming languages to share data without serialization overhead. The system utilizes a replicated message store to synchronize data across multiple nodes, ensuring high availability and instant failover. Its memory-mapped architecture supports deterministic replay from disk and low-latency data recording. The project implements off-heap memory management and zero-allocati

    Ensures high availability and failover by replicating queue data across multiple network nodes.

    Javachroniclejavalow-latency
    Auf GitHub ansehen↗3,692
  1. Home
  2. DevOps & Infrastructure
  3. High Availability Systems
  4. Queue High Availability