EpistasisLab / KRAGEN

Software to implement GoT with a weviate vectorized database
MIT License
634 stars 40 forks source link

Script to extract KG relationships #67

Open jay-m-dev opened 7 months ago

jay-m-dev commented 7 months ago

We need a script in the src directory to extract data from a Knowledge Graph. The connection strings should be passed as environmental variables and the output should be a csv file.

gs7vik commented 5 months ago

Can I take this up?

jay-m-dev commented 5 months ago

Thank you @gs7vik! Please go ahead and submit a PR.

gs7vik commented 5 months ago

I just observed that there is a file called extract_data.py in src directory which does the above task except the connection string is in the script itself(instead it should have been part of .env file). Could you elaborate more on what do you mean by "Script or function to determine if data needs to be ADDED, UPDATED, or DELETED." as there is no description provided