Runly.NET is an OSS project that gives you multi-threaded batch processing and background jobs for .NET Core.

terminal

How Does It Work?

You build your jobs as classes that inherit from Job into a new console app. You reference the Runly nuget package and you immediately have a fully functioning and robust CLI app.

Get Started

Packages

Runly.NET consists of the following packages:

PackageDescription
RunlyThe main package that your job app references.
Runly.TemplatesContains app and job templates that you can use with the dotnet new tool.
Runly.ClientClient interfaces and services to connect to the Runly Platform API.
Runly.CoreCore types and services used by the other packages. You probably should not reference this package directly.