문제

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!

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top