Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnerWill committed Jan 15, 2025
1 parent 3f48fb9 commit 261c284
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ fetches sensor data, InfluxDB for storing the data, and Grafana for visualizatio
.
├── docker-compose.yml # Docker Compose file to bring up all services
├── README.md # Documentation
└── sensor_data_collector # Directory for Python script and requirements
├── Dockerfile # Dockerfile to build the Python script container
├── fetch_data.py # Python script to fetch data from ESP32 and store in InfluxDB
└── requirements.txt # Python dependencies
├── sensor_data_collector # Directory for Python script and requirements
│ ├── Dockerfile # Dockerfile to build the Python script container
│ ├── fetch_data.py # Python script to fetch data from ESP32 and store in InfluxDB
│ └── requirements.txt # Python dependencies
└── setup.sh # Setup script to install and configure docker
```

## Prerequisites
Expand Down

0 comments on commit 261c284

Please sign in to comment.