TIBCO Scribe® CDK Training

The TIBCO Scribe® CDK includes access to video-based training to help you learn about the Connector development process from creating your first Connector to deploying a finished Connector in the TIBCO Scribe® Marketplace.

These training videos are hosted by TIBCO engineers who have a deep understanding of the Connector framework and processes. You can access the training videos at any time, using a high-speed internet connection or a mobile device. Watch just one, a whole series, or use Search to find specific information.

In this series of videos, we start off discussing how Connectors fit into TIBCO Scribe®. When you are done watching these videos, you will be able to develop and deploy your own Connector. 

View The Connector Development Kit Training Videos

Go to the TIBCO CDK Playlist to view training videos.

Training Agenda

The training is divided into a number of discrete modules. You can watch just one or the entire series, which includes:

TIBCO Scribe® Connector Architecture

In this module, you learn:

  • How Connectors fit into the TIBCO Scribe® architecture
  • About TIBCO Scribe®
  • How Connectors and TIBCO Scribe® work together

Create A Hello World Connector

Learn the essential requirements of building a Connector.

To follow along with this module, or to see the code for this Connector, use the Hello World sample Connector project in our GitLab repository under the SDK - Connector Toolkit project.

Use this module, along with the Hello World Connector, to learn how to:

  • Make a Connector discoverable by TIBCO Scribe®
  • Implement the connection user interface
  • Make a Connector retrieve metadata
  • Allow a Connector to read data
  • Allow a Connector to execute operations to write data

Advanced Concepts

Learn how to implement Connectors in greater detail by examining a real world Connector.

To follow along with this module, go to our GitLab repository, download the SDK - Connector Toolkit project and extract the Rest API Connector project, which contains the source code for the TIBCO Scribe® Connector for the GoToWebinar Rest Web Services. See Sample CDK Projects for more information.

In this module, you learn how to:

  • Connect, retrieve metadata, query, and execute operations
  • Debug a Connector
  • Support the “latest date processed” feature
  • Support query filtering, lookup matches, and target matches
  • Map API operations to TIBCO Scribe® operations

Certifying A Connector

Use this module to learn how to have your Connector certified by TIBCO Scribe®, including:

  • Marketplace requirements
  • Which files and folders to send to TIBCO Scribe®
  • Requirements for cloud Connectors
  • How to use version numbers with your Connector

Deploying And Maintaining A Connector

And finally, this module shows you:

  • How Connectors are deployed on TIBCO Scribe®
  • How to send your Connector to TIBCO
  • How to update your Connector