git.fiddlerwoaroof.com
Browse code

feat: add readme

Ed Langley authored on 02/05/2020 09:18:39
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,9 @@
1
+* Lispworks wrapper around apache curator
2
+** Motivation: lisp access to information about kafka streams
3
+** Setup:
4
+   ~make~ in the root of the repository should setup all the
5
+   prerequisites (assuming you have lispworks, quicklisp and clojure):
6
+   it'll bundle up the Java libraries as a fat jar and use lispworks
7
+   to generate the lisp interface files. Once this is done, the
8
+   functions in [[file:main.lisp]] should be usable in a LispWorks REPL
9
+   to interact with a zookeeper cluster that stores Kafka offsets.