Skip to content

Latest commit

 

History

History

collectors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Automi collector examples

Collectors are Automi operators added at the end of a stream. Automi supports several collector implementations showcased here.

  • csv - Shows how to use the CSV collector to collect and output streamed items into a CSV file.
  • null - Example on how to collect streamed items into a Null collector.
  • slice - Example on how to collect streamed intems into a slice.
  • writer - Shows how to use an io.Writer to collect streamed items.