Building a metrics dashboard with Superset and Cube

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cube.js

    📊 Cube — The Semantic Layer for Building Data Applications

  • cube(`LineItems`, { sql: `SELECT * FROM public.line_items`, measures: { count: { type: `count` }, price: { sql: `price`, type: `sum` }, quantity: { sql: `quantity`, type: `sum` }, // A calculated measure that reference other measures. // See https://cube.dev/docs/schema/reference/measures#calculated-measures avgPrice: { sql: `${CUBE.price} / ${CUBE.quantity}`, type: `number` }, // A rolling window measure. // See https://cube.dev/docs/schema/reference/measures#rolling-window revenue: { sql: `price`, type: `sum`, rollingWindow: { trailing: `unbounded`, }, } }, dimensions: { id: { sql: `id`, type: `number`, primaryKey: true }, createdAt: { sql: `created_at`, type: `time` } }, dataSource: `default` });

  • superset

    Apache Superset is a Data Visualization and Data Exploration Platform

  • Apache Superset is a data exploration and visualization platform or, in layman's terms, a tool that you can use to build dashboards with charts for internal users. Born at a hackathon at Airbnb back in 2015, with more than 41,000 stars on GitHub, now it's a leading open-source business intelligence tool.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building dashboards over a semantic layer with Superset and Cube

    3 projects | dev.to | 14 Apr 2022
  • Embedded analytics solution for the modern data stack?

    2 projects | /r/BusinessIntelligence | 3 Oct 2021
  • Using BigQuery Public Datasets to build an analytical app and research the impact of COVID-19

    2 projects | /r/bigquery | 4 Mar 2021
  • Need to reduce costs - which service to use?

    1 project | /r/dataengineering | 5 Dec 2023
  • Anyone with experience moving to Cube.dev + Metabase/Superset from Looker ?

    1 project | /r/BusinessIntelligence | 3 Dec 2023