Expand description
Multi-format export for graphify knowledge graphs.
Supports JSON, HTML (interactive visualization), SVG, GraphML, Cypher (Neo4j), wiki-style markdown, and analysis reports.
Re-exports§
pub use cypher::export_cypher;pub use graphml::export_graphml;pub use html::export_html;pub use html::export_html_split;pub use json::export_json;pub use obsidian::export_obsidian;pub use report::generate_report;pub use svg::export_svg;pub use wiki::export_wiki;
Modules§
- cypher
- Neo4j Cypher export.
- graphml
- GraphML XML export.
- html
- Interactive vis.js HTML export.
- json
- NetworkX node_link_data compatible JSON export.
- obsidian
- Obsidian vault export — one
.mdfile per node with[[wikilinks]]. - report
- GRAPH_REPORT.md generation.
- svg
- Static SVG export.
- wiki
- Wikipedia-style markdown export.