Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scraped data --> to --> aws #243

Closed
sashamaryl opened this issue Apr 19, 2022 · 2 comments
Closed

scraped data --> to --> aws #243

sashamaryl opened this issue Apr 19, 2022 · 2 comments
Assignees

Comments

@sashamaryl
Copy link
Collaborator

sashamaryl commented Apr 19, 2022

run the scrapers and load the data into aws

// @jeff & @mikeyavorsky please fill in the details from the convo in the meeting just now...

@mikeyavorsky
Copy link
Collaborator

We need to populate the database in the dev environment.

The scraper might be able to run locally with ENV variables pointing to AWS database.

@jigsawlabs-student
Copy link

jigsawlabs-student commented Apr 20, 2022

@sashamaryl

  1. Create an RDS database in AWS
  2. Create .env file to connect RDS database to the psycopg2 client
  3. db_url = f"postgresql:https://{DB_USER}:{DB_PASSWORD}@{DB_HOST}/{DB_NAME}"
  4. Run scraper to populate RDS database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants