opq
Queue
A simple, in-memory queue with worker pooling and rate limiting.
Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
266 stars
11 watching
8 forks
Language: Elixir
last commit: about 1 year ago
Linked from 1 awesome list
back-pressuredemand-controlelixirfifogen-stagegenstagein-memoryopqpoolpoolingqueuerate-limitworker-pool
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
falood/queuex | A library implementing a priority queue with multiple backends and flexible configuration options. | 11 |
koudelka/honeydew | A pluggable job queue and worker pool for Elixir, focused on at-least-once execution. | 724 |
takscape/elixir-heapq | A priority queue implementation in Elixir using a heap data structure. | 8 |
general-cbic/poolex | A library for managing pools of worker processes in Elixir applications | 52 |
dirkaholic/kyoo | An unlimited job queue with concurrent worker pools for Go applications | 51 |
mosic/exdisque | An Elixir client for interacting with an in-memory job queue service | 17 |
pallets-eco/flask-rq | A library that integrates Redis queues with Flask applications | 217 |
vic/ok_jose | Library providing an idiomatic Elixir way to pipe and handle results of functions returning tagged tuples. | 100 |
fredwu/stemmer | An English stemming implementation in Elixir | 150 |
dashbitco/nimble_pool | A tiny resource-pool implementation for Elixir that avoids process-based overhead by directly sharing resources between processes | 347 |
aviate-labs/queue.mo | A data structure implementation in Motoko for efficient, FIFO-based element sequencing | 1 |
sheharyarn/que | A distributed job processing system utilizing an in-memory real-time database | 669 |
nebo15/rbmq | Provides an easy-to-use API for spawning RabbitMQ producers and consumers. | 21 |
akira/exq | A job processing library compatible with Resque/Sidekiq for the Elixir language, utilizing Redis as a store. | 1,506 |