Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

Exporting RDF Literal Node Table to Different Formats (specifically the VARIANT data type) (hashtag2785) #27

Open vikramsubramanian opened 7 months ago

vikramsubramanian commented 7 months ago

Currently VARIANT data type is only supported as part of the Literal Node Table. You cannot create normal tables with VARIANT data type and therefore ingest CSV or PARQUET data. However you can still export the Literal table. We should figure out how to export VARIANT data type to different formats, such as CSV, Parquet and any other format we support.

We should also test how our integrations with networkx or pyg or any other integrations behave with Literal table.

Also: Let's test if we can use Variant in Python, Java, Rust, and C++. Can we read them correctly for each data type that it supports? )

mayil-ai[bot] commented 7 months ago

Summary: Need to add support for exporting VARIANT data type to different formats and test integrations with networkx, pyg, and other libraries. Also need to test reading VARIANT data in Python, Java, Rust, and C++.

Possible Solution

Based on the provided information, the following solutions can be applied to address the issue:

Code snippets to check