Tuesday, August 01, 2017

Using Quartz for Scheduling With MongoDB

DZone Database Zone
Using Quartz for Scheduling With MongoDB

I am sure most of us have used the Quartz library to handle scheduled activity within our projects. Although I have interacted with the library quite often in the past, it was the first time I had to use Quartz with MongoDB.

By default, Quartz only provides support for traditional relational databases. Browsing through, I stumbled upon this GitHub repository by Michael Klishin that provides a MongoDB implementation of the Quartz library in a clustered environment.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...