How to Use Watt with Multiple Repository Applications
Problem
You need to build a microservices application where:
- Applications are developed and maintained in separate Git repositories
- Different teams work on different applications independently
- You want to combine applications from multiple repos into a single Watt application
- You need flexible application resolution for local development vs. production
When to use this solution:
- Large organizations with multiple development teams
- Microapplications architectures with independent application deployment
- Need to combine applications from different repositories for integration testing
- Want to maintain application independence while enabling orchestration