-
I'm thinking about switching Social Harvest to a microservice architecture. Though it could all be ran from a single binary...There would be harvester services which would each gather data and then pa…
-
Make platform services extendible when starting microservices.
- [x] POC
- [x] Extend a service (connection service)
- [x] Test with extension application and demo
- [ ] Service packaging and ex…
-
Microservice to provide resources about movies.
Check the [documentations](https://github.com/hakonschutt/PG6100-exam/blob/feature/docs/docs/Microservices.md#venues) for minimum requirement
-
**Task Name**: Hands-On Magma Deployment, Debugging, and Contribution
**Assigned To**: All accepted mentees
**Due Date**: November 30, 2025
## Task Description
This mentorship task is designed …
-
Having all of the microservices be completely separate helm charts makes it very hard to maintain and deploy. Helm charts should have a single entry point and be readable. Helm charts are also modular…
-
Came across this library while looking for a good microservice platform for C/C++. This seems to be a good work, but trying to understand more about its capabilities. Any pointers / help is appreciat…
-
Communication between microservices should be based on a message queue system.
* research needed - which system to use. Azure Storage Account queues / Azure Service Bus / Other?
* move from cqs to…
-
1. Loki (6.31.0)
2. Helm (3.18.0)
3. k8s (1.33.2)
**Expected behavior**
install success
loki values.yaml
```
loki:
readinessProbe:
httpGet:
path: /ready
port: http-metrics
init…
-
유저 마이크로서비스, 스프링 부트, 스프링 클라우드 활용
JPA 를 이용한 데이터 처리, Spring Security 를 이용한 인증 처리
-