SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Elixir Queue Projects
-
Project mention: Show HN: PgQueuer – Transform Your PostgreSQL into a Powerful Job Queue | news.ycombinator.com | 2024-08-18
I’ve been thinking about the potential for PostgreSQL-backed job queue libraries to share a common schema. For instance, I’m a big fan of Oban in Elixir: https://github.com/sorentwo/oban
Given that there are many Sidekiq-compatible libraries across various languages, it might be beneficial to have a similar approach for PostgreSQL-based job queues. This could allow for job processing in different languages while maintaining compatibility.
Alternatively, we could consider developing a core job queue library in Rust, with language-specific bindings. This would provide a robust, cross-language solution while leveraging the performance and safety benefits of Rust.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Oban, backed by PostgreSQL or SQLite, also provides a queue-based job processing system. Exq, on the other hand, is backed by Redis. It provides features similar to Flume, but without built-in rate limiting and batch processing capabilities.
-
-
-
-
-
-
-
-
-
task_bunny
TaskBunny is a background processing application written in Elixir and uses RabbitMQ as a messaging backend
-
kaffe
An opinionated Elixir wrapper around brod, the Erlang Kafka client, that supports encrypted connections to Heroku Kafka out of the box.
-
conduit
A message queue framework, with support for middleware and multiple adapters. (by conduitframework)
-
-
-
-
-
-
-
-
-
Elixir Queue discussion
Elixir Queue related posts
-
How to Use Flume in your Elixir Application
-
Postgres as Queue
-
Switching to Elixir
-
Show HN: A simple API/CLI for scheduling HTTP requests
-
Unpacking Elixir: Concurrency
-
Event Based System with Localstack (Elixir Edition): Notifing to SQS when a file its uploaded
-
Pg_later: Asynchronous Queries for Postgres
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Oct 2024
Index
What are some of the best open-source Queue projects in Elixir? This list will help you:
Project | Stars | |
---|---|---|
1 | oban | 3,280 |
2 | broadway | 2,409 |
3 | exq | 1,502 |
4 | verk | 723 |
5 | honeydew | 722 |
6 | amqp | 678 |
7 | que | 667 |
8 | kafka_ex | 595 |
9 | Rihanna | 437 |
10 | ecto_job | 275 |
11 | opq | 262 |
12 | task_bunny | 202 |
13 | kaffe | 149 |
14 | conduit | 129 |
15 | Ravenx | 110 |
16 | elixir_nsq | 89 |
17 | flume | 78 |
18 | Cafex | 70 |
19 | exrabbit | 48 |
20 | work_queue | 41 |
21 | faktory_worker | 38 |
22 | qex | 32 |
23 | kafka_consumer | 26 |