awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Netflix avatar

Netflix/zuul

0
View on GitHub↗
14,027 نجوم·2,442 تفرعات·Java·Apache-2.0·11 مشاهدات

Zuul

Zuul is an API gateway service that manages incoming network traffic to backend services. It serves as a routing layer and edge security proxy that provides centralized control over security and monitoring for microservices.

The project implements a dynamic request router that maps incoming paths to backend locations using configurable rules that can be updated at runtime. It also includes a circuit breaker implementation to monitor backend failure rates and stop traffic to failing services to prevent cascading outages.

The gateway provides a filter-based request pipeline for processing traffic, along with capabilities for real-time traffic monitoring and analysis. It enforces edge security by validating identities and enforcing access policies before requests reach internal services.

Features

  • API Gateways - Serves as a centralized entry point to manage, secure, and route network traffic to backend microservices.
  • Request Routers - Provides a dynamic request router that maps incoming paths to backend locations using configurable rules updated at runtime.
  • Microservice Traffic Management - Routes and balances traffic between distributed microservices using dynamic rules for service discovery.
  • Middleware-Based Request Pipelines - Uses a sequence of pluggable interceptors to process and modify incoming network requests and responses.
  • Request Routing - Applies matching rules to direct incoming network requests to the appropriate destination or backend service.
  • Circuit Breakers - Implements a circuit breaker pattern to monitor backend failure rates and stop traffic to prevent cascading outages.
  • API Access Control - Implements granular authorization policies at the entry point to prevent unauthorized access to sensitive backend services.
  • API Access Security - Secures API access by validating identities and enforcing security policies on all incoming requests.
  • Edge Security Enforcements - Validates user identities and enforces access policies at the network edge to secure internal microservices.
  • Identity-Aware Proxies - Acts as a security layer that validates identities and enforces access policies before requests reach internal microservices.
  • Policy-Based Access Control - Validates security tokens and enforces granular access permissions at the network edge before requests enter internal services.
  • Traffic Routing Engines - Evaluates incoming requests against configurable rules to dynamically direct traffic to optimal backend services.
  • Dynamic Routing - Provides a routing layer that maps incoming paths to backend locations using a configurable lookup table updated at runtime.
  • Resilience Patterns - Implements architectural failure patterns to protect backend systems and prevent cascading outages.
  • Service Overload Protections - Provides active resilience patterns like circuit breakers to maintain system stability under heavy traffic or failure.
  • Request Traffic Monitors - Tracks real-time request patterns, processing duration, and error rates across API endpoints to monitor system health.
  • Real-Time Monitoring - Observes live traffic metrics and request patterns in real time to maintain visibility into distributed service health.
  • Synchronous Proxying - Maintains persistent connections between clients and backends to stream requests and responses in real time.
  • API Gateways - Edge service for routing and monitoring.
  • Developer Utilities - Edge service that provides dynamic routing and resiliency.
  • Distributed Systems - Gateway service for routing and resiliency.
  • Web Development Libraries - Edge service for dynamic routing, monitoring, and security.

سجل النجوم

مخطط تاريخ النجوم لـ netflix/zuulمخطط تاريخ النجوم لـ netflix/zuul

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Zuul

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Zuul.
  • threemammals/ocelotالصورة الرمزية لـ ThreeMammals

    ThreeMammals/Ocelot

    8,710عرض على GitHub↗

    Ocelot is a .NET API gateway that functions as an HTTP reverse proxy to route, balance, and secure traffic between clients and backend services. It serves as a centralized manager for incoming requests, providing a single entry point for traffic orchestration. The project differentiates itself through dynamic request orchestration, allowing it to aggregate multiple backend service responses into a single result to minimize client network round trips. It also supports dynamic gateway configuration, enabling updates to system behavior and operational parameters without requiring a service resta

    C#api-gatewayaspnetcoredotnet
    عرض على GitHub↗8,710
  • octelium/octeliumالصورة الرمزية لـ octelium

    octelium/octelium

    3,371عرض على GitHub↗

    Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and SQL resources. It functions as a secure gateway that validates human and workload identities using OIDC, SAML, and FIDO2 passkeys before granting access to internal applications and SaaS APIs. The system is distinguished by its secretless access broker, which injects credentials—such as API keys, passwords, and AWS Sigv4 signatures—at the gateway level so users can access databases and cloud resources without managing secrets. It further specializes in AI gateway administration,

    Goabacai-gatewayapi-gateway
    عرض على GitHub↗3,371
  • luraproject/luraالصورة الرمزية لـ luraproject

    luraproject/lura

    6,780عرض على GitHub↗

    Lura is an API gateway and traffic router that directs network requests to backend services using a configurable pipeline of processing steps. It functions as a backend load balancer and a request middleware engine designed to validate, modify, and transform incoming requests and responses. The system specializes in API response aggregation, allowing it to execute concurrent requests to multiple backend services and merge the results into a single unified output. This includes the ability to perform dynamic response mapping by renaming fields and filtering data to optimize the final client pa

    Goapi-gatewayapisbackend-services
    عرض على GitHub↗6,780
  • alibaba/higressالصورة الرمزية لـ alibaba

    alibaba/higress

    7,558عرض على GitHub↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Goai-gatewayai-nativeapi-gateway
    عرض على GitHub↗7,558
عرض جميع البدائل الـ 30 لـ Zuul→

الأسئلة الشائعة

ما هي وظيفة netflix/zuul؟

Zuul is an API gateway service that manages incoming network traffic to backend services. It serves as a routing layer and edge security proxy that provides centralized control over security and monitoring for microservices.

ما هي الميزات الرئيسية لـ netflix/zuul؟

الميزات الرئيسية لـ netflix/zuul هي: API Gateways, Request Routers, Microservice Traffic Management, Middleware-Based Request Pipelines, Request Routing, Circuit Breakers, API Access Control, API Access Security.

ما هي البدائل مفتوحة المصدر لـ netflix/zuul؟

تشمل البدائل مفتوحة المصدر لـ netflix/zuul: threemammals/ocelot — Ocelot is a .NET API gateway that functions as an HTTP reverse proxy to route, balance, and secure traffic between… octelium/octelium — Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and… luraproject/lura — Lura is an API gateway and traffic router that directs network requests to backend services using a configurable… alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… linkerd/linkerd2 — This project is a service mesh platform designed to manage, secure, and observe service-to-service communication… aws/aws-cdk — The AWS Cloud Development Kit is an infrastructure-as-code framework that enables developers to define and provision…