- Noob question *
Hi,
What is a better strategy for denormalization?
-
Projections
-
Projections will kept normalized… but when they are updated they will emit an event to a stream that the app is subscribe to and the app will do the denormalization to a Document DB.
-
Any other suggestions ?