Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section guide will teach you how to create a custom third-party connector from scratch. You can code your own third-party connector connectors to connect and stream data from a data source.

...

A metadata class is also required. This will allow for a connection wizard to be defined, and prompt the end user for the required parameters to make a connection to the third-party source. This is an implementation of a JDBCMetaData class. 

 

...

Guide Contents

Here is the general process for creating a custom connector:

 

Also see: Connector Appendix

 

 

Section
Column
width75

 

Column

Next topic: Check prerequisites