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

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

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

3 مستودعات

Awesome GitHub RepositoriesQuery Fan-out

Splitting a single global request into multiple parallel queries across distributed data sources.

Distinct from Distributed Query Processing: Focuses on the specific distribution of a query to multiple data sources, distinct from general distributed processing.

Explore 3 awesome GitHub repositories matching data & databases · Query Fan-out. Refine with filters or upvote what's useful.

Awesome Query Fan-out GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • thanos-io/thanosالصورة الرمزية لـ thanos-io

    thanos-io/thanos

    14,121عرض على GitHub↗

    Thanos is a distributed metrics query engine and monitoring scalability suite designed to provide a unified interface for aggregating data from multiple Prometheus servers and clusters. It functions as a high availability monitoring backend that eliminates single points of failure by deduplicating data from replicated instances. The system enables long-term retention by persisting time-series data to cloud-native object storage, allowing for unlimited historical archiving beyond the limits of local disks. It further optimizes this storage through a downsampling and retention manager that comp

    Splits a single global request into multiple parallel queries across distributed data sources to aggregate a unified result.

    Gocncfgogoogle-cloud-storage
    عرض على GitHub↗14,121
  • apache/pinotالصورة الرمزية لـ apache

    apache/pinot

    6,098عرض على 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

    Processes simple analytic queries by fanning out requests to servers and merging partial results to minimize overhead.

    Java
    عرض على GitHub↗6,098
  • m3db/m3الصورة الرمزية لـ m3db

    m3db/m3

    4,895عرض على GitHub↗

    m3 is a distributed time series database designed for high-resolution metrics and high-cardinality data management. It functions as a scalable storage system and a multi-cluster query engine, providing a distributed metrics aggregator capable of downsampling and summarizing data before it is committed to storage. The project distinguishes itself through a coordinated cluster model using etcd for node membership and shard placement. It supports multiple ingestion protocols, including the Prometheus remote write protocol, InfluxDB line protocol, and Graphite Carbon plaintext protocol, and provi

    Splits global requests into parallel queries across distributed data sources and clusters.

    Go
    عرض على GitHub↗4,895
  1. Home
  2. Data & Databases
  3. Distributed Query Processing
  4. Query Fan-out

استكشف الوسوم الفرعية

  • Time SeriesDistributed query mechanisms specifically for retrieving and stitching time-series data across clusters. **Distinct from Query Fan-out:** Focuses on the domain of time-series data stitching rather than general distributed request dispatching