Storing Graph Databases in Google Cloud

Viewed 5724

I have a dataset of 6 million entries. Each entry has one-to-many relationship with other entries. Previously this data has been stored in a Neo4J instance.

Does Google Cloud provide a product that can store Graph Databases? Or is there a way to adapt an existing Google Cloud Database product to work as a graph databases engine?

I am trying to avoid running a Neo4J instance on a Google compute instance.

1 Answers
Related