miller/pkg/stream
2023-09-10 15:40:24 -04:00
..
doc.go Export library code in pkg/ 2023-09-10 15:40:24 -04:00
README.md Export library code in pkg/ 2023-09-10 15:40:24 -04:00
stream.go Export library code in pkg/ 2023-09-10 15:40:24 -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.