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

Add SQL ingest class #114

Merged
merged 4 commits into from
Dec 5, 2019
Merged

Add SQL ingest class #114

merged 4 commits into from
Dec 5, 2019

Conversation

ryanmswan
Copy link
Contributor

  • Adds ./server/src/sqlIngest.py which contains DataHandler object for data import.
  • changed server/src/settings.example.cfg to be more compatible with python3 configparser package

For additional info see: 19304eb

Updating dev to be current with master
--added ./server/src/sqlIngest.py which contains DataHandler class for SQL table ingestion from csv file
--updated config file format to obey Python3 configparser for ease of import

Next steps
--table update from new data
  --populate main table from temporary import table
  --detect unrepresented values on import from Socrata
  --detect values updated in new csv
--handling of multiple csv files
  --either merge before import or perform successive import operations
Bringing up to date before adding SQL ingest class
@ryanmswan ryanmswan merged commit 17b4e1d into hackforla:dev Dec 5, 2019
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.

1 participant