-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backend Architecture Rework - API Gateway #260
Conversation
Corgam
commented
Jun 9, 2024
•
edited
Loading
edited
- Renamed old API Gateway into API Composer
- Implemented new API Gateway
- A single endpoint for getting the Viewport dataset (it propagates requests to the API Composer)
- Added new MongoDB Metadata DB container (currently not used)
- Updated docker-compose file
- Updated CI-CD Pipeline for easier extension of new docker images
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
This reverts commit 78f2ad4.
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
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.
working extra containers (requests are still transferred), small issue encountered with insuffifient waiting time in entrypoint.sh (20s fail vs 50s success) - up for discussion
Discussed in Discord, will work on it in the next PRs. |