awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesPolyglot Query Workflows

Mixing programmatic query building with raw SQL strings in a single pipeline.

Distinct from SQL-Integrated: Candidates focus on graph-SQL integration or schema-to-code; this is about mixing Python API and SQL strings.

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

Awesome Polyglot Query Workflows GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • ibis-project/ibisibis-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

    Allows mixing raw SQL strings with programmatic Python expressions within a single data pipeline.

    Pythonbigqueryclickhousedatabase
    在 GitHub 上查看↗6,574
  1. Home
  2. Data & Databases
  3. Polyglot Query Workflows