Skip to content

Example of Event-Driven Data Visualization with the PHI Architecture

Notifications You must be signed in to change notification settings

victornitu/phi-visualization-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of Event-Driven Data Visualization with the PHI Architecture

This project is an example of how to use the PHI Architecture example project and how to visualize its data.
For more details, see the article "Event-Driven Data Visualization" which offers in depth explanations.

Requirements

To run this project, you will need node 12, npm 6, and python 3.8.
To install the dependencies of shop and dashboard, run npm install inside their directory.
To install the dependencies of lab, run pip install -r requirements.txt inside the lab directory.

You will also need to start the PHI Architecture example project:
For more information, have a look at victornitu/phi-architecture-example.

Quick start

Run shop

cd shop
npm start

Run lab

cd lab
jupyter lab

Run dashboard

cd dashboard
npm start

About

Example of Event-Driven Data Visualization with the PHI Architecture

Resources

Stars

Watchers

Forks

Packages

No packages published