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

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

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

2 个仓库

Awesome GitHub RepositoriesAggregate SQL Statisticians

Utilities that compute statistics, distributions, and contingency matrices by issuing aggregate SQL queries instead of loading rows.

Distinct from Database Statistics Retrieval: Distinct from Database Statistics Retrieval: computes aggregate statistics via SQL queries rather than fetching operational metadata like table sizes.

Explore 2 awesome GitHub repositories matching data & databases · Aggregate SQL Statisticians. Refine with filters or upvote what's useful.

Awesome Aggregate SQL Statisticians GitHub Repositories

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

    biolab/orange3

    5,635在 GitHub 上查看↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Computes basic statistics, distributions, and contingency matrices by issuing aggregate SQL queries instead of loading rows.

    Python
    在 GitHub 上查看↗5,635
  • zombodb/zombodbzombodb 的头像

    zombodb/zombodb

    4,730在 GitHub 上查看↗

    Zombodb 是一个将 PostgreSQL 与 Elasticsearch 集成的数据库扩展和关系数据索引器。它提供了一个 SQL 搜索接口,允许用户使用标准 SQL 函数和语法(而非原生 JSON API)执行复杂的搜索查询和聚合。该项目将关系数据从 PostgreSQL 同步到远程搜索引擎,以实现高性能的全文本搜索和分析。 该系统通过将关系结构与搜索引擎能力桥接而脱颖而出,特别是通过针对几何和地理类型的地理空间搜索集成。它实现了一个 SQL 转 JSON 的查询映射层,支持在关系环境中直接进行高级文本分析,包括模糊匹配、邻近搜索和相关性评分。 该项目涵盖了广泛的能力领域,包括索引生命周期管理、自动化关系数据同步和复杂的分析聚合。它支持用于基于位置查询的空间索引、自定义文本分析管道,以及用于审计索引统计和集群健康的监控工具。安全性通过使用 TLS 在数据库和搜索引擎之间进行加密连接来处理。

    Computes complex statistics and distributions on relational data using a search engine framework via SQL queries.

    PLpgSQL
    在 GitHub 上查看↗4,730
  1. Home
  2. Data & Databases
  3. Database Statistics Retrieval
  4. Aggregate SQL Statisticians