forked from phil3k3/flink-esper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
phil3k
committed
Nov 13, 2017
1 parent
4f31c59
commit c9a7f30
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# FlinkEsper | ||
|
||
An attempt to use Esper stream processing engine within Apache Flink as alternative to FlinkCEP. | ||
|
||
|
||
### Prerequisites | ||
|
||
* Java 8 | ||
* Maven | ||
* git | ||
|
||
|
||
``` | ||
git clone https://github.com/phil3k3/flink-esper.git | ||
flink-esper | ||
mvn clean package | ||
``` | ||
|
||
The flink-esper library is now availble as JAR with dependencies in the flink-esper/target subdirectory. | ||
|
||
## Contributing | ||
|
||
Anybody who has sincere interest into making a contribution of any kind is invited to do so. | ||
|
||
## Authors | ||
|
||
* **Philip L** | ||
|
||
## License | ||
|
||
This project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details |