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 721 8/11/2023
1.2.156 410 8/8/2023
1.2.155 361 8/8/2023
1.2.150 197 7/21/2023
1.2.149 240 7/12/2023
1.2.148 188 7/12/2023
1.2.145 167 7/11/2023
1.2.144 191 7/9/2023
1.2.140 199 7/4/2023
1.2.139 193 7/4/2023
1.2.138 176 7/4/2023
1.2.134 187 7/3/2023
1.2.133 205 7/3/2023
1.2.131 196 6/30/2023
1.2.130 229 6/30/2023
1.2.129 176 6/30/2023
1.2.128 218 6/29/2023
1.2.126 195 6/28/2023
1.2.125 233 6/25/2023
1.2.124 237 6/25/2023
1.2.123 192 6/25/2023
1.2.122 165 6/25/2023
1.0.24 220 6/25/2023
1.0.20 208 6/25/2023
1.0.19 209 6/12/2023
1.0.18 229 6/12/2023
1.0.17 196 6/12/2023
1.0.16 192 6/12/2023
1.0.14 185 6/12/2023
1.0.9 155 6/12/2023