lucamilan / CloudGen2021

Demo for Cloud Gen 2021 Verona Italy

Repository from Github https://github.comlucamilan/CloudGen2021Repository from Github https://github.comlucamilan/CloudGen2021

"Information Flow Processing" con DAPR in salsa CQRS

Create the SQL Server Image with the database

powershell ./Dapr.Cqrs.Infra/mssql/build.ps1

Install DAPR Cli

Set-ExecutionPolicy RemoteSigned -scope CurrentUser
powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex"

Run the init CLI command

dapr init

Verify components directory has been initialized

explorer "%USERPROFILE%\.dapr\"

Install Tye

dotnet tool install -g Microsoft.Tye --version "0.9.0-alpha.21380.1"

Run Tye

Reference: https://github.com/dotnet/tye/blob/main/docs/reference/commandline/tye-run.md

tye run --watch

About

Demo for Cloud Gen 2021 Verona Italy


Languages

Language:C# 62.8%Language:HTML 32.9%Language:CSS 2.9%Language:TSQL 0.8%Language:Dockerfile 0.3%Language:Shell 0.2%Language:PowerShell 0.2%