awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesDistributed Query Routers

Components that distribute analytical requests to specific data nodes and aggregate partial results into a final response.

Distinguishing note: None of the candidates cover distributed database query routing; they focus on security, web routes, or CTF challenges.

Explore 1 awesome GitHub repository matching data & databases · Distributed Query Routers. Refine with filters or upvote what's useful.

Awesome Distributed Query Routers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Ver en GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Distributes incoming requests to the appropriate servers holding the relevant data segments and consolidates the results into a single response for the client.

    Java
    Ver en GitHub↗6,098
  1. Home
  2. Data & Databases
  3. Distributed Query Routers