Hi all,
Been playing around the event store and I have to say I’m very impressed. Great work!
I’m not sure if I’m doing this right though, so would appreciate some guidance.
If let’s say I have a website and users can do random things on the website. I would like to set up some projections such as
/projections/eventType1 (these are the various events that occur as the user uses the website)
/projections/eventType2
…
/projections/eventTypeN
and then also
/projections/user_1 (this stream is the list of events that a specific user has done)
/projections/user_2
…
/projections/user_m
If I have 1,000,000 users … I will have 1,000,000+ projections. Just wondering if this is the correct way to approach it.
Feedback / guidance much appreciated.
Cheers
Allan