Skip to content

A dashboard for displaying basic TABMON file metadata

Notifications You must be signed in to change notification settings

NINAnor/tabmon_dashboard

Repository files navigation

TABMON dashboard 🌟

Streamlit Dashboard summarizing the device deployment metadata for the TABMON project.

The dashboard leverages rclone to serve the data and .parquet files and duckdb for optimising page refresh.

How does this work

We serve the data that is stored in an S3 using rclone serve, the dashboard then connects to the bucket to fetch the index.parquet file containing all the bucket files' metadata. We specify the data path in stack.env.

Since we are connecting to a remote S3 bucket, we need rclone to access our credentials. It is possible to create a secret containing these credentials.

Run the dashboard

docker compose up

Acknowledgment

The dashboard has been developped by Benjamin Cretois and Francesco Frassinelli

About

A dashboard for displaying basic TABMON file metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages