Cantitate/Preț
Produs

Designing Microservices with Django: An Overview of Tools and Practices

Autor Akos Hochrein
en Limba Engleză Paperback – 29 noi 2019
Explore microservices using the Python-based Django framework and review the benefits and drawbacks of them. This book will examine what microservices look like, how they talk to each other, and how they are crafted using the Python programming language and the Django web framework.
You’ll start by understanding what the key differences are between microservices and monolithic architectures. The book then does a deep dive into how microservices are built and what common models have emerged in our industry. You’ll also take an extensive look at communication and ownership patterns and examine methodologies to speed up your architecture evolution by writing less but more distributed code using the Python programming language and the Django web framework. 
By the end of the book, you’ll have a solid understanding of microservices architectures. Armed with a comprehensive and solid toolset, you can begin working toward systems that are more scalable, resilient, and maintainable. 
What You’ll Learn
  • Understand the benefits and drawbacks of adopting microservices
  • Design systems and architecture for resiliency and distributed ownership
  • Work with tools for scaling distributed system both in technical and organizational dimensions
  • Examine the essentials of the Django web framework
Citește tot Restrânge

Preț: 24935 lei

Preț vechi: 31169 lei
-20%

Puncte Express: 374

Preț estimativ în valută:
4777 5175$ 4097£

Carte tipărită la comandă

Livrare economică 06-13 mai

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484253571
ISBN-10: 1484253574
Pagini: 166
Ilustrații: XV, 166 p. 22 illus.
Dimensiuni: 155 x 235 x 10 mm
Greutate: 0.45 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Designing Microservices with Django

1.     What are services?
a.     Service lingo b.     Understanding the monolith
c.      Understanding the microservice
d.     Early design choices
2.     A pinch of Django
a.     Getting started
b.     Models and the power of ORMs
c.      Communication with views d.     The admin panel
e.      Logging in, logging out and signing up
f.       Templates
g.     Permissions 3.     Anatomy of a microservice
a.     Backend services
b.     Frontend services
c.      Mixed services
d.     Design principles
4.     Communication
a.     REST ad the synchronous world
b.     Asynchronous communication
5.     From monolith to microservice
a.     Before you start b.     Data preparation
c.      Moving the service
6.     Scaling development
a.     Using Python packages
b.     Service repositories
c.      Scaffolding


Notă biografică

Akos Hochrein is a software engineer and technical lead. After receiving his degree in computer science, he started his career as a consultant and soon became a product developer at a well-known Hungarian startup, later moving to Berlin to dive into the local tech scene and to broaden his backend architecture design experience. Throughout his career he worked in areas like frontend and backend development, integrations, data streaming and systems design. Occasionally, he shares his knowledge on various forums, such as technical conferences, his blog … or a book.

Textul de pe ultima copertă

Explore microservices using Python-based Django framework and review the benefits and drawbacks of them. This book will examine what microservices look like, how they talk to each other, and how they are crafted using the Python programming language and the Django web framework.
You’ll start by understanding what the key differences are between microservices and monolithic architectures. The book then does a deep dive into how microservices are built and what common models have emerged in our industry. You’ll also take an extensive look at communication and ownership patterns and examine methodologies to speed up your architecture evolution by writing less but more distributed code using the Python programming language and the Django web framework. 
By the end, you’ll have a solid understanding of microservices architectures. Armed with a comprehensive and solid toolset, you can begin working toward systems that are more scalable, resilient, and maintainable. 
What You’ll Learn
  • Understand the benefits and drawbacks of adopting microservices
  • Design systems and architecture for resiliency and distributed ownership
  • Work with tools for scaling distributed system both in technical and organizational dimensions
  • Examine the essentials of the Django web framework


Caracteristici

The only book that covers Django for building microservices
Hands on examples on how to design and build different type of microservices
Understanding methods of migrating your monolith into a distributed system