You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came to the conclusion that using GORM https://github.com/go-gorm/gorm is the best option. This allows us to consume just about any major database protocol without code changes.
For Global availability, the open source database options are CockroachDB and YugabyteDB. For a vendor specific approach, there's DynamoDB, GCP Spanner, and Azure CosmosDB.
Assess whether DynamoDB is right choice. Could be a managed service backend (that's on the cluster, for example)
Everybody ships SQL, for example
Or POSTgres local to cluster, Mongo local cluster, etc.
OSS options as well
TiKV / TiDB
Vitess
Related to #2
The text was updated successfully, but these errors were encountered: