awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesMulti-Dimensional Aggregations

Computes subtotals and grand totals across multiple dimensions using CUBE, ROLLUP, and GROUPING SETS operators.

Distinct from Grouped Aggregations: Distinct from Grouped Aggregations: adds multi-dimensional subtotaling with CUBE/ROLLUP/GROUPING SETS, not just single-level grouping.

Explore 5 awesome GitHub repositories matching data & databases · Multi-Dimensional Aggregations. Refine with filters or upvote what's useful.

Awesome Multi-Dimensional Aggregations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/hiveAvatar de apache

    apache/hive

    6,012Ver en GitHub↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Computes subtotals and grand totals across multiple dimensions using CUBE, ROLLUP, and GROUPING SETS operators.

    Javaapachebig-datadatabase
    Ver en GitHub↗6,012
  • parca-dev/parcaAvatar de parca-dev

    parca-dev/parca

    4,788Ver en GitHub↗

    Parca is an always-on continuous profiling platform that captures CPU and memory usage from running applications without any code modifications. It uses eBPF kernel-level tracing to automatically discover and sample stack traces across infrastructure, and provides a web-based flame graph dashboard for interactive performance analysis. Its label-based query engine lets users slice and aggregate profiling data across dimensions such as service, container, or region, using a Prometheus-style selector syntax. Unlike basic profilers, Parca stores profile samples in a columnar format using Apache A

    Queries performance data by labels like service, container, or region to slice and aggregate profiles.

    TypeScriptbpfccontainers
    Ver en GitHub↗4,788
  • thudm/slimeAvatar de THUDM

    THUDM/slime

    4,259Ver en GitHub↗

    SLIME is a distributed reinforcement learning framework for large language model post-training that bridges Megatron training with SGLang inference servers. It orchestrates scalable RL loops across GPU clusters, decoupling training and inference into independent processes that communicate over HTTP and NCCL for independent scaling and fault tolerance. The system supports multi-agent reinforcement learning workflows with parallel agent instances, customizable rollout strategies, and personalized agent serving that improves models from prior conversations without disrupting API serving. The fra

    Executes a script that profiles several rollout engines simultaneously and saves trace files for later analysis.

    Python
    Ver en GitHub↗4,259
  • rdatatable/data.tableAvatar de Rdatatable

    Rdatatable/data.table

    3,894Ver en GitHub↗

    This project is a high-performance tabular data processing framework for R, designed to handle massive datasets with memory efficiency and speed. It provides an enhanced data structure that utilizes reference semantics and in-place modification to perform complex transformations without the overhead of unnecessary object copying. The library distinguishes itself through its low-level architectural optimizations, including multi-threaded parallel processing, radix-based sorting, and memory-mapped file parsing. By offloading critical data manipulation and aggregation routines to compiled C code

    Summarizes data using grouping sets, cubes, and roll-ups with support for custom labels.

    R
    Ver en GitHub↗3,894
  • apache/kylinAvatar de apache

    apache/kylin

    3,765Ver en GitHub↗

    Kylin is a distributed OLAP engine designed for executing fast SQL queries on massive datasets. It utilizes multi-dimensional data cubes to pre-calculate data aggregates, enabling sub-second response times for large-scale analytical queries and big data analytics. The system focuses on large-scale data warehousing and multi-dimensional data modeling. It allows for the organization and querying of vast amounts of structured data to support business intelligence and reporting workflows through distributed SQL querying.

    Pre-calculates data aggregates into multi-dimensional cubes to provide sub-second response times for large-scale queries.

    Javakylin
    Ver en GitHub↗3,765
  1. Home
  2. Data & Databases
  3. Grouped Aggregations
  4. Multi-Dimensional Aggregations

Explorar subetiquetas

  • Data CubesPre-calculated multi-dimensional arrays used to store aggregated data for rapid retrieval. **Distinct from Multi-Dimensional Aggregations:** Focuses on the architectural concept of the data cube as a storage system rather than just the aggregation operation.
  • Profile Query Engines1 sub-etiquetaQuery systems that select and aggregate profiling data using multi-dimensional labels and time-range filters. **Distinct from Multi-Dimensional Aggregations:** Distinct from Multi-Dimensional Aggregations: focuses on querying performance profile data by labels like service or region, not general SQL aggregations.