Data Visualization

Guidelines about data analysis and visualization with CrateDB.

Apache Superset / Preset

Product

Development

Cluvio

Explo

Grafana

hvPlot and Datashader

Display millions of data points using hvPlot, Datashader, and CrateDB

HoloViews and Datashader frameworks enable channeling millions of data points from your backend systems to the browser’s glass.

This notebook plots the venerable NYC Taxi dataset after importing it into a CrateDB Cloud database cluster.

🚧 Please note this notebook is a work in progress. 🚧

Notebook on GitHub Notebook on Colab

Time series visualization

Python HoloViews hvPlot Datashader

Metabase

pandas

Plotly / Dash

CrateDB for Time Series Modeling, Exploration, and Visualization

Access time series data from CrateDB via SQL, load it into pandas DataFrames, and visualize it using Plotly.

About advanced time series operations in SQL, like aggregations, window functions, interpolation of missing data, common table expressions, moving averages, relational JOINs, and the handling of JSON data.

Notebook on GitHub Notebook on Colab

Time series visualization

Python pandas Plotly Dash

Alternatively, you are welcome to explore the canonical Dash Examples.

R