问题
Is there a way to generate cypher queries from simply modeling the nodes, relations and properties in visual tool ?
Something similar to generating java code from UI Mockups in JFormDesigner or any GUI Builder like glade for GTK based things.
回答1:
Not exactly what you're looking for, but maybe it helps anyway:
With Structr, you can either import a GraphGist, or create schema nodes and relationships with their properties in a visual tool.
Structr then creates a schema by auto-detecting labels, types and properties, and provides REST resources for every type which could be determined.
More information can be found in my recent blog post: http://structr.org/blog/graph-gist-importer
回答2:
No, there isn't. At least so far.
In SylvaDB we are working to provide a visual query builder to compose queries. The idea is pretty similar to Query By Example (see an example of an implementation for Django, django-qbe), but building graph patterns with constraints by drag & drop. Although is still in development, I've attached a picture of the

来源:https://stackoverflow.com/questions/22397065/can-we-generate-cypher-queries-from-visual-model-of-property-graph-of-neo4j