Replies: 3 comments
-
Topic 1 Authentication and Authorization
|
Beta Was this translation helpful? Give feedback.
-
Topic 2: Report structure.We were thinking of spending some more time writing on the report. We would like to hear your opinion in regards to the general structure and what to include within the methodoligy section. Here it is the read only overleaf document https://www.overleaf.com/read/wytmgfxxynwq#a37d46 |
Beta Was this translation helpful? Give feedback.
-
Topic 3: CI/CD Testing on Preview Branch vs Pull RequestsCurrent ArchitectureLet's say we have the following backend architecture, where we have a reverse proxy, a set of stateless services like the ingestion service and backend, and then a stateful service like PostgreSQL. Now let's simplify it to only consist of the reverse proxy, the stateless and stateful services. Deployment Options for Pull RequestsMy question is: If we were to have preview deployments for pull request, how would that deployment look like? Option 1: Isolated Database for Each Pull RequestShould we create a new isolated database for each pull request? In this diagram:
Option 2: Shared Preview DatabaseOr should we only deploy the stateless services and reuse a testing database? In this example:
The benefit of this approach is that it would require fewer resources. DiscussionWhat are the pros and cons of each approach? Which would be more suitable for our CI/CD pipeline? |
Beta Was this translation helpful? Give feedback.
-
This is the meeting agenda for our master thesis. Feel free to write comments for the topics for the agenda.
The meeting will be from 16:00-16:30
Beta Was this translation helpful? Give feedback.
All reactions