From a42c0fa3dd441d9126c7173066491652c3419548 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 2 Sep 2015 11:52:08 -0700 Subject: [PATCH] Add a simple README for now --- README.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..0642585 --- /dev/null +++ b/README.adoc @@ -0,0 +1,20 @@ += Beetle + +Beetle is a somewhat higher level Java API on top of the client libraries +distributed distributed with link:http://kafka.apache.org[Apache Kafka]. The +goal of this library is not to replace the use of those libraries, but to wrap +the library in a more easy to use package. + + +== System Requirements + +* JDK7 or later + + +== Hacking + +This project uses link:http://gradle.org[Gradle] so building and testing should +be as easy as executing: + + % ./gradlew +