miller/go/src/stream
2021-06-13 23:48:12 -04:00
..
README.md go.mod attempt 2021-02-14 01:13:24 -05:00
stream.go Colorized-output options (#570) 2021-06-13 23:48:12 -04:00

The streamer uses Go channels to pipe together file-reads, to record-reading/parsing, to a chain of record-transformers, to record-writing/formatting, to terminal standard output.

This is the high-level sketch of Miller, invoked straight from main() within mlr.go.