GitHub - techteam-bln/easybatch-tutorials: Source code of the tutorials

Welcome to Easy Batch tutorials

You will find here several tutorials of different levels that will introduce you to all APIs of the framework.

Tutorials are organised in 3 levels:

  • Basic
  • Intermediate
  • Advanced

Each tutorial is contained in a separate package. In each package, there is readme.md file that describes the tutorial and how to run it.

Navigate to the package you are interested in and you will be able to get started quickly. Each tutorial is shipped with a main class to launch it. To run a tutorial, just import the easybatch-tutorials project in your favorite IDE and launch the main class.

The org.easybatch.tutorials.common package contains main classes that are common to all tutorials.

Basic tutorials

  • Hello world: The simplest batch application that you can write with Easy Batch
  • Key APIs: A walk through Key APIs to show you how to use them the right way
  • Unix-like pipeline: A sample application to process data in pipeline the unix-way
  • Filter-Map-Reduce: A filter-map-reduce example using Easy Batch
  • Word Count: The classic word count example using Easy Batch

Intermediate tutorials

Advanced tutorials

  • Spring: A tutorial to show how to use configure an Easy Batch job as a Spring bean
  • Quartz: Learn how to schedule Easy Batch jobs with Quartz
  • JMX: Learn how to monitor Easy Batch jobs with JMX
  • JMS: Learn how to create asynchronous batch applications using Easy Batch and JMS
  • Parallel processing: An example of how to use Easy Batch to process data in parallel
  • Distributed jobs: An example of how to use Easy Batch to process data in a distributed environment
  • ContentBasedRecordDispatcher sample 1: An example of how to process a collection of objects in parallel based on their type
  • ContentBasedRecordDispatcher sample 2: An example of how to process multiple files in parallel based on their content