Flow Based Programming in Elixir
Building explicit data-processing pipelines with Elixir and Pipette.
- Held
- Event
- Elixir User Group Berlin #52
- Location
- Berlin
Elixir · flow-based programming · Pipette
An application model based on processes, information packets, and externally defined connections, demonstrated through the Pipette library for Elixir.
Presentation
Notes
Pipette grew from practical work on API connectors where each transformation needed to remain small, composable, and visible. The source code and API documentation preserve the implementation shown in the talk.