Description
In the Neo4j Graph Output -> Edit Neo4j Graph Model window there is a way to import from Cypher Workbench which isn't available to the public yet. However https://arrows.app also has the ability to output a data model to cypher, json or graphql queries. It would be really nice to have the option to also import a model designed in Arrows app.
This Cypher Query was created after modeling a similar model to the Belgian Beers sample:
CREATE (:Evaluation {label: "String"})<[:has_evaluation](:Strength {label: "String", pct: "Float"})<[:has_strength](n2:Brand {name: "String"})[:brewed_in]>(:Brewery {name: "String", brand: "String"}),
(n2)[:has_type]>(:Type {name: "String"})
There are a few things missing like "Mandatory", "Unique, "Indexed", "Description" or "Primary" but we could easily say each node in the arrows.app musy have x properties created to work properly.
Attachments
Attachments
Issue Links
- duplicates
-
HOP-3150 Neo4j Graph Model: allow import from Arrows JSON model
- Resolved