Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 869 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 869 Bytes

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.