This repository contains the code for the Orsini module of the Fast Data Collection project. This module is a dashboard that will display oscillography data and power quality metrics for the LPROT laboratory of the Polytechnic School of the University of São Paulo.
- Orsini
- Table of contents
- Status
- Features
- How to install and run this application
- Author and Acknowledgements
This is currently a work in progress in its early stages. Features will be added in frequently.
- Display voltage and current oscillography data in a easy to read dashboard designed to aid engineers and technicians in operating 4.0 industry power system facilities
- Plots oscillography graphs (~1 sec span) for elegant and in real time data visualization
- Acquires data in real time from a Kafka data stream
- Is completely web based and can be deployed via the cloud
To run this code you will need the latest versions of Node.js and Yarn installed on your machine.
# Clone this respository
$ git clone <https://github.com/Gabriel-f-r-bojikian/orsini-frontend.git>
# Move into the newly created folder
$ cd orsini
# Install all dependencies
$ npm install
# Run the application
$ npm run dev
Autorship attribuition: Gabriel Bojikian