Pipeline
Table of Contents
The generalization of a process in the context of a specific domain, into definitive steps.
1. Generic tips
- During development of a project in a certain context, even before the pipeline formally begins, try to come up with an MVP.
- helps in observing the data flow prototypically.
- even having a sentinel processor where complicated compute is to be placed, might help in straightening out data-flow related squiggles.