A proxy & cache for zKillboard.com's Redisq service https://github.com/zKillboard/RedisQ.
.NET core 3.1.
MongoDB is required for persistence, 3.2.9 is the minimum version.
Assuming you've got the SDKs installed, run:
.\build.bat
2 folders will be produced:
artifacts
: Win32 buildpublish
: a set of self contained deployments per CPU/OS
The SCDs are:
win-x86
: Windows x86ubuntu-x64
: Ubuntu on x64 untested
To get command line options:
dotnet zKbProxy.dll run -?
For a Windows SCD:
zkbProxy.exe run -?
For a Linux SCD:
sudo ./zkbProxy run -?
Notes on installation, protocols and use cases can be found in the Wiki.