install

Hendrix installation configuration and scripts

License

License

GroupId

GroupId

com.srotya.tau
ArtifactId

ArtifactId

install
Last Version

Last Version

0.0.10
Release Date

Release Date

Type

Type

pom
Description

Description

install
Hendrix installation configuration and scripts

Download install

Filename Size
install-0.0.10.pom 895 bytes
Browse

How to add to project

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

Dependencies

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
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5