https://github.com/flobz/test_iot_ws
https://github.com/flobz/test_iot_ws
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/flobz/test_iot_ws
- Owner: flobz
- Created: 2021-01-15T08:41:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T12:26:51.000Z (over 5 years ago)
- Last Synced: 2025-02-25T20:18:40.295Z (over 1 year ago)
- Language: Python
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IOT web service Testing
This is a simple docker architecture that I create for a school project.
The goal is to connect all together :
- RabbitMQ
- Apache Nifi
- Mongodb
- Influxdb
- Grafana
- Flask API generated with OpenAPI
## Usage
`sudo docker-compose up -d`
If grafana doesn't work, check that the file's owner is the same as the user in the container.
If it isn't then specify the uid in the docker-compose.yaml.
### Service URL:
- [nifi](http://127.0.0.1:8082/nifi/)
- [RabbitMQ](http://0.0.0.0:15672)
- [Grafana](http://127.0.0.1:3000/d/ayBwnBAMz/general?orgId=1)
- [Mongo Express](http://127.0.0.1:8081)