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

Store DBs by version controlling schema and data #51

Merged
merged 4 commits into from
Dec 25, 2023

Conversation

IsaacCheng9
Copy link
Owner

Summary

  • Stored DBs by adding scripts to export and import the schema and data of DuckDB files
    • Functionality is provided by the export_duckdb.py and import_duckdb.py scripts in the utils folder
    • The scripts can be accessible with poetry run export_db and poetry run import_db
    • DB schema and data is stored in resources/portfolio_data

@IsaacCheng9 IsaacCheng9 merged commit dab4e20 into main Dec 25, 2023
2 of 3 checks passed
@IsaacCheng9 IsaacCheng9 deleted the add-duckdb-version-control branch December 25, 2023 20:54
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