db-scheduler
Persistent cluster-friendly scheduler for Java (by kagkarlsson)
Hibernate
Idiomatic persistence for Java and relational databases (by hibernate)
db-scheduler | Hibernate | |
---|---|---|
6 | 36 | |
1,426 | 6,225 | |
0.9% | 0.5% | |
8.7 | 10.0 | |
11 days ago | 4 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
db-scheduler
Posts with mentions or reviews of db-scheduler.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-20.
-
Open source Job Scheduler Library in java for high throughput
In java we have found Quartz( Quartz) , Job Runr(Jobrunr) and db-scheduler(db-scheduler) and need to evaluate these for our use case.
-
JobRunr: A library for background processing in Java
db-scheduler is also worth checking out: https://github.com/kagkarlsson/db-scheduler
-
Migrating quartz to jobrunr
I've been using db-scheduler in a Spring Boot project and am very happy with it.
- Suggestions for a distributed job queue lib?
-
Concurrent cron jobs?
You might like https://github.com/kagkarlsson/db-scheduler as a simpler alternative for Quartz. It supports JDBC-able databases as backend but also allows your own implementations for task repository.
-
Cluster friendly task scheduler for NodeJS
Hi everyone. I’m looking for a cluster-friendly task scheduler for NodeJS, something similar to https://github.com/kagkarlsson/db-scheduler for Java. Been surprisingly difficult to find one. So far Agenda is the only one that comes close, however I’d like to avoid MongoDB/Redis as the persistence layer if possible. Any recommendations?
Hibernate
Posts with mentions or reviews of Hibernate.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-07-30.
-
Leveraging Stack Traces for SQL Performance Analysis in Spring Boot Applications
Performance optimization in Spring Boot applications often requires deep visibility into database interactions. While traditional logging provides basic SQL query information, it frequently lacks the crucial context of where these queries originate in your codebase. This is especially important with lazy loading of Hibernate entities, where queries can be triggered unexpectedly throughout the application lifecycle. This article demonstrates how to implement a sophisticated logging solution that captures SQL execution stack traces, enabling developers to quickly identify and resolve performance bottlenecks.
-
How To Secure APIs from SQL Injection Vulnerabilities
Object-Relational Mapping frameworks like Hibernate (Java), SQLAlchemy (Python), and Sequelize (Node.js) typically use parameterized queries by default and abstract direct SQL interaction. These frameworks help eliminate common developer errors that might otherwise introduce vulnerabilities.
-
Top 10 Java Frameworks Every Dev Need to Know
Overview: Hibernate is a Java ORM (Object Relational Mapping) framework that simplifies database operations by mapping Java objects to database tables. It allows developers to focus on business logic without worrying about SQL queries, making database interactions seamless and more maintainable.
- Como desenvolvi um backend web em Clojure
- JobRunr: A library for background processing in Java
-
Migrating quartz to jobrunr
And Hibernate ORM is LGPL: see the license on their Github project.
-
15 Popular Github Repositories for the Modern Developer of 2023
13. Hibernate
-
In One Minute : Hibernate
Hibernate is the umbrella for a collection of libraries, most notably Hibernate ORM which provides Object/Relational Mapping for java domain objects. In addition to its own "native" API, Hibernate ORM is also an implementation of the Java Persistence API (jpa) specification.
-
Spring Boot – Black Box Testing
I'm using Spring Data JPA as a persistence framework. Therefore, those classes are Hibernate entities.
-
The Spring Data findAll Anti-Pattern
I'm a top Hibernate contributor
What are some alternatives?
When comparing db-scheduler and Hibernate you can also consider the following projects:
JobRunr - An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.
Ebean ORM - Ebean ORM
shedlock - Distributed lock for your scheduled tasks
MyBatis - MyBatis SQL mapper framework for Java
easy-batch - The simple, stupid batch framework for Java
Apache Cayenne - Mirror of Apache Cayenne