Add a microservice for ingestion only. Add a microservice that only serves the data to the frontend, like a bff. Easy to start: * Keep both projects in the same solution * Leverage Redis Keyspace Notifications in the bff ms to get notified when ingestion ms has updated data https://tzertzelos1.wordpress.com/2016/03/28/redis-data-structure-change-notifications/
Add a microservice for ingestion only.
Add a microservice that only serves the data to the frontend, like a bff.
Easy to start: