Is there a connector for the Neo4J server running at localhost:7474 that I can use in java? What I am looking for is something like 'JDBC' for MySQL where I can execute queries and updates as strings rather than using an embedded database.
There is a JDBC driver for Neo4j. You execute Cypher queries using this driver. Cypher is to Neo4j as SQL is to RDBMS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With