Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.14 KB

examples.md

File metadata and controls

23 lines (12 loc) · 1.14 KB

Example Applications

Some example applications have been written to help with getting started using PNDA and knowing what to put in an application package.

Spark Batch

The spark-batch example converts data from the master data set into parquet format.

Spark Streaming - Kafka to HBase

The spark-streaming example writes data from Kafka into an HBase table.

The Spark Streaming and HBase tutorial provides an in-depth look at the app.

Spark Streaming - Kafka to OpenTSDB

The kafka-spark-opentsdb example writes data from Kafka in OpenTSDB metric time series.

The Spark Streaming and OpenTSDB tutorial provides an in-depth look at the app.

Flink Streaming

The flink-streaming example reads events from a network socket and performs stream processing.