Stratio Decision

Stratio Decision is a real-time engine with Complex Event Processing capabilities with a built-in and powerful Streaming Query Language for doing on-demand operations on your streams.

License

License

GroupId

GroupId

com.stratio.decision
ArtifactId

ArtifactId

stratio-decision
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Stratio Decision
Stratio Decision is a real-time engine with Complex Event Processing capabilities with a built-in and powerful Streaming Query Language for doing on-demand operations on your streams.
Project URL

Project URL

http://www.stratio.com
Project Organization

Project Organization

Stratio
Source Code Management

Source Code Management

https://github.com/Stratio/Decision

Download stratio-decision

Filename Size
stratio-decision-1.1.0.pom 11 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.stratio.decision/stratio-decision/ -->
<dependency>
    <groupId>com.stratio.decision</groupId>
    <artifactId>stratio-decision</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.decision/stratio-decision/
implementation 'com.stratio.decision:stratio-decision:1.1.0'
// https://jarcasting.com/artifacts/com.stratio.decision/stratio-decision/
implementation ("com.stratio.decision:stratio-decision:1.1.0")
'com.stratio.decision:stratio-decision:pom:1.1.0'
<dependency org="com.stratio.decision" name="stratio-decision" rev="1.1.0">
  <artifact name="stratio-decision" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stratio.decision', module='stratio-decision', version='1.1.0')
)
libraryDependencies += "com.stratio.decision" % "stratio-decision" % "1.1.0"
[com.stratio.decision/stratio-decision "1.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.sonarsource.java : sonar-jacoco-listeners jar 3.7.1

Project Modules

  • engine
  • api
  • commons
  • shell
  • examples
  • siddhi

Coverage Status

DECISION-CEP-ENGINE

Decision CEP engine is a Complex Event Processing platform built on Spark Streaming.

It is the result of combining the power of Spark Streaming as a continuous computing framework and Siddhi CEP engine as complex event processing engine.

What is Complex Event Processing?

Complex event processing, or CEP, is event processing that combines data from multiple sources to infer events or patterns that suggest more complicated circumstances.

CEP as a technique helps discover complex events by analyzing and correlating other events

Decision Cep Engine components

Stream Query Language

1 Stream Definition Language (SDL)

  • Create, alter or drop a stream, add new queries or remove existing queries

2 Stream Manipulation Language (SML)

  • Insert events into a stream and list the existing streams in the engine.

3 Stream Action Language (SAL)

  • Listen to a stream (kafka), save the stream to Cassandra or mongoDB (auto-creation of tables), index the stream to ElasticSearch or Solr… here you should find useful operations ready to use.

  • Start & Stop each action on-demand

4 Built-in functions

  • Auditing all the requests in the decision engine (Cassandra or MongoDB)
  • Statistics (requests per operation, requests per stream…)
  • Failover system (recovering windows, streams and queries from Cassandra or MongoDB)

Decision Cep Engine: API

  • Java & Scala API
  • Simple programming model
  • Available as maven dependency

Decision Cep Engine: SHELL

  • Autocomplete & help
  • Tab-completion for stream names
  • Built on the API

Interesting facts about Decision Cep Engine

  • It was presented in Spark Summit 2014 (link)
  • Up to 10 million events per minute in a single node.
  • It is fully open source.

Changelog

See the changelog for changes.

com.stratio.decision

STRATIO BIG DATA Inc.

Drive Digital Transformation through Big Data and AI with a unique product

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0
0.10.0
0.9.1
0.9.0