io.openscore:score-data-api

A Java based orchestration engine

License

License

Categories

Categories

Data
GroupId

GroupId

io.openscore
ArtifactId

ArtifactId

score-data-api
Last Version

Last Version

0.1.266
Release Date

Release Date

Type

Type

jar
Description

Description

A Java based orchestration engine

Download score-data-api

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
commons-lang : commons-lang jar 2.6
org.hibernate.javax.persistence : hibernate-jpa-2.0-api jar 1.0.1.Final
org.hibernate : hibernate-core jar 4.2.16.Final
org.springframework : spring-jdbc jar 4.1.4.RELEASE

provided (1)

Group / Artifact Type Version
com.mysema.querydsl : querydsl-apt jar 3.2.4

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