kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.3k stars 93 forks source link

Feature: Add Support for Exporting Graphs to graph-tool #4296

Open yarden-nadav opened 3 days ago

yarden-nadav commented 3 days ago

API

Python

Description

Hi Kuzu Team,

I'd like to request a feature to export graphs from Kuzu to the Python graph-tool package. This would allow users to seamlessly integrate Kuzu with graph-tool for advanced graph analytics and visualization in data science workflows.

Key Benefits:

Feature Proposal:

Add an export function to convert Kuzu graphs into a format compatible with graph-tool (e.g., .gt or Graph object). Include support for nodes, edges, and optional attributes like weights. This would greatly enhance Kuzu's usability in data science and network analysis.

Best regards, A Kuzu User

semihsalihoglu-uw commented 1 day ago

Hi @yarden-nadav, this makes sense to me. But for now, let's keep this issue open so other people can upvote this, so we can gather more evidence that there are more people interested in the same feature.