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

Database initiator method #436

Closed
3 tasks done
ryanmswan opened this issue Mar 18, 2020 · 1 comment
Closed
3 tasks done

Database initiator method #436

ryanmswan opened this issue Mar 18, 2020 · 1 comment
Labels
Role: Data Science Data management, loading, or analysis v1 The first version of the site

Comments

@ryanmswan
Copy link
Contributor

ryanmswan commented Mar 18, 2020

Description

In order to facilitate asynchronous ingestion workers, separate out database initiation/schema creation into a devoted process.

Action Items

  • Create new method in sqlIngest that drops old ingest table
  • Create method to initiate sql_ingest_table before adding data with pandas
  • Change pandas insert method to be append instead of replace

Resources

sqlIngest.py

@ryanmswan ryanmswan added the Role: Data Science Data management, loading, or analysis label Mar 18, 2020
@ryanmswan
Copy link
Contributor Author

Ingest functionality added in #479 by @jmensch1 ; Ingest no longer using pandas

@github-project-automation github-project-automation bot moved this to Done (without merge) in P: 311: Project Board Aug 22, 2024
@Rabia2219 Rabia2219 added the v1 The first version of the site label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Role: Data Science Data management, loading, or analysis v1 The first version of the site
Projects
Status: Done (without merge)
Development

No branches or pull requests

2 participants