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

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

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

1 个仓库

Awesome GitHub RepositoriesFederated SQL Query Tools

Tools that allow executing a single SQL query across multiple disparate data sources to merge results into a unified set.

Distinct from SQL Query Execution: None of the candidates cover the specific concept of federating queries across heterogeneous sources as a primary identity; they focus on REST APIs or internal DB execution.

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

Awesome Federated SQL Query Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cube2222/octosqlcube2222 的头像

    cube2222/octosql

    5,258在 GitHub 上查看↗

    Octosql 是一个联邦 SQL 查询引擎、数据转换器和流式 SQL 处理器。它允许用户跨多个异构数据源(包括不同类型的数据库和文件格式)执行单一 SQL 语句,从而合并并转换结果集。 该系统的独特之处在于将 CSV、JSONLines 和 Parquet 文件视为虚拟表,并利用基于插件的架构扩展对外部存储引擎的连接。它作为无限数据流的流式处理器,使用水印(watermarks)、撤回(retractions)和翻滚窗口(tumbling windows)来维持乱序事件的一致性。此外,它还可用作 SQL 数据生成器,通过表值函数生成合成数据集和记录流。 该引擎具备跨源数据连接和多源分析能力,并通过源端谓词下推(predicate push-down)进行优化,以减少数据传输。它通过包含联合类型的静态类型系统管理复杂数据,并提供查询执行计划可视化功能以增强可观测性。

    Provides a federated SQL interface to execute single statements across multiple disparate data sources and merge results.

    Go
    在 GitHub 上查看↗5,258
  1. Home
  2. Data & Databases
  3. Federated SQL Query Tools