Event Stream Processor includes various preconfigured and ready for use external adapters that have been created using the adapter toolkit.
You can use these adapters as reference examples when creating your own adapters using the adapter toolkit. Additionally, you can reuse individual transporter and formatter modules from these adapters in your own custom adapters.
For more information on these adapters, see the Adapters Guide.
Adapter Name | Description |
---|---|
File CSV Input |
The File CSV Input adapter obtains CSV data from files on a local hard disk and publishes it to Event Stream Processor. |
File JSON Input |
The File JSON Input adapter takes JSON messages from JSON files, and publishes them to Event Stream Processor. |
File XML Document Input |
The File XML Document Input adapter loads data from an XML document into a project in Event Stream Processor. |
File XML Record Input |
The File XML Record Input adapter reads XML list text files and inputs this data into Event Stream Processor. |
FTP CSV Input |
The FTP CSV Input adapter obtains CSV data from an FTP server and publishes it to Event Stream Processor. |
FTP XML Input |
The FTP XML Input adapter reads data from an XML document on an FTP server into Event Stream Processor. |
JDBC Input |
The JDBC Input adapter receives data from tables in a database and inputs it into Event Stream Processor. |
JMS CSV Input |
The JMS CSV Input adapter reads CSV data from a JMS server ands outputs this data into Event Stream Processor. |
JMS Object Array Input |
The JMS Object Array Input adapter receives object array data from a JMS server and publishes it to Event Stream Processor. |
JMS XML Input |
The JMS XML Input adapter obtains XML list string messages from a JMS server and publishes them to Event Stream Processor. |
Socket CSV Input |
The Socket CSV Input adapter obtains CSV string data from a Socket server and publishes it to Event Stream Processor. |
Socket JSON Input |
The Socket JSON Input adapter obtains streaming data from the socket server, formats data into JSON format and inputs it into Event Stream Processor. |
Socket XML Input |
The Socket XML Input adapter obtains XML data from a Socket server and publishes it to Event Stream Processor. |
Adapter Name | Description |
---|---|
File CSV Output |
The File CSV Output adapter reads rows from Event Stream Processor and writes this data into a specified CSV file. |
File JSON Output |
The File JSON Output adapter takes data from Event Stream Processor, formats it into JSON format, and sends it to a JSON file. |
File XML Document Output |
The XMLDocument Output adapter outputs data from a project in Event Stream Processor into an XML document. |
File XML Record Output |
The File XML Record Output adapter reads rows from Event Stream Processor ands writes this data into XML list files. |
FTP CSV Output |
The FTP CSV Output adapter takes data from Event Stream Processor, formats it to CSV format, and saves it to a file on an FTP server. |
FTP XML Output |
The FTP XML Output adapter reads XML data from an ESP project, writes it to an XML document, and uploads this file to the FTP server. |
JDBC Output |
The JDBC Output adapter sends data from Event Stream Processor to a database table. |
JMS CSV Output |
The JMS CSV Output adapter sends CSV data from Event Stream Processor to a JMS server. |
JMS Object Array Output |
The JMS Object Array Output adapter takes data from Event Stream Processor, formats it into object array format, and sends it to a JMS server. |
JMS XML Output |
The JMS XML Output adapter takes XML data from Event Stream Processor, formats it to XML list format, and sends it to a JMS server. |
Socket CSV Output |
The Socket CSV Output adapter takes data from Event Stream Processor, formats it into CSV format, and outputs it to a Socket server. |
Socket JSON Output |
The Socket JSON Output adapter takes JSON data from Event Stream Processor, formats it to ByteBuffer, and transports it to the Socket server in streaming format. |
Socket XML Output |
The Socket XML Output adapter takes data from Event Stream Processor, formats it to XML list format, and outputs it to a Socket server. |