Sql to cypher converter

We have products in live which uses Orientdb . we wanted to migrate to neo4j .
we have lots and lots of orientDB sql query . is thery any tool/converter avalible to convert it cypher
Do we have any other option to port sql query in neo4j ?
thanks

Hmm we have a JDBC driver that supports running SQL queries that are translated to Cypher,

Perhpas that helps?

Is this JDBC connector opensource?