2 مستودعات
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.
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.
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.