Skip to content

michaelprosario/birdWatcher

Repository files navigation

Setup

How do you setup rabbitMQ?

  • Install docker - https://docs.docker.com/engine/install/
  • Inspect birdWatcher\docker-compose.yml. This file configures rabbitmq to load. RabbitMq enables computer programs to talk to each other. You might think of it as a chat software for programs.
  • Open command line(bash, powershell)
  • Navigate to project directory
cd birdWatcher
docker-compose up -d

How do you run the picture taking process?

  • install Python 3
cd birdWatcher
export AZURE_BLOB_STORAGE_CONNECTION_STRING="fix me"
pip install -r requirements.txt
python watcher.py
cd birdWatcher
$env:AZURE_BLOB_STORAGE_CONNECTION_STRING="fix me"
pip install -r requirements.txt
python watcher.py

How do you setup the analysis process?

  • Install nodejs
  • Install npm
cd birdWatcher
export AZURE_BLOB_STORAGE_CONNECTION_STRING="fix me"
export SUPABASEURL="fix me"
export SUPABASEKEY="fix me"
npm install
node job-processor.js

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published