tau-old-ui

tau user interface to edit rules and templates

License

License

GroupId

GroupId

com.srotya.tau
ArtifactId

ArtifactId

tau-old-ui
Last Version

Last Version

0.0.9
Release Date

Release Date

Type

Type

war
Description

Description

tau-old-ui
tau user interface to edit rules and templates

Download tau-old-ui

How to add to project

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

Dependencies

compile (19)

Group / Artifact Type Version
com.jcabi : jcabi-manifests jar 1.1
com.srotya.tau : wraith-engine jar 0.0.9
com.sun.faces : jsf-api jar 2.2.9
com.sun.faces : jsf-impl jar 2.2.9
commons-io : commons-io jar 2.4
commons-lang : commons-lang jar 2.6
io.swagger : swagger-jersey2-jaxrs jar 1.5.8
javax : javaee-web-api jar 7.0
javax.servlet : javax.servlet-api jar 3.0.1
net.bootsfaces : bootsfaces jar 0.8.0
org.apache.httpcomponents : httpclient jar 4.5.1
org.apache.ignite : ignite-core jar 1.5.0.final
org.apache.velocity : velocity jar 1.7
org.apache.velocity : velocity-tools jar 2.0
org.glassfish.jersey.containers : jersey-container-servlet-core jar 2.22.2
org.glassfish.jersey.ext : jersey-bean-validation jar 2.22.2
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.22.2
org.primefaces : primefaces jar 5.3
org.primefaces.themes » all-themes jar 1.0.10

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