Is this a Monolith or Microservices?
Let’s play a game called Guess the Software Architecture! Can you guess the software architecture in these diagrams in this post? What characteristics determine which type of software architecture is being used? Do you think its a monolith or microservices? Or possibly something else! YouTube Check out my YouTube channel, where I post all kinds of content accompanying my posts, including this video showing everything in this post. Evolution So, first, we’ll start with an HTTP API that talks with a database. The HTTP API could be a single process or within a container, and it could be scaled out horizontally behind… Read More »Is this a Monolith or Microservices?