Skip to content

DhananjayPurohit/OrcaDashboard

Repository files navigation

OrcaDashboard

https://dhananjaypurohit.github.io/OrcaDashboard/

A dashboard to visualize Woods Hole Oceanographic Institution marine mammal detection data(http://dcs.whoi.edu/sb1119/sb1119_buoy_html/sb1119_buoy_summary.html) in the form of bar graphs, pie charts, diel plots with features of notication alert on Slack channel when calls exceeded a threshold limit of 60.

Steps to run the project:

After cloning the repository,

  1. Rename .env-sample into .env and paste your google sheets api key.
  2. use npm install to install all the dependencies needed.
  3. Run npm start to run project in development server.

Steps to run the project with Docker way:-

  1. Rename .env-sample into .env and paste your google sheets api key.
  2. Run docker-compose -f docker-compose.dev.yml up.

The folder Azure-function contains a timer trigger function to scrap data and load into spreadsheet once in a day(at 11:30 UTC).

Alert message on Slack channel-

alert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published