Using the Neo4j Server Web Interface for visualization on a Public website

前端 未结 3 578
渐次进展
渐次进展 2021-02-02 02:01

I\'m looking at visualization options for a graph database project that I have coming up. Part of the job is to provide an interactive visualization of the data for public webs

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-02 02:17

    Check out Neo4j GraphGists. A GraphGist allows you to embed a Neo4j database, Cypher queries, and visualize the results in a web page. Lots of examples listed on the GraphGist wiki.

提交回复
热议问题