Pipe and Filter Architecture Example

I wanted to share an old graduate school project I have in my GitHub account.

I return to this project as a reference. Not to remind myself of the core pattern but to remind me to consider the architecture of a given project.

It's a basic pipe and filter architecture example. It's an old project but still relevant. The pattern is used in cloud infrastructure data processing pipelines.

Anyway, check out the source. The repository on my personal GitHub account: https://github.com/FrankV01/pipe-and-filter