Cantitate/Preț
Produs

Python Microservices Development - Second Edition

Autor Simon Fraser, Tarek Ziadé
en Limba Engleză Paperback – 29 sep 2021
Use Python microservices to craft applications that are built as small standard units using proven best practices and avoiding common errors Key Features:Become well versed with the fundamentals of building, designing, testing, and deploying Python microservices Identify where a monolithic application can be split, how to secure it, and how to scale it once ready for deployment Use the latest framework based on asynchronous programming to write effective microservices with Python Book Description: The small scope and self-contained nature of microservices make them faster, cleaner, and more scalable than code-heavy monolithic applications. However, building microservices architecture that is efficient as well as lightweight into your applications can be challenging due to the complexity of all the interacting pieces. Python Microservices Development, Second Edition will teach you how to overcome these issues and craft applications that are built as small standard units using proven best practices and avoiding common pitfalls. Through hands-on examples, this book will help you to build efficient microservices using Quart, SQLAlchemy, and other modern Python tools In this updated edition, you will learn how to secure connections between services and how to script Nginx using Lua to build web application firewall features such as rate limiting. Python Microservices Development, Second Edition describes how to use containers and AWS to deploy your services. By the end of the book, you'll have created a complete Python application based on microservices. What You Will Learn:Explore what microservices are and how to design them Configure and package your code according to modern best practices Identify a component of a larger service that can be turned into a microservice Handle more incoming requests, more effectively Protect your application with a proxy or firewall Use Kubernetes and containers to deploy a microservice Make changes to an API provided by a microservice safely and keep things working Identify the factors to look for to get started with an unfamiliar cloud provider Who this book is for: This book is for developers who want to learn how to build, test, scale, and manage Python microservices. Readers will require basic knowledge of the Python programming language, the command line, and HTTP-based application principles. No prior experience of writing microservices in Python is assumed.
Citește tot Restrânge

Preț: 26609 lei

Preț vechi: 33261 lei
-20% Nou

Puncte Express: 399

Preț estimativ în valută:
5094 5303$ 4194£

Carte tipărită la comandă

Livrare economică 31 ianuarie-14 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781801076302
ISBN-10: 1801076308
Pagini: 310
Dimensiuni: 191 x 235 x 17 mm
Greutate: 0.54 kg
Ediția:Second
Editura: Packt Publishing

Notă biografică

Simon Fraser works as a Lead Site Reliability Engineer at Cisco Meraki. Previously, he worked at Mozilla as a Senior Release Engineer and Systems Administrator in a high-performance computing environment, which is where he started using Python to automate systems administration tasks. He has more than 20 years of experience in writing software tools, automating and deploying large-scale systems, and using data to drive the flow of work.

Descriere

Utilize Python microservices to break down your app development into bitesize pieces and deploy them as cloud services.