Chapter 53. Readers

We assume that you already know what components are. See Chapter 26, Components for an overview.

Only some of the components in a graph are initial nodes. These are called Readers.

Readers can read data from input files (both local and remote), receive it from the connected optional input port, or read it from a dictionary. One component only generates data. Since it is also an initial node, we will describe it here.

Components can have different properties. But they also can have some in common. Some properties are common for all of them, others are common for most of the components, or they are common for Readers only. You should learn:

We can distinguish Readers according to what they can read:

Other Readers read data from files.

Other Readers read data from various SaaS applications.

Other Readers unload data from databases.

Other Readers receive JMS messages or read directory structure.