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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesDistributed Applications

Frameworks for building resilient, concurrent, and distributed systems.

Explore 8 awesome GitHub repositories matching part of an awesome list · Distributed Applications. Refine with filters or upvote what's useful.

Awesome Distributed Applications GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • alibaba/dubboAvatar de alibaba

    alibaba/dubbo

    41,522Voir sur GitHub↗

    Dubbo is a high-performance Java remote procedure call framework and microservice governance platform. It enables communication between distributed services using a remote service orchestrator and a distributed service registry to locate available providers in real time. The system provides a microservice monitoring suite for health tracking and distributed tracing, alongside integrated security plugins for access control. It manages network traffic through routing strategies, rate limiting, and thread pool isolation to maintain system stability. The framework covers broader capabilities in

    High-performance RPC framework for distributed services.

    Java
    Voir sur GitHub↗41,522
  • netflix/hystrixAvatar de Netflix

    Netflix/Hystrix

    24,461Voir sur GitHub↗

    Hystrix is a latency and fault tolerance library designed to prevent cascading failures in distributed systems. It functions as a circuit breaker implementation that monitors failure thresholds and opens circuits to isolate remote calls when downstream services degrade. The project distinguishes itself by providing multiple isolation mechanisms, utilizing dedicated thread pools and semaphores to ensure that latency in one dependency does not saturate the entire system. It also features a request collapsing and batching engine that groups concurrent calls into single executions to reduce the t

    Library for latency and fault tolerance in remote systems.

    Java
    Voir sur GitHub↗24,461
  • apache/stormAvatar de apache

    apache/storm

    6,683Voir sur GitHub↗

    Storm is a distributed stream processing framework designed to execute unbounded computations across a cluster to process real-time data streams. It functions as a data pipeline orchestrator that allows users to define and deploy declarative data flow graphs connecting streaming sources to processing components. The system operates as a multi-tenant distributed compute engine that isolates workloads and limits resource usage across shared clusters using dedicated pools and access control. It is also a secure distributed processing engine that employs encrypted node communication and SSL-secur

    Distributed system for real-time stream processing.

    Java
    Voir sur GitHub↗6,683
  • twitter/heronAvatar de twitter

    twitter/heron

    3,632Voir sur GitHub↗

    Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter

    Real-time analytics platform for distributed data.

    Java
    Voir sur GitHub↗3,632
  • lagom/lagomAvatar de lagom

    lagom/lagom

    2,629Voir sur GitHub↗

    Reactive Microservices for the JVM

    Framework for building reactive microservices.

    Scalaakkadistributed-systemshacktoberfest
    Voir sur GitHub↗2,629
  • netflix/curatorAvatar de Netflix

    Netflix/curator

    2,135Voir sur GitHub↗

    ZooKeeper client wrapper and rich ZooKeeper framework

    Rich framework and client wrapper for ZooKeeper.

    Java
    Voir sur GitHub↗2,135
  • nathanmarz/storm-contribN

    nathanmarz/storm-contrib

    0Voir sur GitHub↗

    Extensions and utilities for stream processing systems.

    Voir sur GitHub↗0
  • orbit-legacy/orbit1O

    orbit-legacy/orbit1

    0Voir sur GitHub↗

    Framework for building scalable distributed services.

    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Distributed Applications