This repository contains sample Flink applications that integrate with Pravega and are optimized for use in Nautilus.
The samples are based on the latest release of Pravega (0.3.1
).
These instructions assume that a Pravega cluster is already installed and available. See the Pravega Deployment Overview for more information.
Follow the below steps to build the sample code:
$ git clone https://github.com/pravega/nautilus-samples.git
$ cd nautilus-samples
$ ./gradlew clean installDist
The anomaly detection sample is an application that simulates network anomaly intrusion and detection using Apache Flink and Apache Pravega. It contains details instructions on how to deploy, configure and run this sample on Nautilus.