Skip to content

Experimental Elixir + GenStage project that explores its capabilities for async data processing.

Notifications You must be signed in to change notification settings

mg-creator/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipex

Experimental Elixir + GenStage project that explores its capabilities for async data processing.

How to

Basically this application brings up three processes:

  • Producer: buffer for incoming events
  • Consumer: consumes one event whenever processing is done
  • Processor: processes the event

You can send an event - ideally of String type for better logging - using Pipeline.add_event/1.

About

Experimental Elixir + GenStage project that explores its capabilities for async data processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages