How to connect from Phoenix/Elixir to Google Cloud Spanner or Google Cloud Bigtable?

“Don’t accept the compromise between fast and beautiful: you can have it all.” (source)

Elixir/Pheonix and Google Serverless DBs hold the promises I need: Mission-critical, scalable, relational database service with transactional consistency, global scale and high availability, suitable for both real-time access and analytics workloads. So how to connect from Phoenix/Elixir to Google Cloud Spanner or Google Cloud Bigtable? Any link for Doc or tutorial would be appreciated. Thanks

Not too long ago Google put out a complete GCP Elixir library that was supposed to include access to everything.

3 Likes

Thank you @brightball. I find the link quite resourceful. It seems the Google team has not covered Cloud #Spanner or Cloud #Bigtable yet. Still, it is a good place to start from.

Hello @brightball, I have gone through the resource link but it doesn’t carry the relevant information. Any other idea would be appreciated.

Answer:
https://hexdocs.pm/google_api_spanner/api-reference.html

2 Likes