To run this project, make sure to make the following connections:
Rename the file .env.example to .env and fill in the required service identifiers. Also make sur to install the required dependencies:
cp .env.example .env # Copy the example config file
pip3 install -r requirements.txt # Install dependenciesThen execute the python script on the Raspberry Pi
python3 main.pyTo run the data analysis, make sure to have the following dependencies installed and the .env file filled out.
cp .env.example .env # Copy the example config file
pip3 install -r requirements.txt # Install dependenciesThen execute one of the python script on your computer For real time data analysis:
python3 data_analysis_mqtt.pyFor database data analysis:
python3 data_analysis_mongodb.py