postgres Event Sourcing in Postgres: The Client How to store different client's reading cursor in PostgreSQL, so to facilitate consuming an event stream by different consumers.
postgres Event Sourcing in Postgres: The Events How to build a basic data model for Event Sourcing in PostgreSQL, and let multiple clients consume one or more topics.
postgres Event Sourcing in Postgres How to build an Event Sourcing system using one of the best data-store tools available to humankind: Postgres!