Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Designing Microservices Using Django: Structuring, Deploying and Managing the Microservices Architecture

Posted By: GFX_MAN
Designing Microservices Using Django: Structuring, Deploying and Managing the Microservices Architecture

Designing Microservices Using Django: Structuring, Deploying and Managing the Microservices Architecture
English | 2020 | ISBN: 9789389328790 | 295 pages | True EPUB | 11.86 MB

A step-by-step that will help you build Microservices architecture using Django and Pytho

Key Features
● Understand in-depth the fundamentals of Microservices
● Learn how to create and use Django APIs
● Use web technology such as Nginx, Gunicorn, UWSGI, and Postgresql to deploy a Django project

Description
Microservices architectures solve the multiple problems of software architecture. Django is a full-stack development framework, written in python.

This book includes everything necessary for web application development; from the user views to the information storage: model, persistence, relationships, controllers, forms, validations, rest API and a very useful back office. Furthermore, the book will show how to build production-ready microservices. It will help you create restful APIs and get familiar with Redis and Celery. Towards the end, the book will show how to secure these services and deploy these microservices using Django. Lastly, it will show how to scale our services.

What will you learn
● Understand the basics of Python, Django, and Microservices
● Learn how to deploy Microservices with Django
● Get familiar with Microservices Architecture - Designing, Principles, and Requirements
● Implement Asynchronous task, JWT API Authentication and AWS Serverless with Microservice architecture

Who this book is for
This book is for those beginners who want to make their careers in software development. It starts from the basics of python and Django, takes the reader to the Microservices architecture.

Table of Contents
1. Basic of Python
2. Major Pillars of OOPS with Python
3. Getting Started with Django
4. API Development with Django
5. Database Modeling with Django
6. First Django API Deployment on Web
7. Django Project Deployment on various web servers
8. What are Microservices
9. Designing Microservice Systems
10. Service Authentication
11. Microservices Deployment With Django
12. JWT Auth Service
13. Asynchronous Tasks
14. AWS Serverless
15. How to Adopt Microservices in Practice