Skip to content

Examples of several popular frameworks for big data processing that can be used in Java applications

Notifications You must be signed in to change notification settings

martinfmi/bigdataframeworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Examples on various frameworks for big data processing

Examples of several popular frameworks for big data processing that can be used in Java applications. Each of the frameworks is demonstrated by implementing a simple pipeline for processing of data from devices that measure the air quality index for a given area. For simplicity we will assume that numeric data from the devices is either received in batches or in a streaming fashion. The following frameworks are demonstrated:

  • Apache Spark
  • Apache Flink
  • Apache Storm
  • Apache Ignite
  • Hazelcast Jet
  • Kafka Streams
  • Pulsar Functions

About

Examples of several popular frameworks for big data processing that can be used in Java applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages