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 632 8/11/2023
1.2.156 407 8/8/2023
1.2.155 358 8/8/2023
1.2.150 193 7/21/2023
1.2.149 237 7/12/2023
1.2.148 185 7/12/2023
1.2.145 164 7/11/2023
1.2.144 188 7/9/2023
1.2.140 196 7/4/2023
1.2.139 190 7/4/2023
1.2.138 173 7/4/2023
1.2.134 184 7/3/2023
1.2.133 202 7/3/2023
1.2.131 192 6/30/2023
1.2.130 226 6/30/2023
1.2.129 173 6/30/2023
1.2.128 215 6/29/2023
1.2.126 194 6/28/2023
1.2.125 230 6/25/2023
1.2.124 234 6/25/2023
1.2.123 189 6/25/2023
1.2.122 162 6/25/2023
1.0.24 216 6/25/2023
1.0.20 205 6/25/2023
1.0.19 206 6/12/2023
1.0.18 226 6/12/2023
1.0.17 193 6/12/2023
1.0.16 189 6/12/2023
1.0.14 182 6/12/2023
1.0.9 152 6/12/2023