From c9a7f30182084d942b0cd96a4c2e564ffdbe16be Mon Sep 17 00:00:00 2001 From: phil3k Date: Mon, 13 Nov 2017 19:40:19 +0100 Subject: [PATCH] added README and LICENSE --- LICENSE => LICENSE.md | 0 README.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) rename LICENSE => LICENSE.md (100%) create mode 100644 README.md diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b66523 --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file