Skip to main content

KYVE Source Setup

In this step, you will configure the KYVE source for your Airbyte deployment.

  1. Change to the source-kyve directory:

    cd airbyte-integrations/connectors/source-kyve
  2. Build the docker image for the Kyve source:

    docker build . -t airbyte/source-kyve:dev
  3. In the Airbyte UI, navigate to the settings page and add a new source connector.

  4. You should fill the following fields as show in the figure bellow:

    • Connector display name: Kyve (here you can put whatever you want)
    • Docker repository name: airbyte/source-kyve
    • Docker image tag: dev
    • Connector Documentation URL: https://docs.kyve.network/

Congratulations! You are now ready to create a pipeline with KYVE as a source.