Stratio Streaming API

Streaming API

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.8.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Stratio Streaming API
Streaming API
Ссылка на сайт

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

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

Скачать streaming-api

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

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.10.3
com.datastax.cassandra : cassandra-driver-core jar 2.1.0
org.apache.kafka : kafka_2.10 jar 0.8.2.1
org.slf4j : slf4j-api jar 1.7.7
com.typesafe : config jar 1.2.1
org.apache.curator : curator-framework jar 2.6.0
com.stratio.streaming : streaming-commons jar 0.8.1
com.google.code.gson : gson jar 2.2.4
org.apache.httpcomponents : httpclient jar 4.3.3
org.mongodb : mongo-java-driver jar 2.13.2
com.netflix.curator : curator-test jar 1.3.3

test (2)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.10 jar 2.1.0
org.mockito : mockito-all jar 1.9.5

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

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

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