rkube / dashboard_v2

Web-based visualization for delta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live web-based visualization for delta. The dashboard currently provides real-time visualization of ECEi data.

See the dashboard in action

The current layout in all its un-css'ed glory: alt-text

  • The backend is written in python using flask
  • The frontend is written in JavaScript using vue.js

The front-end of the dashboard is implemented as a single-page application. Running the dashboard is a two-step process. First the front-end needs to be built:

$ cd dashboard/web/dashboard_v2_vue
$ npm install
$ ./node_modules/.bin/vue-cli-service build

Then the backend can be started from the main directory

$ python backend.py 

Finally, the dashboard is accessible at http://localhost:5000/dashboard/newvue.

About

Web-based visualization for delta


Languages

Language:Python 61.5%Language:Vue 31.2%Language:JavaScript 5.0%Language:Dockerfile 2.0%Language:Shell 0.3%