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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alibaba/dubboAvatar de alibaba

    alibaba/dubbo

    41,522Ver en 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
    Ver en GitHub↗41,522
  • netflix/hystrixAvatar de Netflix

    Netflix/Hystrix

    24,461Ver en 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
    Ver en GitHub↗24,461
  • apache/stormAvatar de apache

    apache/storm

    6,683Ver en 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
    Ver en GitHub↗6,683
  • twitter/heronAvatar de twitter

    twitter/heron

    3,632Ver en GitHub↗

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

    Real-time analytics platform for distributed data.

    Java
    Ver en GitHub↗3,632
  • lagom/lagomAvatar de lagom

    lagom/lagom

    2,629Ver en GitHub↗

    Reactive Microservices for the JVM

    Framework for building reactive microservices.

    Scalaakkadistributed-systemshacktoberfest
    Ver en GitHub↗2,629
  • netflix/curatorAvatar de Netflix

    Netflix/curator

    2,135Ver en GitHub↗

    ZooKeeper client wrapper and rich ZooKeeper framework

    Rich framework and client wrapper for ZooKeeper.

    Java
    Ver en GitHub↗2,135
  • nathanmarz/storm-contribN

    nathanmarz/storm-contrib

    0Ver en GitHub↗

    Extensions and utilities for stream processing systems.

    Ver en GitHub↗0
  • orbit-legacy/orbit1O

    orbit-legacy/orbit1

    0Ver en GitHub↗

    Framework for building scalable distributed services.

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