20 lines
344 B
YAML
20 lines
344 B
YAML
version: 3
|
|
output:
|
|
directory: ./notarius-output
|
|
cache:
|
|
chunk_plans:
|
|
mode: bypass
|
|
checkpoints: {}
|
|
debug:
|
|
directory: ./notarius-debug
|
|
pipelines:
|
|
seriatim-fixture:
|
|
input: seriatim
|
|
chunk: fake/chunk
|
|
artifacts:
|
|
events:
|
|
extract: fake/extract
|
|
merge: appendorder
|
|
normalize: noop
|
|
output: json
|