This repo is the codes for a toy job management system. In the project, we will implement a distributed task system.
- VS2022
- Docker desktop
- dotnet 6+
- Kafka Management tool
- run
setup-db.ps1 - Replace the
*with the real password in the appsettings.json (Please don't commit the pwd to the remote) - Open the
Packge Manage Consolein the VS2022(Tools => Nuget Package Manage => Packge Manage Console) and runUpdate-Databse
- run
Setup-kafka.ps1 - Open Kafka Management tool(Offset Explorer)
- Cluster => Add New Connection
- switch the Properties
- Cluster Name(defined by yourself)
- ZoopKeeper Port => 22181
- switch the Advanced
- Bootstrap servers => localhost:29092
- Connect to the cluster
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: