disbatch
a scalable distributed batch processing framework
Disbatch 4 is a scalable distributed batch processing framework using MongoDB. It runs on one-to-many Disbatch Execution Nodes (DEN), where each DEN handles hundreds to thousands of concurrent tasks for one or more plugins. Disbatch 4 can be updated and restarted as needed to deploy changes without interrupting currently running tasks.
Each DEN starts independent tasks using the specified plugin, and a separate process provides the Disbatch Command Interface (DCI) for the JSON REST API and web browser interface.
This is almost a complete rewrite of Disbatch 3, written by Matt Busigin.
For an in-depth description of the design, see Design.
Installing
-
From CPAN (not yet published):
cpanm Disbatch -
From Git:
git clone https://github.com/mbusigin/disbatch.git cd disbatch dzil build cpanm disbatch-<VERSION>.tar.gz
Configuring Disbatch 4
See Configuring
Creating task plugins
See Plugins
Running Disbatch 4
See Running
Changes from Disbatch 3
See Differences
Upgrading from Disbatch 3
See Upgrading
Configuring and Using Authentication with MongoDB
Configuring and Using SSL with MongoDB
See SSL_MongoDB
Configuring and Using SSL with the Disbatch Command Interface
See SSL_DCI
Authors
Ashley Willis (awillis@synacor.com)
Matt Busigin
Copyright and License
This software is Copyright (c) 2016 by Ashley Willis.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004