Does Keto support Google Cloud Spanner Database? T...
# talk-keto
m
Does Keto support Google Cloud Spanner Database? The helm chart desires a DSN field but I'm only able to find APIs, client libraries, and ORM drivers from their documentation. Based on discussion #590, does not seem so but wanted to confirm
p
does this type approach not work?
i think you need this to run as a sidecar in your deploy. this may not be in the helm charts though https://github.com/GoogleCloudPlatform/pgadapter
m
Spanner isn't considered a Cloud SQL so I don't believe it would work
p
you are right, that particular one won't work, you need a different one (pgadapter) but it's the same general approach
m
Interesting. The pgadapter is a java application to convert postgreSQL into Spanner compatible queries. Thanks for the reference!
p