RubyGems Navigation menu

dipa 0.1.0.pre.1

This gem provides an API for parallel processing like the [parallel gem](https://github.com/grosser/parallel) but distributed and scalable over different machines. All this with minimum configuration and minimum dependencies to specific technologies and using the rails ecosystem. Dipa provides a rails engine which depends on [ActiveJob](https://guides.rubyonrails.org/active_job_basics.html) and [ActiveStorage](https://guides.rubyonrails.org/active_storage_overview.html). You can use whatever backend you like for any of this components and configure them for your specific usecase. The purpose of this gem is to distribute load heavy and long running processing of large datasets over multiple processes or machines using [ActiveJob](https://guides.rubyonrails.org/active_job_basics.html).

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.0.pre.3 - September 17, 2023 (16.0 KB)
  2. 0.1.0.pre.2 - September 10, 2023 (16.0 KB)
  3. 0.1.0.pre.1 - March 05, 2022 (12.5 KB)

Runtime 相依性套件 (5):

activejob > 6.0.0, < 8.0.0
activerecord > 6.0.0, < 8.0.0
activestorage > 6.0.0, < 8.0.0
activesupport > 6.0.0, < 8.0.0
rake ~> 13.0

擁有者:

推送者:

作者:

  • Merten Falk

SHA 256 總和檢查碼:

9992c6b180bfe8c7218290c52d4f07eda9a1bffeafdb856e17fe96407117b55a

總下載次數 1,350

這個版本 851

授權:

MIT

Ruby 版本需求: >= 2.7.0

使用 MFA 發布的版本: true

RubyGems 版本需求: > 1.3.1

相關連結: