![Hands-On Docker for Microservices with Python](https://wfqqreader-1252317822.image.myqcloud.com/cover/356/36698356/b_36698356.jpg)
上QQ阅读APP看书,第一时间看更新
Analyzing the Thoughts Backend microservice
Let's remember the diagram of microservices that we created in the last chapter:
![](https://epubservercos.yuewen.com/664DC7/19470376001475706/epubprivate/OEBPS/Images/f0b5a8c0-862d-494e-bfb4-4077bf0f8dd6.png?sign=1738941513-Ku5HTT4hIfOhe9lW9sgCwLPkCeOgXYnn-0-627fb821af05a1cfe1795da66a47bae7)
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.