This post introduces the Pravega Spark connectors that read and write Pravega Streams with Apache Spark, a high-performance analytics engine for batch and streaming data.
Posted on 18 Mar 2020 in category Connectors
This 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.
This 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.
This sample demonstrates the use of Pravega Watermarks in Flink applications.
Posted on 09 Mar 2020 in category Processing Data
This example demonstrates how Pravega EXACTLY_ONCE mode works in conjection with Flink checkpointing and exactly-once mode.
Posted on 09 Mar 2020 in category Processing Data
Hands-on lab to demo how to store, process, and read video on Streaming Data Platform
Posted on 26 Feb 2020 in category Demos
Hands-on lab to demo how to store, process, read, analyze video on Streaming Data Platform
Posted on 26 Feb 2020 in category Demos
These examples show how to initialize and use the Pravega Client to write and read data to/from a Pravega Stream in Java.
Posted on 25 Feb 2020 in category Getting Started