Quantum Alternatives
Similar projects and alternatives to quantum
-
-
Cronex
A cron like system built in Elixir, that you can mount in your supervision tree
-
Paraxial.io
Elixir and Phoenix Application Security Platform. Replace Snyk, reCaptcha, and Cloudflare bot defense with the only application security platform built for Elixir and Phoenix.
-
filtrex
A library for performing and validating complex filters from a client (e.g. smart filters)
-
-
quantum-benchmarks
benchmarking quantum circuit emulators for your daily research usage
-
-
-
Learn Elixir
Learn Elixir in as little as 12 Weeks. A structured learning environment with practical assignments, code reviews, weekly live coaching sessions, job-hunting assistance, and more. Try a Free Preview today!
-
Crontab
Parse Cron Expressions, Compose Cron Expression Strings and Caluclate Execution Dates.
-
con_cache
ets based key/value cache with row level isolated writes and ttl support
-
delay-timer
Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible scheduling, and dynamic add/cancel/remove is supported.
quantum reviews and mentions
-
Ruby concurrency is hard: how I became a Ruby on Rails contributor
I'm using Quantum as my job runner in Elixir. Doesn't require even Postgres. Can't due that in Rails or other stacks:
https://github.com/quantum-elixir/quantum-core
^ obviously it won't fit every use case but for that there's Oban which is awesome:
-
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.
Stats
quantum-elixir/quantum-core is an open source project licensed under Apache License 2.0 which is an OSI approved license.