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

Core terminal update #121

Merged
merged 14 commits into from
Oct 29, 2024
Merged

Core terminal update #121

merged 14 commits into from
Oct 29, 2024

Conversation

Vedant1
Copy link
Collaborator

@Vedant1 Vedant1 commented Oct 18, 2024

Changed internal data abstraction (ordered dictionary) into nested ordered dictionaries so it can handle multiple tables ingested - each table is its own ordered dictionary.

Updated metadata.py to handle the extra level of collections (the internal data abstraction)
Updated sqlite.py to loop through all tables to create them
Updated core.py to allow these new plugins to be loaded and separated the use of readers/writers in transload()

Added yaml/toml file readers and table_plot file writer in format used by core terminal.

  • readers use add_rows() and writers use get_rows() which inputs the collection to be formatted for a file output

Edited coreterminal.py with 2 workflows on loading readers, writers and a backend (sqlite)

Added capability to store table relations through PK/FK columns
Updated sqlite.py to handle these relations

@jpulidojr jpulidojr self-requested a review October 28, 2024 15:26
@jpulidojr jpulidojr merged commit 436a49d into main Oct 29, 2024
4 checks passed
This was linked to issues Oct 29, 2024
@jpulidojr jpulidojr deleted the core_terminal_refactor branch October 29, 2024 20:07
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.

YAML schema support Entity Relationship diagram plugin for DSI
2 participants