An open API service indexing awesome lists of open source software.

https://github.com/srotya/tau

A Real-time Event Correlation platform
https://github.com/srotya/tau

cep event-correlation real-time rule-engine rules streaming

Last synced: 11 months ago
JSON representation

A Real-time Event Correlation platform

Awesome Lists containing this project

README

          

# Tau

[![Join the chat at https://gitter.im/srotya/tau](https://badges.gitter.im/srotya/tau.svg)](https://gitter.im/srotya/tau?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/srotya/tau.svg?branch=master)](https://travis-ci.org/srotya/tau)
[![codecov](https://codecov.io/gh/srotya/tau/branch/master/graph/badge.svg)](https://codecov.io/gh/srotya/tau)

## 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](https://github.com/srotya/tau/tree/master/tau-omega) - script execution actions for Rules
- [Nucleus](https://github.com/srotya/tau/tree/master/tau-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