Question

I'm a beginner of databases and I want to deploy neo4j on Google Cloud Platform. I can find something about deploying MongoDB on Google, but nothing about neo4j. So I wonder does Google Cloud support neo4j? Thanks!

Was it helpful?

Solution

Neo4j is an open source project that could run your own Linux machine.

You could just create a Google Compute Engine instance, and follow the tutorials on the web to setup your Neo4j.

like this one: Neo4j setup instruction

just follow the Linux part, and I suggest you to use Debian image to create your instance for Neo4j, because the command-line tool on Debian is most like to Ubuntu's one.

OTHER TIPS

Updated answer from 2018.

Yes -- neo4j supports Google Cloud. Instructions can be found on their website. You can use a pre-built image and launch a single node instance, or multi-node clusters on GCP.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top