Decision Siddhi extensions

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

Categories

Categories

Siddhi Business Logic Libraries Machine Learning
GroupId

GroupId

com.stratio.decision
ArtifactId

ArtifactId

siddhi
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Decision Siddhi extensions
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/siddhi
Project Organization

Project Organization

Stratio

Download siddhi

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.3
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : slf4j-log4j12 jar 1.7.7
org.wso2.siddhi : siddhi-core jar 2.1.0-wso2v1
org.wso2.siddhi » siddhi-api jar 2.1.0-wso2v1
org.wso2.siddhi » siddhi-query jar 2.1.0-wso2v1
org.scalaj : scalaj-collection_2.10 jar 1.6
net.sf.opencsv : opencsv jar 2.3

test (4)

Group / Artifact Type Version
org.scalatest : scalatest_2.10 jar 2.1.0
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.10
org.sonarsource.java : sonar-jacoco-listeners jar 3.7.1

Project Modules

There are no modules declared in this project.

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