Goal: Automate creating Neo4j graph database on GCP, and then connect to it using a python driver (locally and hosted on Cloud Run). I have tried to use:
The "https://neo4j.com/docs/operations-manual/current/cloud-deployments/neo4j-gcp/automation-gcp...
Is it possible to programmatically configure your instances in Aura DB, without going to the web browser? For example, start a new instance, pause an instance, upgrade/downgrade an instance?
Hi David, thank you for your response. I was able to replicate your steps and create a Neo4j instance that connectable via browser and bolt. However, I would like to add a default password upon creation, instead of logging into the browser to change ...
I figured it out. I had a VPC Access Connector that was all traffic for Cloud Run was passing through. Even when it was turn on an Egress Firewall rule that applied to the VPC Connector (using tags), it still didn't work. I had to reconfigure the th...
I am unable to connect to the Aura database from Cloud Run on GCP. It gives the same error: neo4j.exceptions.ServiceUnavailable: Unable to retrieve routing information. I am using the following to connect to the database: driver = GraphDatabase.drive...