Generating visualizations from data for web pages

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Altair

    Declarative statistical visualization library for Python

    My understanding is the Altair package https://altair-viz.github.io/ from the Python world does this: Python code generates a Vega-Lite https://vega.github.io/vega-lite/ specification along with the raw data output as json, and these then can be bundled together into a webpage where the vega.js Javascript-based renderer then does the actual visualization work in the browser. Does a similar project for Rust exist? What do you use when you want to e.g. serve a dashboard from Rust and need visualizations?

  • 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.

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