Neo4j 3.5.1 added to Google Cloud Platform - Cluster and Single Node, Community and Enterprise

Hi all,

We recently built updated images and marketplace entries for Neo4j 3.5.1 on GCP. Users can now launch single instance or clustered deploys of Neo4j. All images include both APOC and Graph Algorithms.

Anyone can launch Community. For Enterprise instances, please fill out this link to either register your cloud instance (if you're an existing customer) or get a 30-day evaluation license.

We store our public images in the google cloud project called launcher-public. The two new images within that project are:

  • neo4j-enterprise-1-3-5-1-apoc
  • neo4j-community-1-3-5-1-apoc

Useful documentation!

We'd love to hear how people are using these, so please follow up if you have any questions.

2 Likes

Hi David,

Is there a way to get a list of the neo4j images available in googe cloud? I've been trying to get a list to see which neo4j versions are available, but haven't been able to figure it out.

Thanks!
Tim.

PS: The neo4j partner page seems to missing content:
https://cloud.withgoogle.com/partners/detail/?id=CIGAgICAgMC4kAE%3D&hl=en-US

We publish our images in a GCP project called launcher-public so by listing images in that project, you can see what we've made available.

Hey, thanks for the update about that google page! I'll check with them on that.

gcloud compute images list --project launcher-public | grep neo4j

Sample output:

neo4j-enterprise-1-3-3-4                              launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-3-5                              launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-4-0                              launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-4-11-apoc                        launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-4-3-apoc                         launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-4-6-apoc                         launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-4-7-apoc                         launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-4-9-apoc                         launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-5-0-apoc                         launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-5-1-apoc                         launcher-public    neo4j-enterprise                              READY
neo4j-enterprise-1-3-5-2-apoc                         launcher-public    neo4j-enterprise                              READY
2 Likes

That's perfect! Thank you!

Tim.