Skip to content

tusharbhasme/easybatch-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Easy Batch tutorials

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

The 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.

Here is the tutorials list:

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: A word count example using Easy Batch

Intermediate tutorials

Advanced tutorials

  • Spring: A tutorial to show how to use Easy Batch 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 based on their type
  • ContentBasedRecordDispatcher sample 2: An example of how to process multiple files in parallel based on their content

About

Source code of the tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages