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
Similarly to how MULTIPLE_INPUT_JSON allows multiple command to pipe data to index, it would be useful to define multiple command to get data from various sources.
Re #117, YAML would make it much simpler with native support for arrays
data:
get-data-cmd:
- curl ... -o fetched-file.nq # from web
- mc cp bucket/foobar.gz ./foobar.gz # from S3
- sparql ... > results.ttl # result of a query
The text was updated successfully, but these errors were encountered:
@tpluscode I agree that it would be very useful to have multiple get-date commands. It's a very frequent use case and the current long command lines are hard to read and maintain.
Similarly to how
MULTIPLE_INPUT_JSON
allows multiple command to pipe data to index, it would be useful to define multiple command to get data from various sources.Re #117, YAML would make it much simpler with native support for arrays
The text was updated successfully, but these errors were encountered: