Skip to content

tmaszk/EveneumSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published