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

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

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

square/cubeArchived

0
View on GitHub↗
3,878 星标·411 分支·JavaScript·2 次浏览square.github.com/cube↗

Cube

Cube is a time-series analytics platform and event data store designed for real-time performance monitoring. It functions as a metrics engine that ingests timestamped event streams and persists raw logs to enable the computation of statistical summaries, quantiles, and histograms.

The system distinguishes itself through a reactive processing model that automatically invalidates metric caches when new events arrive, ensuring query results remain current. It supports both real-time event streaming via persistent connections and the calculation of post hoc statistics from stored event sets.

The platform's capabilities include time-series data analysis, event data aggregation, and the hosting of web-based analytics dashboards by serving static assets from the local filesystem.

Features

  • Event-Based Metric Computations - Derives aggregate statistics and histograms by applying mathematical expressions to sets of stored event data.
  • Real-time Performance Monitoring - Provides a platform for collecting and analyzing live event streams to track system behavior and performance trends.
  • Statistical Summaries - Converts raw event streams into aggregate statistics, quantiles, and histograms for high-level system observation.
  • Event Data Ingestion - Accepts event data via network protocols and persists them for later metric computation.
  • Event Timestamp Definitions - Stores raw timestamped events to enable incremental processing and subsequent aggregate computation.
  • Event Stores - Persists raw timestamped logs to enable historical analysis and reactive metric computation.
  • Raw Event Persistence - Stores timestamped events in their original form to allow for post hoc statistical analysis.
  • Post Hoc Statistical Analysis - Derives aggregate statistics, quantiles, and histograms from stored event sets after data collection is complete.
  • Reactive Processing Engines - Aggregates event data into metrics and manages cache invalidation to provide up-to-date query results.
  • Time Series Analysis - Stores and queries timestamped event logs to compute statistical summaries and historical performance metrics.
  • Time-Series Analytics Platforms - Ingests event streams and computes statistical summaries, quantiles, and histograms for performance monitoring.
  • Time-Series Aggregations - Processes raw event streams into statistical summaries using mathematical expressions and time-based intervals.
  • Statistical Metric Calculators - Calculates medians and boundary values (quantiles) across collected event datasets.
  • Event-Driven Metric Updates - Updates metrics reactively by applying expressions to event data as it arrives.
  • Analytical Event Logs - Stores raw timestamped events to enable post hoc statistical analysis and quantile calculations.
  • Reactive Metric Invalidators - Automatically clears cached metric values upon new data arrival to ensure query results remain current.
  • Analytics Dashboards - Hosts web-based interfaces for visualizing and exploring analytical data and system behavior patterns.
  • Cache Clearing - Provides mechanisms for clearing cached metric values to ensure evaluators use current data.
  • Event Retrieval Services - Fetches specific timestamped events over a defined time range via network requests.
  • Log Aggregator Query Metrics - Transforms event data into structured metrics using query language expressions and defined time resolutions.
  • Real-Time Data Streams - Pushes real-time event data to clients through a persistent network connection.
  • Real-time Event Streams - Pushes new events to clients continuously as they arrive through a persistent connection.
  • Stream Piping - Implements data stream piping to push real-time event data to clients with configurable delays.
  • Analytical Dashboards - Hosts real-time dashboards for slice-and-dice and drill-down operations to display system trends.

Star 历史

square/cube 的 Star 历史图表square/cube 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

square/cube 是做什么的?

Cube is a time-series analytics platform and event data store designed for real-time performance monitoring. It functions as a metrics engine that ingests timestamped event streams and persists raw logs to enable the computation of statistical summaries, quantiles, and histograms.

square/cube 的主要功能有哪些?

square/cube 的主要功能包括:Event-Based Metric Computations, Real-time Performance Monitoring, Statistical Summaries, Event Data Ingestion, Event Timestamp Definitions, Event Stores, Raw Event Persistence, Post Hoc Statistical Analysis。

square/cube 有哪些开源替代品?

square/cube 的开源替代品包括: opentsdb/opentsdb — OpenTSDB is a distributed time series database and metrics engine designed for storing and managing massive volumes of… fuckcqcs/fuckcqcs — This project is a pharmaceutical supply chain and public health data analyzer designed to track the historical… openpanel-dev/openpanel — OpenPanel is a self-hosted product analytics platform designed for tracking user behavior and visualizing product… eventstore/eventstore — KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores… kurrent-io/kurrentdb — KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as… growthbook/growthbook — GrowthBook is a feature flagging and experimentation platform that utilizes a warehouse-native approach to data…

Cube 的开源替代方案

相似的开源项目,按与 Cube 的功能重合度排序。
  • opentsdb/opentsdbOpenTSDB 的头像

    OpenTSDB/opentsdb

    5,068在 GitHub 上查看↗

    OpenTSDB is a distributed time series database and metrics engine designed for storing and managing massive volumes of high-cardinality system metrics. It functions as a data store and analytics platform that enables large-scale metric ingestion and infrastructure performance monitoring across a distributed cluster. The system distinguishes itself through a distributed storage abstraction that supports multiple backends such as HBase, Cassandra, and Google Bigtable. It utilizes a hierarchical metric tree to organize time series and employs numeric identifier indexing to reduce storage footpri

    Java
    在 GitHub 上查看↗5,068
  • fuckcqcs/fuckcqcsfuckcqcs 的头像

    fuckcqcs/fuckcqcs

    4,303在 GitHub 上查看↗

    This project is a pharmaceutical supply chain and public health data analyzer designed to track the historical distribution and quality of medical products across regional jurisdictions. It functions as a monitoring tool for vaccine distribution, analyzing supply patterns and quality variances over time. The system converts pharmaceutical sales records into regional heatmaps and spatial density maps to visualize the geographic concentration of product distribution. It includes a time-series analysis tool to track historical product movement and identify trends in regional supply and demand.

    HTML
    在 GitHub 上查看↗4,303
  • eventstore/eventstoreEventStore 的头像

    EventStore/EventStore

    5,809在 GitHub 上查看↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores application state as an immutable, ordered sequence of events rather than updating rows in place, preserving full history for audit, replay, and distributed consistency. The database combines event storage with real-time streaming and a built-in JavaScript projection engine that transforms and aggregates event streams into materialized views. The system provides official gRPC client libraries for Python, Node.js, Java, .NET, Go, and Rust, enabling multi-language application development

    C#
    在 GitHub 上查看↗5,809
  • openpanel-dev/openpanelOpenpanel-dev 的头像

    Openpanel-dev/openpanel

    5,349在 GitHub 上查看↗

    OpenPanel is a self-hosted product analytics platform designed for tracking user behavior and visualizing product metrics on private infrastructure. It provides a comprehensive system for collecting events across web, mobile, and server environments while ensuring complete ownership of data. The platform distinguishes itself through a privacy-first approach, utilizing cookieless event tracking and regional data residency to simplify regulatory compliance. It integrates large language models via the Model Context Protocol, enabling users to query behavioral data and analyze trends using natura

    TypeScriptalternativeanalyticsopen-source
    在 GitHub 上查看↗5,349
  • 查看 Cube 的所有 30 个替代方案→