An Interesting Case about Micro-Service Dependency
Recently we've been working to shard our databases in order to put each client's data into its own database. This requires a new micro-service that provides database connection parameters. This post is about a discussion Steve and I had about its schema design and dependency considerations.
Read More