Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 753 Bytes

Connector architecture

This is the connector architecture mono repo, here everything is explained and linked together using GitHub submodules and the GitHub wiki.

Most is explained in the GitHub wiki, but some useful links can be found here: wiki.

Usage

To initate the repository use the following command:

git submodule init
git submodule update

Currently, all runners have a specific way to start them, see the runner specific documentation.

If you want to add your runners or processors, you can create a new branch/pr and use the following command:

cd runner # or processor
git submodule add <your github url>
git commit -am "I Added my cool new runner"