Skip to content

katerd/score

This branch is 1955 commits behind CloudSlang/score:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d78484 · Jan 20, 2015
Jan 20, 2015
Jan 20, 2015
Jan 20, 2015
Jan 20, 2015
Jan 20, 2015
Jan 20, 2015
Jan 8, 2015
Jan 4, 2015
Nov 26, 2014
Jan 15, 2015
Nov 28, 2013
Jan 19, 2015
Jan 20, 2015

Repository files navigation

score

score is a general-purpose orchestration engine which is process-based, embeddable, lightweight, scalable and multilingual.

Build Status

score is the core engine for running workflows. It supports multiple workflow languages (DSL) using a pluggable compiler approach. Adding a new workflow DSL requires adding a new compiler that will translate the DSL (written in xml, yaml, etc.) to a generic workflow representation called an ExecutionPlan.

For an example compiler and DSL see the Slang project.

Building and Testing from Source

The score project uses Maven to build and test.

Pre-Requisites:
  1. maven version >=3.0.3
  2. Java JDK version >=7
Steps:
  1. git clone the source code
  2. mvn clean install

About

Simple & scalable orchestration engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%