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:
Enables leveraging Kuzu's querying with graph-tool's efficient algorithms.
Facilitates deeper analysis, machine learning, and visualization tasks for graph data.
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.
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.
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:
graph-tool
's efficient algorithms.Feature Proposal:
Add an export function to convert Kuzu graphs into a format compatible with
graph-tool
(e.g.,.gt
orGraph
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