D
D
Doomplex2020-10-18 10:20:44
Django
Doomplex, 2020-10-18 10:20:44

How to implement a microservice in Django?

It is necessary to implement one of the microservices for an online store, I came to the conclusion that it is necessary, to create an empty application and wrap it in a docker container, for further deployment, I want to implement all this on Django. I need help, because the articles I found in Google did not help me)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita, 2020-10-18
@buslay

You can consider analogues of "microservices" - isolate the web server of a "small" application (and related development), and leave the existing database, for example. You don’t have to write an API for data exchange between micro and monolith services, the exchange will be immediately through the database. Option?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question