Pipeline is short for "Data processing pipeline". It is a concept popularized by modern business intelligence softwares. A pipeline is basically a series of instructions that you would apply to transform the input data to a desired format. Every time, you apply one instruction to the input data and the output will be the input of your next instruction. You keep doing it until the data is fully transformed to a desired final format.