3rd party packages that have integration with the Quartz.Net Library
Database
EntityframeworkCore migrations for Quartz.Net
This library handles schema creation and migrations for Quartz.NET using EntityFrameworkCore migrations toolkit with one line of configuration
Quartz.NET-RavenDB
JobStore implementation for Quartz.NET scheduler using RavenDB.
QuartzRedisJobStore
A Quartz Scheduler JobStore using Redis via C#
The project was a ported version of quartz-redis-jobstore (https://github.com/jlinn/quartz-redis-jobstore), currently it lacks of supporting redis-cluster. It uses StackExchange.Redis as the redis client.
Quartz.NET-CosmosDB
JobStore implementation for Quartz.NET scheduler using Microsoft Azure CosmosDb.
Quartz.NET-MongoDB
JobStore implementation for Quartz.NET scheduler using MongoDb.
Dependency Injection
Autofac.Extras.Quartz
Autofac integration package for Quartz.Net.