Preconfigured Adapters Included with the Adapter Toolkit

Event Stream Processor includes various preconfigured and ready for use adapters that have been created using the adapter toolkit.

You can use these adapters as reference examples when creating your own adapters. Additionally, you can reuse individual transporter and formatter modules from these adapters in your own custom adapters.

For detailed information about these adapters, see the Adapters Guide.

Input Adapters
Adapter Name Description
File CSV Input

Obtains CSV data from files on a local hard disk and publishes it to Event Stream Processor.

File JSON Input

Takes JSON messages from JSON files, and publishes them to Event Stream Processor.

File XML Document Input

Loads data from an XML document into a project in Event Stream Processor.

File XML Record Input

Reads XML list text files and inputs this data into Event Stream Processor.

FTP CSV Input

Obtains CSV data from an FTP server and publishes it to Event Stream Processor.

FTP XML Input

Reads data from an XML document on an FTP server into Event Stream Processor.

JDBC Input

Receives data from tables in a database and inputs it into Event Stream Processor.

JMS CSV Input

Reads CSV data from a JMS server ands outputs this data into Event Stream Processor.

JMS Object Array Input

Receives object array data from a JMS server and publishes it to Event Stream Processor.

JMS XML Input

Obtains XML list string messages from a JMS server and publishes them to Event Stream Processor.

Socket CSV Input

Obtains CSV string data from a Socket server and publishes it to Event Stream Processor.

Socket JSON Input

Obtains streaming data from the socket server, formats data into JSON format and inputs it into Event Stream Processor.

Socket XML Input

Obtains XML data from a Socket server and publishes it to Event Stream Processor.

Output Adapters
Adapter Name Description
File CSV Output

Reads rows from Event Stream Processor and writes this data into a specified CSV file.

File JSON Output

Takes data from Event Stream Processor, formats it into JSON format, and sends it to a JSON file.

File XML Document Output

Outputs data from a project in Event Stream Processor into an XML document.

File XML Record Output

Reads rows from Event Stream Processor ands writes this data into XML list files.

FTP CSV Output

Takes data from Event Stream Processor, formats it to CSV format, and saves it to a file on an FTP server.

FTP XML Output

Reads XML data from an ESP project, writes it to an XML document, and uploads this file to the FTP server.

HTTP Client Output

Obtains data from an ESP stream and outputs it to an HTTP server.

JDBC Output

Sends data from Event Stream Processor to a database table.

JMS CSV Output

Sends CSV data from Event Stream Processor to a JMS server.

JMS Object Array Output

Takes data from Event Stream Processor, formats it into object array format, and sends it to a JMS server.

JMS XML Output

Takes XML data from Event Stream Processor, formats it to XML list format, and sends it to a JMS server.

Socket CSV Output

Takes data from Event Stream Processor, formats it into CSV format, and outputs it to a Socket server.

Socket JSON Output

Takes JSON data from Event Stream Processor, formats it to ByteBuffer, and transports it to the Socket server in streaming format.

Socket XML Output

Takes data from Event Stream Processor, formats it to XML list format, and outputs it to a Socket server.