moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
54 stars 19 forks source link

feat: support Google Cloud Spanner as an additional repository #214

Closed kevinbarbour closed 1 month ago

kevinbarbour commented 9 months ago

Due to a business requirement that all of our financial stack is backed by multi-region databases we will need to run the achgateway with a Spanner database instead of MySQL.

I am actively working on adding this feature in a fork of the achgateway right now and will submit a PR for this capability if it's something that would be accepted as a feature for the product.

adamdecaf commented 9 months ago

Yea that's fine. We use spanner internally at Moov so it's welcome in OSS.

kevinbarbour commented 1 month ago

done in #220