Hi Daniel, I'd like to share my use case for Zeppelin. NLP4L[1], which is an NLP tool for Apache Lucene, uses Zeppelin for not only user interface but also charts in order to visualize word counts in Lucene index.
http://nlp4l.github.io/tutorial.html#withZeppelin To communicate with Zeppelin, I've implemented NLP4LInterpreter which extends org.apache.zeppelin.interpreter.Interpreter. https://github.com/NLP4L/nlp4l/blob/master/src/main/java/org/nlp4l/zeppelin/NLP4LInterpreter.java Thanks! Koji [1] https://github.com/NLP4L/nlp4l On 2015/06/29 15:30, Daniel Haviv wrote:
Hi everybody, We are going to arrange a meetup in Israel where I'm going to dedicate 45 minutes to introduce Zeppelin to the Big Data community in Israel. I'm going to display general usage of the Spark cli via zeppelin (and it's charting capabilities) and the WordCloud. Please share any cool examples you have of Zeppelin I can use. After the meetup, I will make sure these examples will be publicly available. Thanks, Daniel Haviv