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

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

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

4 مستودعات

Awesome GitHub RepositoriesShared-Nothing Processing Engines

Distributed processing models that execute tasks independently on worker nodes using network shuffle mechanisms.

Distinct from Shared-Nothing Architectures: Distinct from general shared-nothing architectures: focuses on the distributed processing and data shuffle execution model.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Shared-Nothing Processing Engines. Refine with filters or upvote what's useful.

Awesome Shared-Nothing Processing Engines GitHub Repositories

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

    prestodb/presto

    16,711عرض على GitHub↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Executes tasks independently on worker nodes by exchanging intermediate data through a high-performance network shuffle mechanism.

    Javabig-datadatahadoop
    عرض على GitHub↗16,711
  • apache/druidالصورة الرمزية لـ apache

    apache/druid

    14,020عرض على GitHub↗

    Apache Druid is a real-time analytics database and distributed columnar time-series store designed for sub-second analytical queries. It functions as a data platform featuring a distributed SQL query engine and a real-time data ingestion system for moving historical and streaming data from external sources. The system is distinguished by its ability to provide low-latency analytics under high concurrency to power operational dashboards. It implements a Kerberos-secured environment for user authentication and employs a shared-nothing cluster architecture to enable horizontal scaling. The plat

    Employs a shared-nothing processing model to execute tasks independently on worker nodes, enabling horizontal scaling.

    Javadruid
    عرض على GitHub↗14,020
  • starrocks/starrocksالصورة الرمزية لـ StarRocks

    StarRocks/starrocks

    11,789عرض على GitHub↗

    StarRocks is a distributed SQL OLAP database engine designed for real-time analytics and high-performance multi-dimensional analysis. It functions as a data lakehouse query engine that enables SQL execution across large datasets and external open table formats without requiring local data imports. The system employs a shared-nothing distributed architecture and utilizes the MySQL protocol to integrate with business intelligence tools. It maintains real-time data consistency through a primary key upsert model and accelerates query response times using vectorized execution and cost-based optimi

    Employs a shared-nothing distributed processing model where each node manages its own local storage and memory.

    Javaanalyticsbig-datacloudnative
    عرض على GitHub↗11,789
  • databendlabs/databendالصورة الرمزية لـ databendlabs

    databendlabs/databend

    9,351عرض على GitHub↗

    Databend is a cloud-native data warehouse and OLAP database designed for large-scale analytics. It functions as a SQL-compliant engine and serverless analytics platform that separates compute from storage to allow for independent scaling. The system integrates vector database capabilities, indexing high-dimensional embeddings to enable semantic, hybrid, and full-text searches across massive datasets. It further distinguishes itself through serverless compute management that automatically scales resources based on demand and shuts them down during idle periods. The platform covers a broad set

    Distributes query processing across independent worker nodes to ensure high performance and availability.

    Rustaibigdatacloud-native
    عرض على GitHub↗9,351
  1. Home
  2. Software Engineering & Architecture
  3. Shared-Nothing Architectures
  4. Shared-Nothing Processing Engines