InformationGrid contains a full implementation of event sourcing which gives you a head start. The Command Query Responsibility Segregation (CQRS) pattern is used to create a strict separation between read and write operations. This enables better performance, fault tolerance and perfect traceability of distributed data.