tau-anomd

Real-time correlation system for streaming data

License

License

GroupId

GroupId

com.srotya.tau
ArtifactId

ArtifactId

tau-anomd
Last Version

Last Version

0.0.10
Release Date

Release Date

Type

Type

jar
Description

Description

tau-anomd
Real-time correlation system for streaming data

Download tau-anomd

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.srotya.tau : wraith-engine jar 0.0.10
fi.iki.yak : compression-gorilla jar 1.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Tau

Join the chat at https://gitter.im/srotya/tau Build Status codecov

Project Description

Tau is a rule-based Real-time event correlation system.

Data continuously flows through the systems at all times and rules can be dynamically applied to evaluate and act on events.

New Features

  • Omega - script execution actions for Rules
  • Nucleus - single node engine
  • REST Command based rule updates
  • Counting aggregations

Roadmap

  • Single node deployments (Nucleus)
  • Provide dockerized deployments (Nucleus / Linea)
  • Remove dependencies on Storm to simplify footprint (Linea)
  • New user interface for Rule building
  • User interface for Rule-Chains

Note: to see breakdown of roadmap items, please checkout issues page: https://github.com/srotya/tau/issues

Documentation

Please checkout out wiki for more details: https://github.com/srotya/tau/wiki #

Deployment / Download

Docker images for Tau are on Docker Hub and below is a preconfigured Docker file to deploy Tau (single node):

wget https://raw.githubusercontent.com/srotya/tau/master/install/configs/docker/docker-compose.yml
docker-compose up

LICENSE

Apache 2.0 License

Forked from code originally open sourced under Apache 2.0 License by Symantec corporation.

Authors

Ambud Sharma

com.srotya.tau

Srotya

Versions

Version
0.0.10