Skip to content

Commit

Permalink
added README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
phil3k committed Nov 13, 2017
1 parent 4f31c59 commit c9a7f30
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
File renamed without changes.
31 changes: 31 additions & 0 deletions README.md
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

0 comments on commit c9a7f30

Please sign in to comment.