-
A follow up to the closed #7
Since the project will have many features build on top of each other, the microservices approach will help me in creating an approach that is more manga able and featu…
-
create some more microservices to do the task
1) garage-service
2) customer-service
3) payment-service
4) validator-service
Description
"The user requests a parking space from the garage-syste…
-
**Describe the solution you'd like**
Refactor the existing monolithic backend services into microservices using gRPC for inter-service communication, enabling efficient data serialization and reducin…
-
## Product Outline
[Link](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/product-management/product-outline-template.md)
## Summary
This epic captures our strategi…
-
The time estimate for this Module is in addition to the other requirements it depends on.
- Divide the backend into smaller, loosely-coupled microservices, each responsible for specific functions or…
-
### Describe the bug
it seems code is not compatible with llama response
### Steps to reproduce
Error logs
```zsh
2024-11-18 12:26:45.377 | DEBUG | ai_hawk.llm.llm_manager:parse_llmresult:38…
-
# Intro to Gateways
- Understanding Microservices - https://javatodev.com/microservices-setup-api-gateway-using-spring-cloud-gateway/
- Gateway github example - https://github.com/javatodev/intern…
-
How to build a microservices architecture with SimpleEventSourcing? Modify the existing sample to design a microservices architecture.
-
### Type of issue
Outdated article
### Description
[Enter feedback here]
Can I work my way through this document using Net 8, as Net 7 is dead>?
### Page URL
https://learn.microsoft.com/en-u…
-
## Microservices Architecture (MSA): Background theory
1. [Fowler M.'s original article](https://martinfowler.com/articles/microservices.html): include 9 properties of MSA
2. [Using domain analysis …