Skip to main content

Module export

Module export 

Source
Expand description

Export the code graph to various formats: Neo4j Cypher, GraphML, JSON.

Functions§

export_cypher
Write Neo4j-compatible Cypher CREATE statements for all nodes and edges.
export_graphml
Write GraphML XML format (compatible with Gephi/yEd).
export_json
Write JSON with {"nodes": [...], "edges": [...]} format.