-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment diagram #100
Deployment diagram #100
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The database is on the cloud (MongoDB Atlas), and you should draw a connection from the restapi to there.
Then, the POD is provided by Inrupt,so you could do the same drawing as in the database.
The webapp and the restapi are on separate containers inside the Azure machine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put that the connection to the pod is from the webapp, not just the server. The same with the database and the restapi
Yes, it's true. Later I'll change it |
A table with a small description of each component will be added in a moment