Skip to main content

export_d3_json

Function export_d3_json 

Source
pub fn export_d3_json(conn: &Connection) -> Result<D3ExportGraph>
Expand description

Export the knowledge graph in D3.js JSON format.

Queries all entities and relations from the database and formats them as a D3.js force-directed graph with nodes, links, and metadata.