Video description
Design, build and manage microservices in Python
About This Video
- Gain an understanding of microservices and how they are used within web systems
- How to convert a monolithic application into a series of Microservices
- Gain a clear understanding of how to deploy, monitor, and manage Microservices
In Detail
This course covers microservice fundamentals and advanced topics with a hands-on demonstration of how to implement microservices using real-world examples. Learn how to design and build a microservice software architecture in Python. You will learn to make your applications more reliable and fault-tolerant using microservices with Python, no matter how complex the business logic. This course demonstrates how to design and build an application using a series of microservices. The application in question is an order management system, which we will split up into individual services. In a hands-on manner, you will learn topics such as data modeling, data storage, writing API requests, and you will learn to secure, monitor, and scale your microservices.
Finally, you will learn to use Docker's containerization technology to isolate, manage, monitor, and deploy microservices in Docker containers.
The github repos for this course are as follows:
- For the front end: https://github.com/PacktPublishing/Hands-on-Microservices-with-Python
- For the Order Micro service: https://github.com/PacktPublishing/Hands-on-Microservices-with-Python-Order-Service
- For the User Microservice: https://github.com/PacktPublishing/Hands-on-Microservices-with-Python-User-Service
- For the Product Microservice: https://github.com/PacktPublishing/Hands-on-Microservices-with-Python-Product-Service/
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of contents
-
Chapter 1 : Building Microservices in Python
- The Course Overview 00:02:15
- What is the Microservices approach? 00:04:40
- How Microservices are structured? 00:05:37
- What Tools Are Used to Build Microservices in Python? 00:02:04
- How to handle data in Flask? 00:09:20
- Creating a Basic Microservice in Flask 00:08:59
-
Chapter 2 : Designing the order management microservices
- The Order Management System 00:05:20
- The User Registration Service 00:04:25
- The Product Service 00:01:29
- The Order Service 00:02:40
- How the Order Management Service could be improved? 00:01:50
-
Chapter 3 : Building the Order Management Microservices
- Creating the Frontend Website 00:16:47
- Creating the User Microservice 00:11:56
- The Product Service 00:05:14
- The Order Service 00:12:37
- Chapter 4 : Microservices Security Best Practices
- Chapter 5 : Documenting,Testing and Deploying Microservices
-
Chapter 6 : Docker Containers and Microservices
- What is a Docker container? 00:02:29
- What is a Docker swarm? 00:03:59
- An Overview of Docker Commands 00:11:26
- How to deploy a microservices in Docker containers? 00:18:08
Product information
- Title: Hands-On Microservices with Python
- Author(s):
- Release date: January 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789132045
You might also like
video
Microservices Patterns Video Edition
"A comprehensive overview of the challenges teams face when moving to microservices, with industry-tested solutions to …
video
Python Fundamentals
51+ hours of video instruction. Overview The professional programmer’s Deitel® video guide to Python development with …
video
Kubernetes Microservices
Microservices designs require you to change how you build and deploy applications. Instead of creating a …
video
Amazon Web Services AWS LiveLessons 2nd Edition
More Than 17 Hours of Video Instruction More than 17 hours of video instruction on Amazon …