Skip to content

TREEcg/connector-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published