Reputation: 33
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!
Upvotes: 2
Views: 2902
Reputation: 18022
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.
Upvotes: 0
Reputation: 4609
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.
Upvotes: 5