asc-lab / dotnetcore-microservices-poc

Very simplified insurance sales system made in a microservices architecture using .NET Core
https://www.altkomsoftware.com/blog/building-microservices-net-core-part-1-plan/
Apache License 2.0
1.89k stars 678 forks source link

Business dashboard #40

Closed wojteksuwala closed 4 years ago

wojteksuwala commented 4 years ago

Creata a dashboard component that displays sales statistics. Use ElasticSearch Aggregation Framework to gather and query data. Create a new microservice that will collect sales data by subscribing to events emmited from policy micro service.