Skip to content
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

Merged
merged 22 commits into from
Jun 10, 2024
Merged

Backend Architecture Rework - API Gateway #260

merged 22 commits into from
Jun 10, 2024

Conversation

Corgam
Copy link
Collaborator

@Corgam Corgam commented Jun 9, 2024

  • 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

@Corgam Corgam added backend Issues related to the data, logic, or communication of the application devops Tracks issues related to system operations, deployment pipelines, and automation of processes labels Jun 9, 2024
@Corgam Corgam marked this pull request as draft June 9, 2024 18:40
@Corgam Corgam changed the title Backend Architecture Rework Backend Architecture Rework - API Gateway Jun 9, 2024
@Corgam Corgam self-assigned this Jun 9, 2024
Corgam added 2 commits June 9, 2024 20:45
Signed-off-by: Emil Balitzki <[email protected]>
Signed-off-by: Emil Balitzki <[email protected]>
@Corgam Corgam marked this pull request as ready for review June 9, 2024 18:50
@Corgam Corgam marked this pull request as draft June 9, 2024 19:55
Corgam added 4 commits June 9, 2024 22:10
Signed-off-by: Emil Balitzki <[email protected]>
Corgam added 3 commits June 9, 2024 22:41
Signed-off-by: Emil Balitzki <[email protected]>
@Lucas-Nan Lucas-Nan marked this pull request as ready for review June 10, 2024 07:42
Copy link
Contributor

@Lucas-Nan Lucas-Nan left a 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

@Lucas-Nan Lucas-Nan merged commit fffaed1 into sprint-release Jun 10, 2024
17 checks passed
@Corgam
Copy link
Collaborator Author

Corgam commented Jun 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issues related to the data, logic, or communication of the application devops Tracks issues related to system operations, deployment pipelines, and automation of processes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants