DallasFormulaRacing / PowertrainLib

This library will consist of various methods to visualize and analyze data to support our powertrain team's needs.
10 stars 2 forks source link

Graph Hosting Research #6

Closed Squidtoon99 closed 8 months ago

Squidtoon99 commented 8 months ago

Should be a small learning curve in the future. There are a few options

These are a few ways that I know about.

Tasks:

RochanVanam commented 8 months ago

Options:

  1. Plotly/dash on github pages pros: Very flexible, larger dashboard, easy to use, compatible with Mongo, free tier cons: No video-graph sync, possible performance issues, bit harder to set up but not that bad

  2. Google colab pros: Easy to set up, easy to use, compatible with Mongo, completely free cons: No video-graph sync

Squidtoon99 commented 8 months ago

Here's a demo of something we could use.

image

Squidtoon99 commented 8 months ago

We have decided to go through with Plotly dash with specifics decided in the future.