neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
109 stars 17 forks source link

support import/export of Neo4j schema format #96

Open akollegger opened 1 year ago

akollegger commented 1 year ago

Neo4j is establishing a common interchange format to represent a graph schema. There is a supporting library for working with the format which Arrows could utilize for lossy export of a graph drawing. For import, an auto-layout would need to be applied to the format.

See https://github.com/neo4j/graph-schema-json-js-utils

akollegger commented 1 year ago

Referenced in these feedback threads