1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
VILLASnode/file-to-reorder.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
280 B
Text
Raw Permalink Normal View History

2023-11-30 10:49:49 +01:00
nodes = {
file = {
type = "file"
uri = "signal.csv"
format = "csv"
in = {
eof = "stop"
epoch_mode = "original"
}
}
}
paths = ({
in = "file"
hooks = ({
type = "digest"
uri = "digests.txt"
algorithm = "sha256"
mode = "timestamp"
interval = 10
})
})