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
- Host: GitHub
- URL: https://github.com/srotya/tau
- Owner: srotya
- License: apache-2.0
- Created: 2016-10-05T07:26:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T07:38:57.000Z (over 9 years ago)
- Last Synced: 2025-07-06T00:56:44.228Z (12 months ago)
- Topics: cep, event-correlation, real-time, rule-engine, rules, streaming
- Language: Java
- Homepage:
- Size: 5.94 MB
- Stars: 16
- Watchers: 2
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tau
[](https://gitter.im/srotya/tau?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/srotya/tau)
[](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