tau-helpers

Real-time correlation system for streaming data

License

License

GroupId

GroupId

com.srotya.tau
ArtifactId

ArtifactId

tau-helpers
Last Version

Last Version

0.0.8
Release Date

Release Date

Type

Type

pom
Description

Description

tau-helpers
Real-time correlation system for streaming data

Download tau-helpers

Filename Size
tau-helpers-0.0.8.pom 708 bytes
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • nifi-lmm-interceptor
  • flume-tau-stats
  • flume-flow-log-parser

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.8
0.0.7
0.0.6
0.0.5