Using the google cloud bigtable as a persistent storage

Hi guys,

Is this even possible idea? I am thinking of hosting the Lagom on Google Kubernetes. And I am wondering if I can use the same cloud provider’s database storage as a message journal and everything, instead of having to manage my own Cassandra cluster.

Cheers,

Joo

I think they have hosted SQL db that might work with akka-persistence-jdbc plugin. There might be hosted Cassandra alternatives also.

Otherwise Cloud Datastore might be a good backend but then you would have to develop a new Akka Persistence plugin, which is not a trivial task.