Skip to content

Eveneum/Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.