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
Apologies Michael ..Haven’t explained the problem statement in detail
Actually our system is using a graph database( not neo4j )and it's live .
It is a big monolithic system and wanted to replace the existing graph server to neo4j .Have migrated all ...
Michael,
have tried and enabled log to check cypher
List list = g.V().has("createdDate", "2021-06-26T06:38:44.161Z").toList();
equivalent cypher
Executing Cypher statement on transaction [1668910247]: MATCH (n) RETURN n
not sure where it is adding wh...