> For the complete documentation index, see [llms.txt](https://docs.syntho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syntho.ai/deploy-syntho/logs-and-monitoring/temporary-data-storage-by-application.md).

# Temporary data storage by application

The Syntho platform processes data securely, within the secure infrastructure of the customer. Below is an overview of how any temporary files are handled.

## **Temporary Files in Use**

1. **Parquet Files:**
   * **Purpose:** Used as staging data prior to writing the processed data to the destination.
   * **Contents:** Contains generated data during intermediate stages of processing.
   * **Lifecycle:**
     * These files are created temporarily and are designed to be deleted upon successful completion, cancelling, or failure of the processing job.
     * In case of an unexpected application failure, these files may remain in the internal storage until the application is restarted. After the restart they will be removed automatically.
   * **Security Controls:**
     * **Access Controls:** The internal storage location is secured with restricted access controls to protect the parquet files during their temporary existence.
     * **Cleanup Mechanisms:** Application-level watchdogs and cleanup routines exist to mitigate the risk of files persisting unnecessarily.
2. **Engine JSON Files:**
   * **Purpose:** Generated to encapsulate job configuration metadata before submission to the Ray cluster for distributed processing.
   * **Contents:** Contains only non-sensitive metadata (e.g., configuration details and application runtime information).
   * **Lifecycle:**
     * These files are typically ephemeral and removed once the job is submitted.
     * If the application crashes at a specific processing point, the engine JSON file with public application data may persist.
   * **Security Consideration:**
     * As the file contains only public and non-sensitive data, it poses no security risk if retained within the secure infra of the customer.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.syntho.ai/deploy-syntho/logs-and-monitoring/temporary-data-storage-by-application.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
