Microservice embraces unix philosophy: "do one thing and do it well".
So you should define Django app that follows that principle.
You then wrap that Django app to be accessed behind Nginx or Apache that
exposes port 80 to be accessed by other micorservices/clients.
That nginx+django bundle can be further be containerized to be easily
deployed to cloud and managed using cloud provider API.

There is no need of Django specific microservice stack because clients only
care about standard protocols being used.

Here is an existing discussion:
https://www.reddit.com/r/django/comments/ailhhi/how_to_design_microservices_architecture_in/

On Sat, Oct 12, 2019 at 6:13 PM Motaz Hejaze <trapper...@gmail.com> wrote:

> This is a good question , i dont know why no body answered it !!
>
> On Fri, 11 Oct 2019, 7:38 pm Uzama Zaid Mohammed Jaward, <
> uzamajaw...@gmail.com> wrote:
>
>> Hi all
>>
>> What are the tech stack is good for micro service architecture in Django
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAOHA2_2tFnyeEsKZXx2BrCTp_WitdSuLkzNVZ4%3DaJ1g3L4iYOg%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAOHA2_2tFnyeEsKZXx2BrCTp_WitdSuLkzNVZ4%3DaJ1g3L4iYOg%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAHV4E-fBYQQdmKMM%3D1OO8%3DMhP7YiVfTWsx2g-rhwHJRgU%3DxiWA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAHV4E-fBYQQdmKMM%3D1OO8%3DMhP7YiVfTWsx2g-rhwHJRgU%3DxiWA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Regards,

Aldian Fazrihady
http://aldianfazrihady.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN7EoAaq-sDsFQwhMxmihR9pbhVJw9HdiEmBFtr9%2B81XgMWHsA%40mail.gmail.com.

Reply via email to