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

[FEATURE] Data Insert Logic - Officer #381

Open
DMalone87 opened this issue May 15, 2024 · 1 comment
Open

[FEATURE] Data Insert Logic - Officer #381

DMalone87 opened this issue May 15, 2024 · 1 comment
Labels

Comments

@DMalone87
Copy link
Collaborator

DMalone87 commented May 15, 2024

Extend the Flask API to read from a .jsonl file of scraped Officers data and insert it into the Postgres DB.

Is your feature request related to a problem? Please describe.
As part of our data ETL pipeline, we need to transform data that has been scraped and loaded into an S3 bucket and load it into our database. This feature focuses on loading officer data.

Describe the solution you'd like

  • Read data from the attached officers.jsonl file
  • Transform the data so that it conforms to our officer data schema
  • Verify that the officer data is not a duplicate of some data that was previously loaded (and update if changed)
  • Load the officer data into the database

Additional context
Data from a scraper is a requirement for this task. You can download that fixture here.

@mikeyavorsky
Copy link
Collaborator

50a.jsonl.zip

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

No branches or pull requests

2 participants