Overview
Learn what data pipeline operations are and the different types available.
🔄 What is a data pipeline?
A data pipeline is a series of operations executed sequentially or simultaneously, where the output of one operation is the input of the next one:
Tailer Platform data pipeline operations allow you to connect data sources, consolidate and normalize your data, store them, and feed different tools to obtain analytics, reports and dashboards.
🔢 Types of data pipeline operations
Tailer Platform offers the following types of data pipeline operations:
Storage to Storage: Move files from one storage to another
API to Storage: Stream incoming data into a storage
XML to CSV: Convert complex XML file into a set of CSV files
Storage to Tables: Load data into BigQuery tables
Tables to Tables: Transform data within BigQuery tables
Table to Storage: Export data from a table to a storage
Workflow: Trigger the execution of your other data operations
Last updated