José Peralta, José Haro Peralta

Microservice APIs in Python

Auflage 1

Tips, best practices, and handy Python features for designing better microservices architecture and streamlining API integrations. Microservice APIs in Python teaches you practical techniques for designing successful microservices with APIs that are easy to understand, consume, and maintain. Inside you'll learn strategies for successful API integrations, how to avoid tight coupling, implement services with clear boundaries, manage cloud deployments, and handle microservices security.

In Microservice APIs in Python, you'll learn:

  • Service decomposition strategies for microservices
  • Documentation-driven development for APIs
  • Swagger/OpenAPI specification for REST APIs and Schema Definition Language for GraphQL APIs
  • Service implementation patterns for loosely coupled components
  • Security and authentication strategies
  • Deploying and operating microservices in the cloud
  • Building microservices with Flask and other frameworks
  • Buch
    CHF 60.10

Produktdetails

Verlagsnummer: 9781617298417
ISBN: 978-1-61729-841-7
Produkttyp: Buch
Verlag: Manning Publications
Erscheinungsdatum: 05.01.2023
Seiten: 425
Auflage: 1
Sprache: Englisch

Artikelbeschreibung

Microservice APIs in Python shares successful strategies and techniques for designing Microservices systems, with a particular emphasis on creating easy-to-consume APIs.
This practical guide focuses on implementation over philosophizing and has just enough theory to get you started. You'll quickly go hands on designing the architecture for a microservices platform, produce standard specifications for REST and GraphQL APIs, and bake in authentication features to keep your APIs secure. Written in a framework-agnostic manner, its universal principles of API and microservices design can easily be applied to your favorite stack and toolset.

About the Technology
Standard Python web applications, such as those you'd typically build with Django or Flask, can be hard to scale and maintain when built as monoliths. Microservices design makes it possible to isolate key features and functionality as independently written and maintained services. To take advantage of this more resilient architecture, you need to learn the patterns, frameworks, and tools that make Python-based microservices easy to build and manage.