Scattersphere is a lightweight job coordination API designed to run a simple DAG of tasks.
It draws inspiration from many projects on Github such as Orchestra, Chronos, and the like. It is designed to be self-contained, and extensible.
- Java 8 SDK
- Apache Ant
There is a maintained Wiki here. You can also view sample code in the test suite here.
And that's all
NOTE: Spark is only required if you plan on coordinating jobs using the Spark framework. If you don't, you can just use Scattersphere in a single server setup. Scattersphere will be run as a server on distributed servers eventually.
Please read CONTRIBUTING.md
See BUILDING.md