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

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

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

2 مستودعات

Awesome GitHub RepositoriesMulti-Engine Execution Backends

Capability to execute SQL queries on different distributed processing engines like Spark, Tez, or MapReduce.

Distinct from Query Execution Engines: Distinct from Query Execution Engines: focuses on the ability to switch between multiple execution backends, not a single engine.

Explore 2 awesome GitHub repositories matching data & databases · Multi-Engine Execution Backends. Refine with filters or upvote what's useful.

Awesome Multi-Engine Execution Backends GitHub Repositories

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

    ibis-project/ibis

    6,574عرض على GitHub↗

    Ibis is a portable Python dataframe library and multi-backend query engine that provides a unified interface for executing data transformations across diverse compute engines. It functions as a Python SQL expression compiler and dialect transpiler, allowing users to define data logic once and execute it across cloud warehouses, embedded databases, and distributed clusters without rewriting code. The project distinguishes itself through a database backend abstraction that decouples transformation logic from the underlying execution engine. It enables polyglot data workflows by mixing raw SQL s

    Executes data transformations across different SQL databases and cloud warehouses using a single unified Python interface.

    Pythonbigqueryclickhousedatabase
    عرض على GitHub↗6,574
  • apache/hiveالصورة الرمزية لـ apache

    apache/hive

    6,012عرض على GitHub↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Executes queries on Spark, Tez, or MapReduce to balance performance and resource usage.

    Javaapachebig-datadatabase
    عرض على GitHub↗6,012
  1. Home
  2. Data & Databases
  3. Query Execution Engines
  4. Multi-Engine Execution Backends