ingestors
No description available
Usage
ingestors [OPTIONS] COMMAND [ARGS]...
Arguments
No arguments available
Options
| Name | Description | Required | Default |
|---|---|---|---|
--version / --no-version |
Show version | No | no-version |
--settings / --no-settings |
Show current settings | No | no-settings |
--install-completion |
Install completion for the current shell. | No | - |
--show-completion |
Show completion for the current shell, to copy it or customize the installation. | No | - |
--help |
Show this message and exit. | No | - |
Commands
| Name | Description |
|---|---|
ingest |
Queue a local directory for ingest. |
ingest-entities |
Queue ingest a stream of entities |
cache-clear |
Delete ingest cache entries. |
Subcommands
ingestors ingest
Queue a local directory for ingest.
Usage
ingestors ingest [OPTIONS] {path}
Arguments
| Name | Description | Required |
|---|---|---|
path |
[required] | No |
Options
| Name | Description | Required | Default |
|---|---|---|---|
-d, --dataset |
Name of the dataset | Yes | - |
-f, --foreign-id |
Foreign ID of the dataset | No | - |
--languages |
3-letter language code (ISO 639) | No | - |
--help |
Show this message and exit. | No | - |
ingestors ingest-entities
Queue ingest a stream of entities
Usage
ingestors ingest-entities [OPTIONS]
Arguments
No arguments available
Options
| Name | Description | Required | Default |
|---|---|---|---|
-d, --dataset |
Name of the dataset | Yes | - |
-i |
Input uri, default stdin | No | - |
-f, --foreign-id |
Foreign ID of the dataset | No | - |
--languages |
3-letter language code (ISO 639) | No | - |
--help |
Show this message and exit. | No | - |
ingestors cache-clear
Delete ingest cache entries.
Usage
ingestors cache-clear [OPTIONS]
Arguments
No arguments available
Options
| Name | Description | Required | Default |
|---|---|---|---|
|
Only delete entries with the given prefix (e.g: 'ocr:', 'pdf:'). | No | - |
--help |
Show this message and exit. | No | - |