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

Populate addresses #90

Merged
merged 6 commits into from
Nov 22, 2024
Merged

Populate addresses #90

merged 6 commits into from
Nov 22, 2024

Conversation

agennadi
Copy link
Collaborator

@agennadi agennadi commented Nov 22, 2024

Description

Added ETL logic to fetch and insert the API data. Created a Python script to fetch addresses.

#73

Type of changes

  • Bugfix
  • Chore
  • New Feature

Testing

  • I added automated tests
  • I think tests are unnecessary

How to test

  1. Run docker-compose up
  2. Run docker exec -it my_postgis_db psql -U postgres -d qsdatabase to interact with the db container.
  3. Run select count(*) from addresses; -> the table shouldn't be empty.

@AdamFinkle AdamFinkle merged commit 5e4dfe7 into master Nov 22, 2024
3 checks passed
@AdamFinkle AdamFinkle deleted the populate_addresses branch November 22, 2024 21:52
mantuok pushed a commit that referenced this pull request Nov 24, 2024
* added method for fetching data

* added method for parsing data

* updated docker path and etl code

* updated data handler class and readme

* removed unnecessary files
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

Successfully merging this pull request may close these issues.

2 participants