Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Example connectors

The Native SDK for Connectors provides a couple of examples that show a general pattern, recommended by Snowflake, of creating new connectors as a Native Applications. From these examples, you will learn:

Prerequisites

Prepare your local environment

Before approaching example connectors, please take up the following steps or make sure that they are currently done:

File structure

├── connectors-native-sdk-example-java-github-connector
└── examples-basic
     ├── example-github-java-connector
     ├── example-github-python-connector
     └── example-push-based-java-connector

In the connectors-native-sdk-example-java-github-connector you can find an example that shows how to implement a simple connector application based on the template which uses the Native SDK for Connectors Java library. This connector uses GitHub API to retrieve the data about issues from a repository. This example includes all the basic steps of the Native SDK for Connectors flow.

In the examples-basic you can find example connectors that had been introduced before the Native SDK for Connectors Java library was created, so that's why you need keep in mind that these examples do not use the SDK library. The goal of these connectors is to show the general concept of the connector application. You can find there the following examples: