quantum
:watch: Cron-like job scheduler for Elixir (by quantum-elixir)
timex
A complete date/time library for Elixir projects. (by bitwalker)
Our great sponsors
- Paraxial.io - Bot detection and prevention for Elixir/Phoenix applications
- Scout APM - Less time debugging, more time building
- SonarQube - Static code analysis for 29 languages.
quantum | timex | |
---|---|---|
1 | 1 | |
1,947 | 1,583 | |
0.5% | - | |
5.1 | 7.1 | |
6 days ago | 14 days ago | |
Elixir | Elixir | |
Apache License 2.0 | MIT License |
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.
quantum
Posts with mentions or reviews of quantum.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-01.
-
Elixir: Practical Concurrency Cookbook
In some cases, we might want to run our code at specific times. Not necessarily every 3 minutes, but every day at 08.00AM. While this is perfectly achievable leveraging the same tools, I'll be pragmatic and recommend Quantum. It allows you to schedule the execution of functions with a cron syntax and takes away all the complexity of managing processes. It's a seasoned library, widely-adopted within the community, very lightweight... And extremely simple.
timex
Posts with mentions or reviews of timex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-06.
-
[Phoenix LiveView] formatting date/time with local time zone
Timex - a rich, comprehensive Date/Time library for Elixir projects, with full timezone support via the :tzdata package
What are some alternatives?
When comparing quantum and timex you can also consider the following projects:
calendar - date-time and time zone handling in Elixir
tzdata - tzdata for Elixir. Born from the Calendar library.
Crontab - Parse Cron Expressions, Compose Cron Expression Strings and Caluclate Execution Dates.
Cronex - A cron like system built in Elixir, that you can mount in your supervision tree
milliseconds - Simple library to work with milliseconds
chronos - An elixir date/time library
filtrex - A library for performing and validating complex filters from a client (e.g. smart filters)
repeatex - Natural language for repeating dates
Ex_Cldr_Dates_Times - Date & times formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr
ex_ical - ICalendar parser for Elixir.