Skip to content

pbybee/django_dash_rabbitMQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_dash_rabbitMQ

This app uses Plotly Dash and Django to plot sensor data (simulated with random data in this project).

Using a drop down box multiple (up to 5) sensor plots can be shown in the browser.

Dash Plots Gif

KNOWN ISSUES: Removing the sensors in any order other than the order you added causes dash to fail. This seems to be a known Dash Issue.

TO DO:

  1. Make a require file for easy environment setup
  2. Add a Postgresql database to store sensor data
  3. Use RabbitMQ to handle passing sensor data
  4. Try performing some manipulations to the sensor data or add another app to do computational work
  5. Add Celery to handle multiple users doing multiple task requests

Props to the people who figured out how to integrate Dash into Django. I found the example here: https://github.com/ned2/dash-django-example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages