Hands-On Docker for Microservices with Python
上QQ阅读APP看书,第一时间看更新

Analyzing the Thoughts Backend microservice

Let's remember the diagram of microservices that we created in the last chapter:

The diagram shows the different elements for our example system: the two backends, users and thoughts, and HTML frontend.

Thoughts Backend will be responsible for storing new thoughts, retrieving the existing ones, and searching the database.