vlead / outreach-portal-3.0

The new outreach portal built froma specification
Other
0 stars 0 forks source link

Architecture of outreach web application #15

Open ksripathi opened 8 years ago

ksripathi commented 8 years ago

The architecture diagram for outreach portal-3.0 is captured at https://drive.google.com/a/vlabs.ac.in/file/d/0B7f6AeyE2kSCUmRvWlYtUzJqcmc/view?usp=sharing

1) Micro service that serves REST APIs runs on a stand alone machine. REST APIs uses JSON data for all CRUD operations 2) Front-end application sits on its own stand alone machine and which makes the calls to the machine which is running REST APIs over http request.

ksripathi commented 8 years ago

Architecture diagram has been drawn on Google drawing tool [https://docs.google.com/a/vlabs.ac.in/drawings/d/1SgU96kpnK8VWq_puOZ_EYM676hWRKrGdXfl4DWu9cEU/edit?usp=sharing]

ksripathi commented 8 years ago

As mentioned in above diagram : I separated out service and web application into two different machines for user-directory-application. This is done only for user-directory-application just for proof of concepts same thing needs to be implemented for the outreach portal.