redb.Tsak.Templates
3.5.1
Prefix Reserved
dotnet new install redb.Tsak.Templates@3.5.1
This package contains a .NET Template Package you can call from the shell/command line.
redb.Tsak Templates
Project templates for redb.Tsak —
runtime container for redb.Route contexts.
Install
dotnet new install redb.Tsak.Templates
Available templates
| Short name | Description |
|---|---|
tsak-worker |
Worker Service host with hot-reload, REST API, scheduler |
Quick start
dotnet new tsak-worker -n MyTsakHost
cd MyTsakHost
dotnet run
Generated host:
- Uses
services.AddTsak(configuration)fromredb.Tsak.Core - REST management API on
http://0.0.0.0:9090 - Serilog with console + rolling file sinks
- Hot-reload module loading from
Libs/ - Quartz scheduler
- Optional cluster mode (set
Tsak:Cluster:Enabled = true) - Optional Prometheus exporter on
:9464
Parameters
| Parameter | Default | Description |
|---|---|---|
--db |
postgres |
postgres or mssql |
--storage |
redb |
redb (persistent) or inmemory |
--pro |
false |
Enable Pro features (cluster, redb store) |
Documentation
License
Apache-2.0
This package has 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.