This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Roadmap
Miguel Veloso edited this page Jul 19, 2019
·
6 revisions
Features that will be included in next major release.
-
Migrate solution from ASP.NET Core 2.2 to 3.0 and update all projects to use the latest .NET Core 3.0 templates.
-
Implement the new .NET Core 3.0 WorkerService in Ordering.API and other background processes.
-
Improve Ordering.API
- Group order items
- apply discounts from Marketing.API
-
Handle two deployment scenarios
-
Basic deployment, better for learning:
- Docker compose
- Local Kubernetes
- Visual Studio F5 experience
-
Advanced deployment, complex but more real-life:
- Sidecar implementation with Envoy/Istio
- Improved API Gateway and resilience
- gRPC for inter-service communications
- Azure Dev Spaces
-
Check the backlog for candidate features.
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests