Python Microservices Development
暫譯: Python 微服務開發

Tarek Ziade

買這商品的人也買了...

商品描述

Key Features

  • A very useful guide for Python developers who are shifting to the new microservices-based development
  • A concise, up-to-date guide to building efficient and lightweight microservices in Python using Flask, Tox, and other tools
  • Learn to use Docker containers, CoreOS, and Amazon Web Services to deploy your services

Book Description

We often deploy our web applications into the cloud, and our code needs to interact with many third-party services. An efficient way to build applications to do this is through microservices architecture. But, in practice, it's hard to get this right due to the complexity of all the pieces interacting with each other.

This book will teach you how to overcome these issues and craft applications that are built as small standard units, using all the proven best practices and avoiding the usual traps. It's a practical book: you'll build everything using Python 3 and its amazing tooling ecosystem. You will understand the principles of TDD and apply them.

You will use Flask, Tox, and other tools to build your services using best practices. 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. You will also familiarize yourself with Docker's role in microservices, and use Docker containers, CoreOS, and Amazon Web Services to deploy your services.

This book will take you on a journey, ending with the creation of a complete Python application based on microservices. By the end of the book, you will be well versed with the fundamentals of building, designing, testing, and deploying your Python microservices.

What you will learn

  • Explore what

商品描述(中文翻譯)

**主要特點**

- 對於轉向新的微服務開發的 Python 開發者來說,這是一本非常有用的指南
- 一本簡明且最新的指南,教你如何使用 Flask、Tox 和其他工具在 Python 中構建高效且輕量的微服務
- 學習如何使用 Docker 容器、CoreOS 和 Amazon Web Services 部署你的服務

**書籍描述**

我們經常將網頁應用程式部署到雲端,而我們的程式碼需要與許多第三方服務互動。構建應用程式的一種高效方法是通過微服務架構。然而,實際上,由於所有組件之間的互動複雜性,正確實現這一點是困難的。

本書將教你如何克服這些問題,並構建作為小型標準單元的應用程式,使用所有經過驗證的最佳實踐,並避免常見的陷阱。這是一本實用的書籍:你將使用 Python 3 及其驚人的工具生態系統來構建所有內容。你將理解測試驅動開發(TDD)的原則並加以應用。

你將使用 Flask、Tox 和其他工具,根據最佳實踐來構建你的服務。你將學習如何保護服務之間的連接,以及如何使用 Lua 腳本化 Nginx 來構建網頁應用程式防火牆功能,例如速率限制。你還將熟悉 Docker 在微服務中的角色,並使用 Docker 容器、CoreOS 和 Amazon Web Services 來部署你的服務。

本書將帶你踏上一段旅程,最終創建一個基於微服務的完整 Python 應用程式。在書籍結束時,你將熟悉構建、設計、測試和部署 Python 微服務的基本原則。

**你將學到什麼**

- 探索什麼