@walkeros/server-destination-file
v4.3.0
Published
Local file sink for walkerOS server flows (JSONL, TSV, CSV)
Maintainers
Readme
@walkeros/server-destination-file
Local file sink for walkerOS server flows. Appends events as JSONL, TSV, or CSV for debug logging, audit trails, and cold archive.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-destination-fileQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"destinations": {
"file": { "package": "@walkeros/server-destination-file", "config": {} }
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/destinations/server/file
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
