d33bs / demo-kuzu-rel-table-group-potential-bugs

Demonstrating various potential bugs with Kuzu REL Table Groups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo - Potential Kuzu REL GROUP Data Ingest Bugs

Demonstrating various potential bugs with Kuzu REL Table Groups.

Installation

Please use Python poetry to run and install related content. The Poetry environment for this project includes dependencies which help demonstrate the content below.

# after installing poetry, create the environment
poetry install

Poe the Poet

Use Poe the Poet to define and run tasks defined within pyproject.toml under the section [tool.poe.tasks*].

For example, use the following to run the run_demo task:

# run data_prep task using poethepoet defined within `pyproject.toml`
poetry run poe run_demo

Citation and Acknowledgements

Data found within this repo is a modified version of RTX-KG2 data which was published at the NCATS Biomedical Data Translator repository. Special thanks goes to those mentioned in the RTX-KG2 credits. Further data acknowledgments may be found within the data sources documentation.

About

Demonstrating various potential bugs with Kuzu REL Table Groups

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%