Geospatial supported T-Rex complex event processing engine
Geo-T-Rex is an extension of the T-Rex Complex Event Processing (CEP) engine that adds support for geo-spatial attributes and operations. This allows for real-time processing of geospatial data streams.
- Geo-spatial event processing
- Integration with existing T-Rex CEP
- Supports geospatial attributes such as coordinates, distances, and areas
- Simulation data for testing
- Java 8+
- Maven
- Clone the repository:
git clone https://github.com/BehnamKhazael/Geo-T-Rex.git
- Navigate to the project folder and run Maven:
cd Geo-T-Rex mvn clean install
- To run the simulation, execute:
mvn exec:java
Feel free to fork the repository and make contributions via pull requests.