https://github.com/kiko-g/internet-of-everything
FEUP DS | Large Scale Software Development | 2021/22
https://github.com/kiko-g/internet-of-everything
chaos-engineering digital-twin edge-computing failure-detection internet-of-everything iot
Last synced: about 1 month ago
JSON representation
FEUP DS | Large Scale Software Development | 2021/22
- Host: GitHub
- URL: https://github.com/kiko-g/internet-of-everything
- Owner: kiko-g
- Created: 2022-02-10T03:23:42.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-10T03:30:19.000Z (about 3 years ago)
- Last Synced: 2025-01-23T15:38:32.155Z (3 months ago)
- Topics: chaos-engineering, digital-twin, edge-computing, failure-detection, internet-of-everything, iot
- Language: JavaScript
- Homepage:
- Size: 5.63 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Internet of Everything
# Demo
https://user-images.githubusercontent.com/40745490/153331805-e36c6bf9-d4c3-4521-aa1d-33d6f3f4a25d.mp4
# Setup Instructions
To run our project you need to have `Docker` installed.After that, run the following command on terminal, under the root:
```bash
docker-compose up -d
```
It is possible to visualize what is happening under localhost:FRONTEND_PORT (default: localhost:3000)# Modules
## Edge Layer
Simulates the industry floor.## Emulator and Simulator, the Digital Twin
A virtual representation of the factory that spans its lifecycle and is updated from the edge layer. It also simulates how the factory should work if perfect conditions were met.## Fault Analysis
It's necessary to analyse every machine output, to guarantee that no error occured or is going to occur in a near future. It also ensures the self healing of the machines.## Chaos Engineering
Sending non standardized messages to test if the project is resilient to the errors.# Architeture Overview
