Skip to content

Spark StructuredStreaming use cases with different supported input sources.

Notifications You must be signed in to change notification settings

ujjalsatpathy/SparkInputSources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spark Input Sources

This repository contains examples of Spark Structure Streaming with the following input sources

Socket Source - Used for testing purpose and reads UTF8 text data from a socket connection
Rate Source - Used for testing purpose and generates data at the specified number of rows per second.Each output contains a timestamp and a value
Kafka Source - Reads data from Kafka. It’s compatible with Kafka broker versions 0.10.0 or higher.
File Source - Reads files written in a directory as a stream of data.Supported file formats are text, CSV, JSON, ORC, Parquet.

About

Spark StructuredStreaming use cases with different supported input sources.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages