awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • alibaba/dubboalibaba 的头像

    alibaba/dubbo

    41,522在 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
    在 GitHub 上查看↗41,522
  • netflix/hystrixNetflix 的头像

    Netflix/Hystrix

    24,461在 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
    在 GitHub 上查看↗24,461
  • apache/stormapache 的头像

    apache/storm

    6,683在 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
    在 GitHub 上查看↗6,683
  • twitter/herontwitter 的头像

    twitter/heron

    3,632在 GitHub 上查看↗

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

    Real-time analytics platform for distributed data.

    Java
    在 GitHub 上查看↗3,632
  • lagom/lagomlagom 的头像

    lagom/lagom

    2,629在 GitHub 上查看↗

    Reactive Microservices for the JVM

    Framework for building reactive microservices.

    Scalaakkadistributed-systemshacktoberfest
    在 GitHub 上查看↗2,629
  • netflix/curatorNetflix 的头像

    Netflix/curator

    2,135在 GitHub 上查看↗

    ZooKeeper client wrapper and rich ZooKeeper framework

    Rich framework and client wrapper for ZooKeeper.

    Java
    在 GitHub 上查看↗2,135
  • nathanmarz/storm-contribN

    nathanmarz/storm-contrib

    0在 GitHub 上查看↗

    Extensions and utilities for stream processing systems.

    在 GitHub 上查看↗0
  • orbit-legacy/orbit1O

    orbit-legacy/orbit1

    0在 GitHub 上查看↗

    Framework for building scalable distributed services.

    在 GitHub 上查看↗0
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Distributed Applications