Streaming commons

Stratio Streaming 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.

Лицензия

Лицензия

Группа

Группа

com.stratio.streaming
Идентификатор

Идентификатор

streaming-commons
Последняя версия

Последняя версия

0.8.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Streaming commons
Stratio Streaming 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.
Ссылка на сайт

Ссылка на сайт

http://www.stratio.com/streaming-commons

Скачать streaming-commons

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.kafka : kafka_2.10 jar 0.8.2.1
com.google.guava : guava jar 16.0.1

Модули Проекта

Данный проект не имеет модулей.

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.streaming

STRATIO BIG DATA Inc.

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

Версии библиотеки

Версия
0.8.1
0.8.0
0.7.1
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.3
0.3.1
0.3.0
0.2.0
0.1.0