You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gsa-suk I think we need to make a fresh start.
Here's what I propose for the creating the raw census models:
Create a new S3 bucket to store CSV files from Census (could be Oracle dumpe later on)
Create a new Postgres instance to house the Census data in the RDBMS with minimal changes (i.e. tables named ELECAUDITHEADER, etc).
Create a Python package (non-djanago) at the same level as backend. Let's call it Census2FAC or something similar. This package should have all the code to movethe csv files to the new S3 bucket, the code to populate the new database from the csv files, the code to validate pdf checksums, etc. We should be able to drop this package from our codebase at a future point in time.
Once this is done, we can have django use the new Posgres database to populate SF-SAC and the dissemination tables - either directly or clones of these.
Create models for historic raw census tables.
Tasks
The text was updated successfully, but these errors were encountered: