Press "Enter" to skip to content

Using Flink in Zeppelin Notebooks

Jeff Zhang continues a series on using Apache Flink in Zeppelin Notebooks:

With Zeppelin, you can build a real time streaming dashboard without writing any line of javascript/html/css code.

Overall, Zeppelin supports 3 kinds of streaming data analytics:

– Single Mode
– Update Mode
– Append Mode

Read on for examples of each of these, as well as a few tips around user-defined functions.