Hi,
I've recently downloaded Neo4j Desktop in a new machine, version 1.2.7. It allows me to create databases only from 4.0.3 versions, and my other environments are using 3.5.6, so I'd like to generate a db of this version. Any tips?
Thanks
Hi, we are running some tests to import data through the neo4j-jdbc driver, actually using springframework.jdbc on top of it.
The schema is super basic, 2 nodes (Documents and NamedEntities) and 1 relationship (MENTIONED_IN).
The test consist on crea...
Hey Will, we tried out the java native driver (not the jdbc) and we noticed a 20x improvement. So most of the overhead seems to be in the jdbc driver on this kind of architecture - using the docker container. I'll try to share more details on how it ...