# Tailer Documentation

## Tailer Documentation

- [What is Tailer Platform?](https://docs.tailer.ai/readme.md): Welcome to Tailer, an Open Source data platform dedicated to retailers.
- [Prepare your local environment for Tailer](https://docs.tailer.ai/getting-started/prepare-your-local-environment-for-tailer.md): Before installing the Tailer SDK package, you need to prepare your local environment.
- [Install Tailer SDK](https://docs.tailer.ai/getting-started/install-tailer-sdk.md): This page contains instructions for installing and configuring Tailer SDK, and logging in to Tailer Platform.
- [Set up Google Cloud Platform](https://docs.tailer.ai/getting-started/set-up-google-cloud-platform.md): Some features of Tailer Platform rely on Google Cloud Platform's resources, or allow you to manipulate them. Some steps need to be performed as preparation.
- [Encrypt your credentials](https://docs.tailer.ai/getting-started/encrypt-your-credentials.md): When transferring files from one storage location to another using Tailer Platform, you need to provide credentials. A number of steps are required to encrypt them and use them safely.
- [Introduction](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/introduction.md): To get started with Tailer, you can follow this tutorial to learn how to create a first data pipeline.
- [Prepare the demonstration environment](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/prepare-the-demonstration-environment.md): Before starting with the actual tutorial, you need to prepare the buckets and folders where the magic will happen, and to import the demo files.
- [Copy files from one bucket to another](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/untitled.md): The first data operation of this tutorial will consist in transferring the files from one bucket located in one GCP project to another bucket located in a different GCP project.
- [Load files into BigQuery tables](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/load-files-into-bigquery-tables.md): The second data operation of this tutorial will consist in loading the contents of our files into BigQuery tables.
- [Prepare data](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/prepare-data.md): The third data operation of this tutorial will consist in preparing data within BigQuery tables.
- [Build predictions](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/build-predictions.md): The fourth data operation of this tutorial will consist in analyzing our data with a machine learning model.
- [Export data](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/export-data.md): The fifth and final data operation of this tutorial will consist in exporting our data back to a bucket.
- [Congratulations!](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/congratulations.md): You have created a first data pipeline with TailerjPlatform.
- [\[Video\] Automatic Script](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables.md): Hi everyone ! This page is the support for the \[video] Automatic Script
- [SQL script file](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/table-to-table-sql-and-ddl-files.md): Learn how to create the SQL file corresponding to the workflow tasks of a Table to Table data operation.
- [DDL script file](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/table-to-table-sql-and-ddl-files-1.md): Learn how to create the Data Definition Language (DDL) file corresponding to the workflow tasks of a Table to Table data operation.
- [Tables to Tables script file](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/tables-to-tables-configuration-file.md): This is the description of the JSON configuration file of a Tables to Tables data operation.
- [Launch configuration and furthermore](https://docs.tailer.ai/tutorial-create-a-first-data-pipeline/transform-data-with-tables-to-tables/transform-data-with-tables-to-tables.md): Learn how to extract, transform and load Google BigQuery data using the Tables to Tables operation.
- [Overview](https://docs.tailer.ai/data-pipeline-operations/untitled.md): Learn what data pipeline operations are and the different types available.
- [Set constants with Context](https://docs.tailer.ai/data-pipeline-operations/set-constants-with-context.md): Learn how to set constants with the Context data operation.
- [Context configuration file](https://docs.tailer.ai/data-pipeline-operations/set-constants-with-context/context-configuration-file.md): This is the description of the JSON configuration file for a Context data operation.
- [Move files with Storage to Storage](https://docs.tailer.ai/data-pipeline-operations/move-files-with-storage-to-storage.md): Learn how to transfer files across storages using the Storage to Storage operation.
- [Storage to Storage configuration file](https://docs.tailer.ai/data-pipeline-operations/move-files-with-storage-to-storage/storage-to-storage-configuration-file.md): This is the description of the JSON configuration file of a Storage to Storage data operation.
- [Load data with Storage to Tables](https://docs.tailer.ai/data-pipeline-operations/load-data-with-storage-to-tables.md): Learn how to transfer data from files to database tables using the Storage to Tables operation.
- [Storage to Tables configuration file](https://docs.tailer.ai/data-pipeline-operations/load-data-with-storage-to-tables/storage-to-tables-configuration-file.md): This is the description of the configuration file of a Storage to Tables data operation.
- [Storage to Tables DDL files](https://docs.tailer.ai/data-pipeline-operations/load-data-with-storage-to-tables/storage-to-tables-ddl-files.md): This is the description of the DDL files used for a Storage to Tables data operation.
- [Stream incoming data with API To Storage](https://docs.tailer.ai/data-pipeline-operations/stream-incoming-data-with-api-to-storage.md): Learn how to easily setup an incoming data streaming endpoint with API To Storage data operation.
- [API To Storage configuration file](https://docs.tailer.ai/data-pipeline-operations/stream-incoming-data-with-api-to-storage/api-to-storage-configuration-file.md)
- [API To Storage usage examples](https://docs.tailer.ai/data-pipeline-operations/stream-incoming-data-with-api-to-storage/api-to-storage-usage-examples.md)
- [Transform data with Tables to Tables](https://docs.tailer.ai/data-pipeline-operations/transform-data-with-tables-to-tables.md): Learn how to extract, transform and load Google BigQuery data using the Tables to Tables operation.
- [Tables to Tables configuration file](https://docs.tailer.ai/data-pipeline-operations/transform-data-with-tables-to-tables/tables-to-tables-configuration-file.md): This is the description of the JSON configuration file of a Tables to Tables data operation.
- [Table to Table SQL and DDL files](https://docs.tailer.ai/data-pipeline-operations/transform-data-with-tables-to-tables/table-to-table-sql-and-ddl-files.md): Learn how to create the SQL and DDL files corresponding to the workflow tasks of a Table to Table data operation.
- [Export data with Tables to Storage](https://docs.tailer.ai/data-pipeline-operations/export-data-with-tables-to-storage.md): Learn how to export data located in a BigQuery table into CSV/JSON files using a Table to Storage operation.
- [\[V3\] Table to Storage configuration file](https://docs.tailer.ai/data-pipeline-operations/export-data-with-tables-to-storage/table-to-storage-configuration-file.md): This is the description of the JSON configuration file of a Table to Storage data operation.
- [Table to Storage SQL file](https://docs.tailer.ai/data-pipeline-operations/export-data-with-tables-to-storage/table-to-storage-sql-file.md): This is the description of the SQL file used for a Table to Storage data operation.
- [\[V1-V2: deprecated\] Table to Storage configuration file](https://docs.tailer.ai/data-pipeline-operations/export-data-with-tables-to-storage/table-to-storage-configuration-file-1.md): This is the description of the JSON configuration file of a Table to Storage data operation.
- [Orchestrate processings with Workflow](https://docs.tailer.ai/data-pipeline-operations/orchestrate-processings-with-workflow.md): Learn how to trigger data operations using the Workflow data operation.
- [\[V2\] Workflow configuration file](https://docs.tailer.ai/data-pipeline-operations/orchestrate-processings-with-workflow/workflow-configuration-file.md): This is the description of the JSON configuration file for a V2 Workflow data operation.
- [\[V1: deprecated\] Workflow configuration file](https://docs.tailer.ai/data-pipeline-operations/orchestrate-processings-with-workflow/workflow-configuration-file-1.md): This is the description of the JSON configuration file for a Workflow data operation.
- [Convert XML to CSV](https://docs.tailer.ai/data-pipeline-operations/xml-conversion.md): Learn how to convert XML files into CSV files using a Convert XML to CSV data operation.
- [Convert XML to CSV configuration file](https://docs.tailer.ai/data-pipeline-operations/xml-conversion/untitled-1.md): This is the description of the JSON configuration file for a Convert XML to CSV data operation.
- [Use advanced features with VM Launcher](https://docs.tailer.ai/data-pipeline-operations/execute-code-processings-with-vm-launcher.md): Learn how to use advanced features inside VMs using the VM Launcher data operation.
- [Process code with VM Launcher](https://docs.tailer.ai/data-pipeline-operations/execute-code-processings-with-vm-launcher/process-code-with-vm-launcher.md): Learn how to use a VM Launcher data operation to process some code on a VM.
- [VM Launcher configuration file for code processing](https://docs.tailer.ai/data-pipeline-operations/execute-code-processings-with-vm-launcher/process-code-with-vm-launcher/vm-launcher-code-processing-configuration-file.md): This is the description of the JSON configuration file for a VM Launcher code processing data operation.
- [Encrypt/Decrypt data with VM Launcher](https://docs.tailer.ai/data-pipeline-operations/execute-code-processings-with-vm-launcher/encrypt-decrypt-data-with-vm-launcher.md): Learn how to use a VM Launcher data operation to encrypt and decrypt data.
- [VM Launcher configuration file for data encryption](https://docs.tailer.ai/data-pipeline-operations/execute-code-processings-with-vm-launcher/encrypt-decrypt-data-with-vm-launcher/vm-launcher-data-encryption-configuration-file.md): This is the description of the JSON configuration file for a VM Launcher data encryption data operation.
- [VM Launcher configuration file for data decryption](https://docs.tailer.ai/data-pipeline-operations/execute-code-processings-with-vm-launcher/encrypt-decrypt-data-with-vm-launcher/vm-launcher-data-decryption-configuration-file.md): This is the description of the JSON configuration file for a VM Launcher data decryption data operation.
- [Monitoring and Alerting](https://docs.tailer.ai/data-pipeline-operations/monitoring-and-alerting.md): Learn how to monitoring and alerting data operation runs
- [Monitoring and alerting parameters](https://docs.tailer.ai/data-pipeline-operations/monitoring-and-alerting/monitoring-and-alerting-parameters.md): Learn how to add monitoring and alerting information to your data operation configurations.
- [Asserting Data quality with Expectations](https://docs.tailer.ai/data-pipeline-operations/expectations.md): This is the guide page to Fashion Data Expectation stored procedures.
- [List of Expectations](https://docs.tailer.ai/data-pipeline-operations/expectations/list-of-expectations.md)
- [Modify files with File Utilities](https://docs.tailer.ai/data-pipeline-operations/modify-files-with-file-utilities.md): Learn how to modify your raw data files across buckets using the File Utilities operation.
- [Encrypt/Decrypt data with File Utilities](https://docs.tailer.ai/data-pipeline-operations/modify-files-with-file-utilities/encrypt-decrypt-data-with-vm-launcher.md): Learn how to use a File Utilities data operation to encrypt and decrypt data.
- [Configuration file for data encryption](https://docs.tailer.ai/data-pipeline-operations/modify-files-with-file-utilities/encrypt-decrypt-data-with-vm-launcher/vm-launcher-data-encryption-configuration-file.md): This is the description of the JSON configuration file for a File Utilities data encryption data operation.
- [Configuration file for data decryption](https://docs.tailer.ai/data-pipeline-operations/modify-files-with-file-utilities/encrypt-decrypt-data-with-vm-launcher/vm-launcher-data-encryption-configuration-file-1.md): This is the description of the JSON configuration file for a File Utilities data decryption data operation.
- [Transfer data with GBQ to Firestore](https://docs.tailer.ai/data-pipeline-operations/transfer-data-with-gbq-to-firestore.md): Learn how to transfer a Google BigQuery table contents into Firestore documents.
- [Table to Storage: configuration file](https://docs.tailer.ai/data-pipeline-operations/transfer-data-with-gbq-to-firestore/table-to-storage-configuration-file.md)
- [Table to Storage: SQL file](https://docs.tailer.ai/data-pipeline-operations/transfer-data-with-gbq-to-firestore/table-to-storage-sql-file.md)
- [VM Launcher: configuration file](https://docs.tailer.ai/data-pipeline-operations/transfer-data-with-gbq-to-firestore/vm-launcher-code-processing-configuration-file.md)
- [File-to-firestore python file](https://docs.tailer.ai/data-pipeline-operations/transfer-data-with-gbq-to-firestore/table-to-storage-sql-file-1.md): This is the description of the SQL file used for a Table to Storage data operation.
- [Overview](https://docs.tailer.ai/tailer-studio/untitled.md): This page introduces Tailer Studio and its main capacities.
- [Check data operations' details](https://docs.tailer.ai/tailer-studio/check-data-operations-details.md): Learn what information you can get about your data operations in Tailer Studio and where to find it.
- [Monitor data operations' status](https://docs.tailer.ai/tailer-studio/monitor-data-operations-status.md): This page explains how you can monitor and edit the status of your data operations and their executions in Tailer Studio.
- [Execute data operations](https://docs.tailer.ai/tailer-studio/execute-data-operations.md): Learn how to execute data operations from Tailer Studio.
- [Reset Workflow data operations](https://docs.tailer.ai/tailer-studio/reset-workflow-data-operations.md): Learn how to reset Workflow data operations from Tailer Studio.
- [Archive data operations](https://docs.tailer.ai/tailer-studio/archive-data-operations.md): Learn how to archive data operations in Tailer Studio.
- [Add notes to data operations and runs](https://docs.tailer.ai/tailer-studio/add-notes-to-data-operations-and-runs.md): Learn how to add notes to data operations and runs in Tailer Studio.
- [View your data catalog](https://docs.tailer.ai/tailer-studio/view-your-data-catalog.md): Learn what information you can get about your BigQuery tables in Tailer Studio and where to find it.
- [Time your data with freshness](https://docs.tailer.ai/tailer-studio/time-your-data-with-freshness.md): Learn how to check the punctuality of your information flows and act according to the severity of the delay
- [Overview](https://docs.tailer.ai/tailer-api/overview.md): This page introduces the Tailer API, and its main use cases and features
- [Getting started](https://docs.tailer.ai/tailer-api/getting-started-1.md): To use the Tailer API, you first need to generate a JWT token from Google credentials in order to authenticate. Then you can send a first POST request to it using cURL.
- [API features](https://docs.tailer.ai/tailer-api/api-features.md): This page describes the different actions that can be performed with the Tailer API.
- [Tailer Beta Releases](https://docs.tailer.ai/release-notes/tailer-beta-releases.md): DANGEROUS ZONE : On this page, you will find the Tailer Components' beta releases
- [Beta features](https://docs.tailer.ai/release-notes/tailer-beta-releases/beta-features.md)
- [Beta configuration](https://docs.tailer.ai/release-notes/tailer-beta-releases/beta-configuration.md)
- [Tailer SDK API](https://docs.tailer.ai/release-notes/tailer-beta-releases/tailer-sdk-api.md)
- [Tailer Status](https://docs.tailer.ai/release-notes/tailer-status.md): Fashion Data's Services and Solutions Status
