Skip to content

billythewhale/tw-airbyte-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TW Airbyte + Temporal Dev Kit

This repository is a dev kit for building Airbyte connectors using Temporal.

Prerequisites

Ensure you have these installed on your machine before continuing:

Recommended to have:

Access

You should not need access to any additional services to develop this connector, only this repository.

If your connector will require API keys, and they will be provided for you, and you should put them in the mocks/IntegrationsServices.ts file.

Install Temporal globally for Typescript

brew install temporal

curl -sSf https://temporal.download/cli.sh | sh

Follow the prompt to add the path variable to bash, you can copy the last line from that curl statement and put it in your terminal, something like: echo export PATH="\$PATH:/Users/{ENTER_YOUR_USER_DIRECTORY}/.temporalio/bin" >> ~/.bashrc

Install temporal in Python

python3 -m venv env
source env/bin/activate
python -m pip install temporalio

How to Develop

There are two files you need to edit:

WIP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •