Event-Sourcing.Backbone.Templates 1.2.163

dotnet new install Event-Sourcing.Backbone.Templates::1.2.163
This package contains a .NET Template Package you can call from the shell/command line.

Framework Status: Beta (Graduating to RC soon; API subject to change).

Build & Deploy NuGet

Get started

CLI

Install the template:

dotnet new install Event-Sourcing.Backbone.Templates

Create new:

dotnet new evtsrc -h
dotnet new evtsrc -n {name-of-the-project}

Uninstall the template:

dotnet new uninstall Event-Sourcing.Backbone.Templates
Samples

Basic setting (Redis only):

dotnet new evtsrc -uri event-demo --consumer-group main-consumer -n MyCompany.Events -e MyEvent

With s3 storage:

dotnet new evtsrc -uri event-demo-s3 -s3 --aws-profile AWS_PROFILE --aws-profile -awsregion us-east-1 --s3-bucket event-sourcing-demo -n MyCompany.Events.S3Storage -e MyEvent

Only Consumer:

dotnet new evtsrc --no-producer -uri event-demo-split --consumer-group main-consumer -n MyCompany.Events.Consumer -e MyEvent

Only Producer:

dotnet new evtsrc --no-consumer -uri event-demo-split -n MyCompany.Events.Producer -e MyEvent

With GitHub Workflow (CI):

dotnet new evtsrc -uri event-demo-ci --consumer-group main-consumer --github-ci --git-email ci-mail@gmail.com -n MyCompany.Events.CI -e MyEvent

Dev Env Setup

Docker Compose

Set up the environment with docker-compose.
Open terminal at the the solution folder

cd ./dockers/compose
docker compose up -d

Stop the environment


docker compose down
Jaeger

For Jaeger (tracing) Browse to:

http://localhost:16686/search
Grafana

For Grafana (metrics) Browse to::

http://localhost:3000

# Credentials sets in the `compose.yaml` file
# Defaults are:
#   user admin
#   password: grafana

# Goto the Event Sourcing dashboard
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.163 634 8/11/2023
1.2.156 409 8/8/2023
1.2.155 360 8/8/2023
1.2.150 195 7/21/2023
1.2.149 239 7/12/2023
1.2.148 187 7/12/2023
1.2.145 166 7/11/2023
1.2.144 190 7/9/2023
1.2.140 198 7/4/2023
1.2.139 192 7/4/2023
1.2.138 175 7/4/2023
1.2.134 186 7/3/2023
1.2.133 204 7/3/2023
1.2.131 194 6/30/2023
1.2.130 228 6/30/2023
1.2.129 175 6/30/2023
1.2.128 217 6/29/2023
1.2.126 194 6/28/2023
1.2.125 232 6/25/2023
1.2.124 236 6/25/2023
1.2.123 191 6/25/2023
1.2.122 164 6/25/2023
1.0.24 218 6/25/2023
1.0.20 207 6/25/2023
1.0.19 208 6/12/2023
1.0.18 228 6/12/2023
1.0.17 195 6/12/2023
1.0.16 191 6/12/2023
1.0.14 184 6/12/2023
1.0.9 154 6/12/2023