MichaelKuby / CMPT733_CapstoneProject_NHLPlayerValue

CMPT733 - Capstone Project - Predicting NHL Player Value
1 stars 1 forks source link

Add scraping and loading to MongoDB for sentiment analysis #2

Closed munmun319 closed 6 months ago

munmun319 commented 6 months ago

Updates

  1. Added scraper_to_csv.py
  2. Added csv_to_mongoDB.py: Loaded into mongoDB for dashboard monitoring and future visualization.
  3. Added reddit_ETL.py: Automated reddit ETL process using Airflow.