Export to Neo4J #43
pierrevanrensburg
started this conversation in
Ideas
Replies: 1 comment
-
I had considered using an in-memory graph database internally to store the data and do some analysis, but hadn't thought about exporting call graphs to a graph database. Thanks for the suggestion, it's a great feature and very helpful for code analysis. But actually I don't know much about graph databases, any advice on what format I should export to be compatible with as many graph databases as possible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to export a call graph to Neo4J database. You can view and further process it from there using Neo4J GUI, run graphing algorithms, and more. This could relieve all the issues with viewing call graphs and provide focus to this project on the core functionality of reading code (across various languages) and producing call graphs. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions