https://github.com/treecg/connector-architecture
https://github.com/treecg/connector-architecture
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/treecg/connector-architecture
- Owner: TREEcg
- Created: 2023-01-30T17:11:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T08:54:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T05:15:08.839Z (22 days ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/TREEcg/connector-architecture/wiki).
## Usage
To initate the repository use the following command:
```sh
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:
```sh
cd runner # or processor
git submodule add
git commit -am "I Added my cool new runner"
```