Some example applications have been written to help with getting started using PNDA and knowing what to put in an application package.
The spark-batch example converts data from the master data set into parquet format.
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.
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.
The flink-streaming example reads events from a network socket and performs stream processing.