Skip to content

cognitiveRobot/flask-sse-live-graph-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Data Plotting

Thanks to Tom Diethe

Technologies

  flask
  sse
  hightchart.js
  thread
  json
  jquery

Dependencies

  json
  flask
  queue
  thread
  gevent

Running

    

Follow the steps below to get a development env up and running in a ubuntu(linux).

  1. Go to your main project folder.
$ cd <path-to-the-folder>
  1. git clone the repository.
$ git clone git@github.com:cognitiveRobot/flask-sse-live-graph-demo.git
  1. Go inside the cloned folder.
$ cd flask-sse-live-graph-demo
  1. Create a Virtual Environment
$ python3 -m venv venv
  1. Activate the Virtual Environment
$ souce venv/bin/activate
  1. Upgrade the pip
$ pip install --upgrade pip
  1. Install all python packages
$ pip install -r requirments.txt
  1. If everything goes well up to now, then you would be able to quickly run the app.
$ python app.py

then go to http://127.0.0.1:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published