awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/seesaw

0
View on GitHub↗
5,673 stele·506 fork-uri·Go·Apache-2.0·7 vizualizări

Seesaw

Seesaw este o platformă de distribuție a traficului bazată pe tehnologia Linux Virtual Server. Funcționează ca un load balancer pentru gestionarea clusterelor de rețea cu disponibilitate ridicată, utilizând un controler de rutare BGP anycast pentru a anunța și retrage adrese IP virtuale, direcționând astfel traficul către cel mai apropiat nod disponibil.

Sistemul include un orchestrator de tip direct server return care permite serverelor backend să trimită traficul de ieșire direct către clienți. De asemenea, oferă o interfață în linie de comandă pentru gestionarea clusterului, utilă pentru reîncărcarea configurațiilor și declanșarea failover-ului între noduri.

Platforma acoperă monitorizarea sănătății backend-ului prin protocoalele HTTP, TCP, ICMP și DNS. De asemenea, gestionează distribuția traficului de rețea prin controlul ponderii serverelor, ajustând proporția de trafic primită de fiecare host în funcție de capacitatea acestuia.

Features

  • Traffic Load Balancers - Provides a high-availability traffic distribution platform based on Linux Virtual Server (LVS) technology.
  • Cluster Failover Managers - Manages load balancer configurations and triggers failovers between nodes to maintain continuous service availability.
  • Virtual Cluster Load Balancers - Provides a Linux Virtual Server based load balancer for managing high-availability network clusters.
  • Direct Server Return - Ships a direct server return orchestrator allowing backend servers to send responses directly to clients.
  • Load Balancers - Implements a traffic distribution platform based on Linux Virtual Server technology for high-availability clusters.
  • Anycast Routing - Implements anycast routing by advertising virtual IPs via BGP to direct traffic to the nearest available node.
  • Traffic Distribution - Distributes network traffic across multiple servers using Linux Virtual Server kernel-level load balancing.
  • Upstream Health Monitoring - Implements a monitoring system that tracks the availability of backend upstream servers via multiple protocols.
  • Multi-Protocol Health Probes - Monitors backend server availability using a variety of protocols including HTTP, TCP, ICMP, and DNS.
  • Cluster Control Interfaces - Provides a command line interface for controlling reload configurations and triggering node failovers.
  • Weighted Load Balancing - Distributes incoming requests proportionally by assigning relative capacity weights to individual backend hosts.
  • Weighted Traffic Splitting - Assigns relative weights to backend hosts to control the proportion of traffic each server receives.
  • Network and Security - Linux-based load balancing system for network traffic.

Istoric stele

Graficul istoricului de stele pentru google/seesawGraficul istoricului de stele pentru google/seesaw

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Seesaw

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Seesaw.
  • acassen/keepalivedAvatar acassen

    acassen/keepalived

    4,587Vezi pe GitHub↗

    Keepalived is a high availability manager and virtual IP failover tool that ensures continuous service availability. It coordinates the migration of floating IP addresses between master and backup nodes using the Virtual Router Redundancy Protocol to manage router redundancy and seamless failover. The project distinguishes itself by integrating with the Linux kernel IPVS module to function as a transport-layer load balancer. It distributes network traffic across backend servers using various scheduling algorithms and forwarding methods such as NAT, direct routing, or tunneling. The system in

    Cbfdcdaemon
    Vezi pe GitHub↗4,587
  • netflix/eurekaAvatar Netflix

    Netflix/eureka

    12,712Vezi pe GitHub↗

    Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a distributed service registry where instances record their network locations and health status to enable dynamic communication without the use of hardcoded addresses. The system functions as a client-side load balancing framework, providing location data to consumers so they can distribute network traffic across available instances. It employs a heartbeat-based health monitor to track instance availability and automatically removes unresponsive nodes from the registry to manage

    Java
    Vezi pe GitHub↗12,712
  • dunwu/nginx-tutorialAvatar dunwu

    dunwu/nginx-tutorial

    5,437Vezi pe GitHub↗

    This project is a set of configuration guides and instructional tutorials for setting up Nginx as a web server and reverse proxy. It provides practical examples for hosting static files and directing network traffic to backend servers. The materials cover the implementation of load balancing using weighted round-robin strategies to distribute traffic across server clusters. It also provides guidance on configuring reverse proxies to manage request flow and secure application access. The documentation includes instructions for routing requests by URL path to host multiple applications on a si

    JavaScriptload-balancernginxproxy
    Vezi pe GitHub↗5,437
  • microsoftdocs/azure-docsAvatar MicrosoftDocs

    MicrosoftDocs/azure-docs

    10,894Vezi pe GitHub↗

    Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It provides comprehensive guidance on the full spectrum of Azure services, covering everything from core infrastructure components like virtual machines, Kubernetes clusters, and serverless computing to platform services for AI, machine learning, data analytics, and storage. The documentation details how to provision, manage, and govern cloud resources at scale, including policy enforcement, identity management, and cost optimization. The documentation distinguishes Azure through i

    Markdownskilling
    Vezi pe GitHub↗10,894
Vezi toate cele 30 alternative pentru Seesaw→

Întrebări frecvente

Ce face google/seesaw?

Seesaw este o platformă de distribuție a traficului bazată pe tehnologia Linux Virtual Server. Funcționează ca un load balancer pentru gestionarea clusterelor de rețea cu disponibilitate ridicată, utilizând un controler de rutare BGP anycast pentru a anunța și retrage adrese IP virtuale, direcționând astfel traficul către cel mai apropiat nod disponibil.

Care sunt principalele funcționalități ale google/seesaw?

Principalele funcționalități ale google/seesaw sunt: Traffic Load Balancers, Cluster Failover Managers, Virtual Cluster Load Balancers, Direct Server Return, Load Balancers, Anycast Routing, Traffic Distribution, Upstream Health Monitoring.

Care sunt câteva alternative open-source pentru google/seesaw?

Alternativele open-source pentru google/seesaw includ: acassen/keepalived — Keepalived is a high availability manager and virtual IP failover tool that ensures continuous service availability.… netflix/eureka — Eureka is a service registry and discovery server that serves as a coordination tool for microservices. It provides a… optimalbits/redbird — Redbird is a Node.js reverse proxy used to route external network traffic to internal servers. It functions as a layer… dunwu/nginx-tutorial — This project is a set of configuration guides and instructional tutorials for setting up Nginx as a web server and… microsoftdocs/azure-docs — Azure Docs is the official technical documentation repository for Microsoft Azure, the cloud computing platform. It… metallb/metallb — MetalLB is a Kubernetes load balancer implementation and IP address manager designed for bare metal clusters. It…