What is the elixir way of processing long excels/csv files line by line (or any similar large inputs that is itemizable)
|
|
10
|
1089
|
July 28, 2023
|
Commanded (and other CQRS/ES) **instead** of the long running jobs
|
|
0
|
165
|
May 22, 2023
|
What is the Elixir/OTP way for long queues that in JVM world would live on RabbitMQ or Kafka?
|
|
8
|
756
|
December 30, 2022
|
What libraries exist for managing / executing period jobs (like cron)
|
|
3
|
536
|
August 10, 2022
|
Pooling and queue libraries in Elixir
|
|
11
|
2870
|
February 22, 2022
|
System design hack: Postgres is a great pub/sub & job server
|
|
4
|
1242
|
December 27, 2021
|
Pooling third-party API for each app user in the background - ideas?
|
|
2
|
718
|
October 17, 2021
|
Implementing a queue based on a list zipper?
|
|
2
|
568
|
October 14, 2021
|
What's the difference between Oban and RabbitMQ
|
|
14
|
2435
|
February 11, 2021
|
Oban perform_at or perform_in semantics like in Sidekiq
|
|
1
|
664
|
February 5, 2021
|
Yaq - An Enumerable Queue for Elixir
|
|
13
|
1183
|
May 21, 2020
|
What abstraction to use for Producer - consumer model with queue implementation
|
|
7
|
1579
|
September 17, 2019
|
Receiving & processing events via incoming Webhooks
|
|
4
|
1260
|
August 11, 2019
|
Architecture for updating multiple states in isolation with implicit locking
|
|
8
|
1370
|
July 18, 2019
|
Erlang :queue vs List
|
|
3
|
2380
|
February 22, 2019
|
Announcing Crawler v1.0.0 - easy web crawling / scraping powered by GenStage
|
|
11
|
3177
|
September 7, 2018
|
GenServer fail safe queue
|
|
10
|
2093
|
February 9, 2018
|
OPQ - A simple, in-memory queue with worker pooling and rate limiting
|
|
0
|
891
|
August 14, 2017
|
Multiple queues question
|
|
0
|
590
|
May 29, 2017
|
Que - Elixir Job Processing with Mnesia
|
|
9
|
3547
|
May 3, 2017
|
Honeydew 1.0.0-rc1: Distributed, Pluggable Job Queue
|
|
0
|
1123
|
January 17, 2017
|
Jumbo: New job queueing library
|
|
18
|
2426
|
January 9, 2017
|
How to handle a nil parameter inside an Ecto database query
|
|
4
|
3560
|
January 5, 2017
|
Pass a list or other type to custom Ecto query
|
|
7
|
3936
|
December 14, 2016
|
How to interface with a pool to handle request throttling?
|
|
15
|
6628
|
September 22, 2016
|