Answer the question
In order to leave comments, you need to log in
Service oriented architecture in django, how?
Suppose there is such a scheme: a certain web portal is managed through django-cms. Within the framework of the same portal, a web service is created that performs a certain task and displays data in some web form on the portal. CMS and service have their own databases for work.
There are several questions:
1. Does the above fit the definition of SOA? If not, how should it be arranged?
2. How can I implement this schema in Django? Or is there a separate framework for this?
Answer the question
In order to leave comments, you need to log in
Usually, different applications are divided into different servers / ports and they go to them through some kind of nginx and collect them inside it. Or you can go through js on the client. Naturally, you need to set a timeout and display a stub, if suddenly something happens.
Technopark has good lectures
Such a TK. For example, one web service receives some .xls file, parses it, issues data from there to the form.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question