exdisque
Job Queue Client
An Elixir client for interacting with an in-memory job queue service
Elixir client for Disque (https://github.com/antirez/disque), an in-memory, distributed job queue.
17 stars
3 watching
1 forks
Language: Elixir
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
codyreichert/cl-disque | A client library for interacting with an in-memory job queue and message broker | 13 |
jsvisa/elixir_talk | An Elixir client for the beanstalkd job queueing system | 19 |
koudelka/honeydew | A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 724 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |
mbuhot/ecto_job | A job queue system with transactional processing and notification features using Elixir and PostgreSQL. | 277 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
princemaple/elixir-queue | A queue data structure implemented as a wrapper around the Elixir language's existing queue data type with additional features and improved API. | 33 |
omise/omise-elixir | An Elixir client library for interacting with Omise's payment APIs. | 10 |
ryansb/disq | A Python client library for interacting with the Disque distributed job queue system | 52 |
samsondav/rihanna | A high-performance job queue built on top of Postgres for Elixir applications | 439 |
bryanbrunetti/exdesk | Provides an interface to interact with the Desk.com API | 4 |
ex-aws/ex_aws | A flexible and easy-to-use set of clients for AWS APIs written in Elixir | 1,291 |
gameanalytics/panoramix | Provides an Elixir client library to interact with Apache Druid's query API | 42 |
peburrows/diplomat | An Elixir library providing a simple interface to Google's Cloud Datastore | 94 |
pragdave/work_queue | An Elixir implementation of the hungry-consumer model for dynamic work scheduling | 41 |