You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command will run Conduit with all the configured pipelines, connectors, and processors.
It is equivalent to the current conduit command as of time of this writing.
Conduit will run based on --config.path or current directory. Example:
$ pwd
/usr/code
$ ls
conduit.yaml
connectors/
pipelines/
processors/
Other flags such as connectors.path, etc. will overwrite the existing configuration on conduit.yaml.
This will need to be evaluated before specifying to Conduit to accomodate both scenarios (absolute and relative paths).
Flags
Name
Description
Required
Default Value
connectors.path
path to standalone connectors' directory
No
"./connectors"
db.badger.path
path to badger DB
No
"Conduit.db"
processors.path
path to standalone processors' directory
No
"./processors"
pipelines.path
path to the directory that has the yaml pipeline configuration files, or a single pipeline configuration file
This command will run Conduit with all the configured pipelines, connectors, and processors.
It is equivalent to the current
conduit
command as of time of this writing.Conduit will run based on
--config.path
or current directory. Example:$ pwd /usr/code $ ls conduit.yaml connectors/ pipelines/ processors/
Other flags such as
connectors.path
, etc. will overwrite the existing configuration onconduit.yaml
.This will need to be evaluated before specifying to Conduit to accomodate both scenarios (absolute and relative paths).
Flags
Part of #1911
The text was updated successfully, but these errors were encountered: