I used thisgcloud compute instances create-with-container rosenblumdocker1 --container-image neo4j:4.4.9 --container-env=NEO4J_AUTH=neo4j/Mypassword
I used a new container name. Once the password is set in the system db (with a permanent the disk at...
I did launch a docker the same way - you can't use https://browser.neo4j.io/ on an instance without SSL setup. This is a restriction in the Web Browser standard, not Neo4j.Setting TLS optional is not sufficient - you will need to do the whole get a ...
If you have all your indexes correct and that is not what is slowing down the merges, then I would think the problem is you are bringing the entire JSON into memory and committing it in one go. To that end I would recommend you use apoc.periodic.ite...
Please Note: This has nothing to do with it being Aura or not. Any ssl protected Neo4j database, whether on-prem, in the cloud, or Aura will need to use SSL=true with the BI Connector.