Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

MICROSERVICE APIS
Título:
MICROSERVICE APIS. USING PYTHON, FLASK, FASTAPI, OPENAPI AND MORE
Subtítulo:
Autor:
JOSE HARO PERALTA
Editorial:
MANNING PUBLISHERS
Año de edición:
2023
Materia
INGENIERIA DEL SOFTWARE - OTROS TEMAS
ISBN:
978-1-61729-841-7
Páginas:
440
79,95 €

 

Sinopsis

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 TechnologyStandard 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.