Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Automi Examples

  • Batch operators - examples of the different automi operators.
  • Collectors - examples of different collector components.
  • Custom type - shows how to stream values of custom types.
  • Emitters - examples of different emitter compoennts.
  • Error handling - examples showing how to setup error handling.
  • gRPC streaming - examples using automi to stream from gPRC streaming services.
  • Logging - examples of logging stream events at runtime.
  • MD5 - implementation of the MD5 example from Sameer Ajmani blog on Concurrency Pattern
  • Network - examples showing streaming data from TCP sockets and HTTP requests.
  • Wordcount - a simple wordcount example using Automi opertors.