Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I really like this. Has some overlap with Command-Query Responsibility Segregation, which I have found very useful: http://www.udidahan.com/2009/12/09/clarified-cqrs/


There was an interesting production-grade event store released recently which fits the described use-case: http://geteventstore.com

Basically, you store all of the data as events (event sourcing) and create separate query views (projections) which are populated from event streams.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: