EveneumSample is a sample application that implements the Eveneum NuGet package, which is a simple, developer-friendly Event Store with snapshots, backed by Azure Cosmos DB.
To run this sample, you will need access to a Cosmos database. You can either allocate a DB in Azure, or download the Azure Cosmos Emulator from Microsoft and run it locally.
Edit the appsettings.json
file in the solution and put your connection string in the ConnectionString
setting. It will likely be in the form
"ConnectionString": "AccountEndpoint=https://localhost:8081/;AccountKey=C...="
After that, you should be able to run the application in either Visual Studio or Visual Studio Code.
This is just a sample application, not meant for production. I published it becasue there didn't seem to be any other samples to learn from.
If you see something that is glarigning wrong, please let me know.