Can we generate Cypher Queries from Visual Model of Property Graph of Neo4j?

≯℡__Kan透↙ 提交于 2019-12-12 19:18:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!