An open API service indexing awesome lists of open source software.

https://github.com/neuw84/spark-continuous-streaming

Spark 2.3. End to End Avro Continous Structured Streaming Kafka demo using Twitter´s bijection in Java.
https://github.com/neuw84/spark-continuous-streaming

avro bijection kafka spark sparksql structured-streaming

Last synced: 3 months ago
JSON representation

Spark 2.3. End to End Avro Continous Structured Streaming Kafka demo using Twitter´s bijection in Java.

Awesome Lists containing this project

README

          

# Continous Structured Streaming Avro demo

Spark 2.3. End to End Avro Continous Structured Streaming Kafka demo using Twitter´s bijection in Java.

## Requirements

* Kafka: 1.0.0
* Java 8
* Maven

## Architecture

![Architecture](https://raw.githubusercontent.com/Neuw84/spark-continuous-streaming/master/architecture.png)

## Usage

Configure kafka hosts and execute both the ```ProducerConsumerDemo``` and the ```StructuredDemo``` classes.

Latency measures can be seen on ```ProducerConsumerDemo```'s output.