![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=1738927331-3X7O4hRloewmQgZF1dxiMshXlhtCf3vU-0-0e875b66df4919da2cd8ee0dcaecf683)
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.