You can translate the question and the replies:

Why not no sql as well?

Neo4j has deprecated their rest api and has a jdbc driver that denodo can connect to. Why not let us create views from cypher queries? I'd rather have no validation than no functionality.
User
19-06-2018 18:39:35 -0400
code

4 Answers

Hi, You can create base view from Neo4j Cypher queries [Using the Create Base View From Query Option](https://community.denodo.com/kb/view/document/Using%20the%20Create%20Base%20View%20From%20Query%20Option?category=Data+Sources) in the Virtual Dataport Administration tool. For more details, you can refer to similar community questions. [How to Create Base View in Denodo to a NEO4J data-source?](https://community.denodo.com/answers/question/details?questionId=9060g00000009m7AAA&title=How+to+Create+Base+View+in+Denodo+to+a+NEO4J+data-source%3F) [How to Connect Denodo to a NEO4J data-source?](https://community.denodo.com/answers/question/details?questionId=9060g00000009gdAAA&title=How+to+Connect+Denodo+to+a+NEO4J+data-source%3F) Hope this helps!
Denodo Team
20-06-2018 02:57:02 -0400
code
this really doesnt, I have a connection to the neo4j db and can see my labels as tables, but creating the base view from query says I have an invalid query when I use cypher. Setting delegate sub query to no has no effect.
User
28-06-2018 17:41:05 -0400
this is because special charaters need to be escaped, when creating from VQL this is possible. Can I create base views from query where characters like { or ' are escaped in the Base View from Query window?
User
28-06-2018 19:27:53 -0400
Hi, You can refer to a similar community [here](https://community.denodo.com/answers/question/details?questionId=9060g0000000AMtAAM&title=how+can+we+escape+special+characters+in+the+base+view+from+query+window%3F) to escape special characters in the base view. Hope this helps!
Denodo Team
10-07-2018 08:17:05 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here