This project uses Docker and Grafana to visualize data of 5 patients and then calculate the average glucose of each user every hour.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
- Docker Compose
- Clone the repository
git clone https://github.com/BarriBarri20/flink-tuto
- Navigate to the project directory
cd table-workthrough
- Build the Docker images
docker-compose build
- Start the Docker containers
docker-compose up
After starting the Docker containers, you can access the Grafana dashboard to visualize your data.
Open your web browser and navigate to:
http://localhost:3000
This project is licensed under the MIT License - see the LICENSE.md file for details