> For the complete documentation index, see [llms.txt](https://playbooks.equalexperts.com/data-pipeline/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playbooks.equalexperts.com/data-pipeline/what-is-a-data-pipeline.md).

# What is a data pipeline?

![](/files/-MXgf6wyDXM3rPwijFcC)

**A DATA PIPELINE IS CREATED FOR DATA ANALYTICS PURPOSES AND HAS:**

* **Datasources** - These can be internal or external and may be structured (e.g., the result of a database call), semi-structured (e.g. XML, JSON and CSV files, or a Google Sheets file), or unstructured (e.g., text documents or images).
* **Ingestion process** - This is the means by which data is moved from the source into the pipeline (e.g., API call, secure file transfer).
* **Transformations** - In most cases, data needs to be transformed from the input format of the raw data, to the one in which it is stored. There may be several transformations in a pipeline.
* **Data quality / cleansing** - Data is checked for quality at various points in the pipeline. Data quality will typically include at least validation of data types and format, as well as conforming with the master data.
* **Enrichment** - Data items may be enriched by adding additional fields, such as reference data.
* **Storage** - Data is stored at various points in the pipeline, usually at least the landing zone and a structured store (such as a data warehouse).
* **End users** - See below for a discussion about these.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://playbooks.equalexperts.com/data-pipeline/what-is-a-data-pipeline.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
