io.openscore:score-queue-impl

A Java based orchestration engine

License

License

GroupId

GroupId

io.openscore
ArtifactId

ArtifactId

score-queue-impl
Last Version

Last Version

0.1.266
Release Date

Release Date

Type

Type

jar
Description

Description

A Java based orchestration engine

Download score-queue-impl

How to add to project

<!-- https://jarcasting.com/artifacts/io.openscore/score-queue-impl/ -->
<dependency>
    <groupId>io.openscore</groupId>
    <artifactId>score-queue-impl</artifactId>
    <version>0.1.266</version>
</dependency>
// https://jarcasting.com/artifacts/io.openscore/score-queue-impl/
implementation 'io.openscore:score-queue-impl:0.1.266'
// https://jarcasting.com/artifacts/io.openscore/score-queue-impl/
implementation ("io.openscore:score-queue-impl:0.1.266")
'io.openscore:score-queue-impl:jar:0.1.266'
<dependency org="io.openscore" name="score-queue-impl" rev="0.1.266">
  <artifact name="score-queue-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.openscore', module='score-queue-impl', version='0.1.266')
)
libraryDependencies += "io.openscore" % "score-queue-impl" % "0.1.266"
[io.openscore/score-queue-impl "0.1.266"]

Dependencies

compile (10)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.springframework : spring-beans jar 4.1.4.RELEASE
org.springframework : spring-jdbc jar 4.1.4.RELEASE
commons-collections : commons-collections jar 3.2.1
io.openscore : score-queue-api jar 0.1.266
io.openscore : score-data-api jar 0.1.266
io.openscore : score-node-api jar 0.1.266
io.openscore : score-api jar 0.1.266
org.liquibase : liquibase-core jar 2.0.5
org.hibernate : hibernate-core jar 4.2.16.Final

runtime (1)

Group / Artifact Type Version
org.hibernate : hibernate-validator jar 4.3.0.Final

test (7)

Group / Artifact Type Version
junit : junit jar 4.10
org.springframework : spring-test jar 4.1.4.RELEASE
org.easytesting : fest-assert jar 1.4
commons-dbcp : commons-dbcp jar 1.4
com.h2database : h2 jar 1.3.175
org.hibernate : hibernate-entitymanager jar 4.2.16.Final
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

score

The CloudSlang Orchestration Engine (Score) is a general-purpose orchestration engine which is process-based, embeddable, lightweight, scalable and multilingual.

Build Status Maintainability Test Coverage

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 CloudSlang project.

Latest Maven Central release versions

Module Release
score-parent Maven Central
engine Maven Central
data Maven Central
score-data-api Maven Central
score-api Maven Central
score-facade Maven Central
orchestrator Maven Central
score-orchestrator-api Maven Central
node Maven Central
score-node-api Maven Central
queue Maven Central
score-queue-api Maven Central
score-orchestrator-impl Maven Central
score-queue-impl Maven Central
score-node-impl Maven Central
score-engine-jobs Maven Central
score-data-impl Maven Central
worker Maven Central
worker-execution Maven Central
score-worker-execution-api Maven Central
worker-manager Maven Central
score-worker-manager-api Maven Central
score-worker-execution-impl Maven Central
score-worker-manager-impl Maven Central
package Maven Central
score-worker Maven Central
score-all Maven Central
score-samples Maven Central
control-action-samples Maven Central
score-tests Maven Central
hello-score Maven Central
dependency-management Maven Central
dependency-management-api Maven Central
dependency-management-impl Maven Central
runtime-management Maven Central
runtime-management-api Maven Central
runtime-management-impl Maven Central

Building and Testing from Source

The Score project uses Maven to build and test.

Prerequisites:
  1. Maven version >=3.0.3
  2. Java JDK version >=8
Steps:
  1. git clone the source code
  2. mvn clean install
io.openscore

Versions

Version
0.1.266
0.1.264
0.1.251