Now it is time to start writing some code. We will use the final code of Chapter 9, CQRS - The Read Side, as the starting point. The final code for this chapter is located in the GitHub repository, in the Chapter11 folder.
We will go step by step and start by implementing one subscription just to see how subscriptions work in the Event Store. Then, we will create a few real read models using both RavenDB and PostgreSQL.