Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.14 KB

GitHub

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.

Setup

Cosmos

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.

App settings

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.

Support

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.