miller/go/src/stream
2021-08-06 10:08:21 -04:00
..
README.md go.mod attempt 2021-02-14 01:13:24 -05:00
stream.go Make 'go build' work, without need for 'go build mlr.go' (#622) 2021-08-06 10:08:21 -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.