3rd party packages that have integration with the Quartz.Net Library
Migrations
AppAny.Quartz.EntityFrameworkCore.Migrations
This library handles schema creation and migrations for Quartz.NET using EntityFrameworkCore migrations toolkit with one line of configuration
Weasel.Quartz
Runtime PostgreSQL migration support for non-EF & Marten projects.
Database Implementations
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.