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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSession-Based Routing

Ensuring consistent routing of network sessions to specific endpoints using hash-based sampling of headers.

Distinct from Consistent Hashing: Applies consistent hashing specifically to network session steering rather than general data distribution across cluster nodes.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Session-Based Routing. Refine with filters or upvote what's useful.

Awesome Session-Based Routing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • probelabs/goreplayAvatar von probelabs

    probelabs/goreplay

    19,286Auf GitHub ansehen↗

    Goreplay is an HTTP traffic mirroring tool designed to capture live network traffic from production environments and replay it into test systems for validation. It includes a specialized Kubernetes traffic capturer that operates as a daemonset to mirror traffic from specific pods using label selectors and namespace filters, alongside a TCP traffic recorder for intercepting raw network packets. The project features a Kafka traffic pipeline for streaming captured payloads to topics or ingesting messages for playback, and an HTTP request transformer to mask sensitive data or rewrite headers and

    Ensures consistent routing of specific network sessions to the same destination endpoint using header-based hash sampling.

    Go
    Auf GitHub ansehen↗19,286
  • devicefarmer/stfAvatar von DeviceFarmer

    DeviceFarmer/stf

    4,312Auf GitHub ansehen↗

    This project is an Android device farm management platform and mobile device testing lab. It provides a web-based interface for remotely controlling, debugging, and managing fleets of physical Android devices. The platform enables remote hardware access through an ADB remote control system, allowing for remote shell execution, application installation via drag-and-drop, and real-time screen interaction through a browser. It includes tools for mapping remote device connections to local ports, enabling the use of integrated development environments for debugging. The system covers hardware inv

    Routes user requests to specific device controllers based on active session identifiers.

    JavaScriptandroiddebugginghacktoberfest
    Auf GitHub ansehen↗4,312
  1. Home
  2. Software Engineering & Architecture
  3. Consistent Hashing
  4. Session-Based Routing