All Projects → breamware → Sidekiq Batch

breamware / Sidekiq Batch

Licence: mit
Sidekiq Batch Jobs Implementation

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Sidekiq Batch

rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 281 (+20.6%)
Mutual labels:  sidekiq, batch
sidekiq-merger
Merge Sidekiq jobs
Stars: ✭ 49 (-78.97%)
Mutual labels:  sidekiq, batch
Rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 258 (+10.73%)
Mutual labels:  sidekiq, batch
Brename
A practical cross-platform command-line tool for safely batch renaming files/directories via regular expression
Stars: ✭ 136 (-41.63%)
Mutual labels:  batch
Efcore.bulkextensions
Entity Framework Core Bulk Batch Extensions for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, SQLite
Stars: ✭ 2,295 (+884.98%)
Mutual labels:  batch
Excel Parser Processor
Simply does the tedious, repetitive operations for all rows of excel files step by step and reports after the job is done. It can download files from URL(s) in a column of Excel files. If a new filename is provided at column B it will rename the file before saving. It will even create sub folders if column C is full with a valid folder name.
Stars: ✭ 177 (-24.03%)
Mutual labels:  batch
Entityframework Extensions
Entity Framework Bulk Operations | Improve Entity Framework performance with Bulk SaveChanges, Insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL and SQLite.
Stars: ✭ 215 (-7.73%)
Mutual labels:  batch
Pngcrush
It is a free, open source command-line utility for optimizing PNG image files ( batch script included ).
Stars: ✭ 136 (-41.63%)
Mutual labels:  batch
Multiselectadapter
MultiSelectAdapter可以让你的Adapter快速实现多选和批量操作
Stars: ✭ 195 (-16.31%)
Mutual labels:  batch
Onyx
Distributed, masterless, high performance, fault tolerant data processing
Stars: ✭ 2,019 (+766.52%)
Mutual labels:  batch
Dataloader Php
DataLoaderPhp is a generic utility to be used as part of your application's data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching.
Stars: ✭ 160 (-31.33%)
Mutual labels:  batch
Mongodb University Classes
Courseware and solutions of problems from MongoDB University's classes that I've attended.
Stars: ✭ 152 (-34.76%)
Mutual labels:  batch
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+864.38%)
Mutual labels:  batch
Bodywork Core
Deploy machine learning projects developed in Python, to Kubernetes. Accelerated MLOps 🚀
Stars: ✭ 145 (-37.77%)
Mutual labels:  batch
Ansible Rails
Ruby on Rails deployment using Ansible - with Lets Encrypt, Sidekiq, PostgreSQL, nginx & puma
Stars: ✭ 199 (-14.59%)
Mutual labels:  sidekiq
Activejob Retry
Automatic retries for ActiveJob
Stars: ✭ 138 (-40.77%)
Mutual labels:  sidekiq
Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (-18.03%)
Mutual labels:  sidekiq
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (-32.62%)
Mutual labels:  batch
Deepdiff
🦀Amazingly incredible extraordinary lightning fast diffing in Swift
Stars: ✭ 1,995 (+756.22%)
Mutual labels:  batch
Rekord
A javascript REST ORM that is offline and real-time capable
Stars: ✭ 171 (-26.61%)
Mutual labels:  batch

Sidekiq::Batch

Join the chat at https://gitter.im/breamware/sidekiq-batch

Gem Version Build Status Code Climate Code Climate Code Climate

Simple Sidekiq Batch Job implementation.

Installation

Add this line to your application's Gemfile:

gem 'sidekiq-batch'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sidekiq-batch

Usage

Sidekiq Batch is drop-in replacement for the API from Sidekiq PRO. See https://github.com/mperham/sidekiq/wiki/Batches for usage.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/breamware/sidekiq-batch.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].