HTBox / allReady

This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
http://www.htbox.org/projects/allready
MIT License
891 stars 627 forks source link

Microservices Proof of Concept #2321

Open dzoech opened 6 years ago

dzoech commented 6 years ago

Not sure what's the best way to contact you, so I just post here.

I did a project for university regarding microservices and used allReady foundation for it. The focus was on transforming the application into a microservices architecture. Communication is based on RabbitMQ and leverages the Polly library for fault-tolerance. As you can see in the attached diagram, I extracted some services and also intoduced IdentityServer4 for authentication and authorization. I have seen in several open issues that you are planing to switch to IdentityServer, and thus I have thought maybe my work could be helpful for allReady. But my implementation is only a proof of concept, so some things would still require some work.

architecture

My further plans are to put the dockerized application into the cloud using Service Fabric and Azure Container Services (AKS).

mk0sojo commented 6 years ago

That looks interesting. I think @stevejgordon was doing some work on using identity server as well