Mongo DB To setup EventFlow Mongo DB, install the NuGet package EventFlow.MongoDB and add this to your EventFlow setup. 1 2 3// ... .ConfigureMongoDb(client, "database-name") // ... After setting up Mongo DB support in EventFlow, you can continue to configure it. Event store Read model store