Code Samples
Connect External Kafka Instances With Sdp
Apache CommunityThis is a general guide for connecting external Kafka instances with Dell EMC Streaming Data Platform.
Configure Off Cluster Pravega Clients
Apache CommunityThis is a general guide for configuring Pravega applications/clients to connect to SDP when the client is running off-cluster.
Pravega Stream Ingest On Streaming Data Platform
Apache CommunityThis is a general guide for writing and ingesting into a Pravega stream on Dell EMC Streaming Data Platform.
Create Flink Project On Streaming Data Platform
Apache CommunityThis is a general guide for creating and setting up Flink job on Dell EMC Streaming Data Platform.
Pravega Client Examples
Apache CommunityThese examples show how to initialize and use the Pravega Client to write and read data to/from a Pravega Stream in Java.
Word Count Example Using Pravega Flink Connectors
Apache CommunityThis example demonstrates how to use the Pravega Flink Connectors to write data collected
from an external network stream into a Pravega Stream
and read the data from the Pravega Stream
.
Streamcuts Flink Example
Apache CommunityThis sample application demonstrates the use of a Pravega abstraction, the StreamCut
, in a Flink application to make
it easier for developers to write analytics applications.
Pravega Watermark Flink Example
Apache CommunityThis sample demonstrates the use of Pravega Watermarks in Flink applications.
Exactly Once Example
Apache CommunityThis example demonstrates how Pravega EXACTLY_ONCE mode works in conjection with Flink checkpointing and exactly-once mode.