- Hands-On Docker for Microservices with Python
- Jaime Buelta
- 179字
- 2021-06-24 12:35:49
Creating a REST Service with Python
Following our example in the last chapter, we split the system designed as a monolith into smaller services. In this chapter, we will analyze in detail one of the microservices (Thoughts Backend) that we mentioned in the previous chapter.
We will talk about how to develop this microservice as an application using Python. This microservice will be ready to interact with other microservices through a standard web RESTful interface, making it the foundation for our global microservice architecture system.
We will discuss different elements such as the API design, the database schema that supports it, and how to implement and how to implement the microservice. Finally, we'll see how to test the application to be sure that it works correctly.
The following topics will be covered in this chapter:
- Analyzing the Thoughts Backend microservice
- Designing the RESTful API
- Defining the database schema
- Implementing the service
- Testing the code
By the end of the chapter, you'll know how to successfully develop a microservice application, including the different stages from design to testing.
- 數字烏托邦
- Learning Karaf Cellar
- JBoss EAP6 High Availability
- WordPress Web Application Development
- 6G新技術 新網絡 新通信
- Unity Artificial Intelligence Programming
- Learning Windows 8 Game Development
- 從實踐中學習手機抓包與數據分析
- 人人都該都懂的互聯網思維
- 網絡安全之道
- 小型局域網組建
- 物聯網,So Easy!
- 互聯網戰略變革與未來
- Hands-On Microservices:Monitoring and Testing
- MobX Quick Start Guide