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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

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

    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/zombodbالصورة الرمزية لـ zombodb

    zombodb/zombodb

    4,730عرض على GitHub↗

    Zombodb is a database extension and relational data indexer that integrates PostgreSQL with Elasticsearch. It provides a SQL search interface, allowing users to execute complex search queries and aggregations using standard SQL functions and syntax instead of native JSON APIs. The project synchronizes relational data from PostgreSQL to a remote search engine to enable high-performance full-text search and analytics. The system distinguishes itself by bridging relational structures with search engine capabilities, specifically through geospatial search integration for geometry and geography ty

    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