This project is a .NET application that utilizes Orleans framework for stream processing. It provides a scalable and distributed architecture for processing real-time data streams.
- Go to src\Services\StreamProcessing and build solution.
- Go to StreamProcessing output folder and run following command:
dotnet StreamProcessing.dll --InstanceId 1
- Go to StreamProcessing.Sample output folder and run following command:
dotnet StreamProcessing.Sample.dll --HostGatewayInstanceId 1
Note
Run StreamProcessing.dll with different InstanceId
in different terminals to have multiple silos.
- Go to src\Services\StreamProcessing and build solution.
- Run StreamProcessing project.
- Run StreamProcessing.Api project;
- Go to src\Services\Workflow and build solution.
- Run Workflow.Api project.
- Run Workflow.Api.Sample project.