Home
Softono

Scattersphere

Open source Apache-2.0 Scala
32
Stars
3
Forks
11
Issues
2
Watchers
8 months
Last Commit

 About Scattersphere

Simple Job Workflow API for Tasks

Platforms

Web Self-hosted

Languages

Scala

Links

Need Help Installing Scattersphere?

We provide expert installation service for this software. Our team will install, configure, and secure Scattersphere on your server. plans start at just $30.

Scattersphere

View on GitHub

Scattersphere: Job Coordination API for Tasks

License Gitter chat CircleCI

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.

Prerequisites

  • Java 11 SDK or higher (LTS version recommended)
  • Maven 3.6+ (for building)

Getting Started

There is a maintained Wiki here. You can also view sample code in the test suite here.

Dependencies

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.

Contributing

Please read CONTRIBUTING.md

Building

See BUILDING.md