Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nxadb-to-nx-to-nxcg #1

Closed
wants to merge 6 commits into from
Closed

nxadb-to-nx-to-nxcg #1

wants to merge 6 commits into from

Conversation

aMahanna
Copy link
Member

@aMahanna aMahanna commented Apr 29, 2024

Story:

I have an nxadb.Graph object that is connected to an existing ArangoDB Graph. I want to invoke betweenness_centrality on my ArangoDB Graph, using nx-cugraph.

First solution: Use the NetworkX Adapter to pull the ArangoDB data into a NetworkX Graph, then call nxcg.convert.from_networkx.

@aMahanna aMahanna mentioned this pull request May 1, 2024
@aMahanna aMahanna changed the title wip: nxadb-to-nxcg nxadb-to-nx-to-nxcg May 1, 2024
@aMahanna
Copy link
Member Author

aMahanna commented May 2, 2024

Closing as the Ideal Solution has been implemented in #2

@aMahanna aMahanna closed this May 2, 2024
@aMahanna aMahanna deleted the nxadb-to-nxcg branch June 11, 2024 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant