larusba / neo4j-jdbc

Neo4j JDBC driver for Neo4j 3.x with BOLT protocol
Apache License 2.0
12 stars 10 forks source link

SQL to Cypher conversion #1

Open ralfbecher opened 8 years ago

ralfbecher commented 8 years ago

Some query tools cannot handle Cypher and expect an SQL statement to pass thru the JDBC connection. Therefor a SQL to Cypher connversion would be helpful. This should support at least simple SQL statements where tables, columns, joins and where clauses are converted to a Cypher/Neo4j equivalent.

yuzhiliu commented 5 years ago

I strongly agree with the above statement. Since this was asked more than two years ago, I wonder if there is any progress on converting SQL to Cypher?

albertodelazzari commented 5 years ago

Hi @yuzhiliu, this is not the official project and it's not longer maintained. You should refer to Official JDBC Driver.

I don't think this issue is on the official jdbc driver board so I can add it in order to let the team to think about it.