Show TOC

Preconfigured Adapters Included with the Adapter ToolkitLocate this document in the navigation structure

SAP 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 SAP Event Stream Processor: Adapters Guide.

Table 1: Input Adapters
Adapter Name Description
File/Hadoop CSV Input

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

File/Hadoop Event XML Input

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

File/Hadoop JSON Input

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

File/Hadoop XML Input

Loads data from an XML document into a project in 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.

SAP RFC Input

Executes RFCs to import data from SAP systems into 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.

Web Services (SOAP) Input

Connects to a Web service to obtain data to feed into Event Stream Processor.

Table 2: Output Adapters
Adapter Name Description
File/Hadoop CSV Output

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

File/Hadoop Event XML Output

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

File/Hadoop JSON Output

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

File/Hadoop XML Output

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

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 a project for ESP, writes it to an XML document, and uploads this file to the FTP server.

HTTP Client Output

Obtains stream data from ESP 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.

SAP RFC Output

Exports data from Event Stream Processor into SAP systems.

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.

Web Services (SOAP) Output

Delivers output from Event Stream Processor to a Web service.