Project Bird
GCP
GCP ETL project to pull data from eBird API 2.0 and display a map of recent bird observations in a given area - a small side project to practice GCP skills and see more birds.
GCP ETL project to pull data from eBird API 2.0 and display a map of recent bird observations in a given area: a small side project to practice GCP skills and see more birds.
Schedule an Airflow job to obtain data from eBird API 2.0 and store in Cloud Storage.
Clean the data via an Apache Beam Dataflow job and push the results to BigQuery.
Use a Cloud function to trigger the Dataflow job in Step 2 on file upload to Cloud Storage bucket.
Build geographic visualization with BigQuery Geo Viz.