Skip to content

EEStrmCmptng/ItrLog-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ItrLog-web-app

a web ui for visualizing flink query results and cpu log data, built with dash and plotly.js

itrlog-example

Quick Start

Create python virtual environment by python3 -m venv env

Activiate virtual environment by source env/bin/activate

Install necessary modules by pip3 install -r requirements.txt

Start the web application by python3 dashboard/index.py

Access

Visit localhost:8888 from your web browser.

If you are trying to access this from bootstrap, you can use ssh tunneling by ssh -L 8888:127.0.0.1:8888 bootstrap in your terminal and then access the same link above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages