> For the complete documentation index, see [llms.txt](https://documentation.scrapin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.scrapin.io/dataset/basics/editor-1.md).

# Sending Methods

We deliver data either via direct download or directly into your chosen cloud storage, including Amazon S3 and Google Cloud Storage

| **Direct Download**      | We provide a secure link and login credentials so you can retrieve the data directly.  |
| ------------------------ | -------------------------------------------------------------------------------------- |
| **Amazon S3**            | Share your S3 storage credentials, and we’ll deliver the data straight to your bucket. |
| **Google Cloud Storage** | Provide your GCS credentials, and we’ll transfer the data to your storage.             |
| **Microsoft Azure**      | Provide your Azure storage credentials, and we’ll send the data directly to you.       |

### What tools do you recommend?

Working with large datasets requires the right combination of technologies to efficiently manage storage, processing, and transformation at scale. Below are some categories and examples of tools commonly used for big data workloads:

| **Tool Category**                        | **Examples**                                                                                         |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| **Database systems**                     | MongoDB, Couchbase, PostgreSQL, Apache Cassandra, Amazon Redshift, Amazon S3 + Athena, Elasticsearch |
| **Data processing frameworks**           | Apache Spark, Apache Hadoop                                                                          |
| **Data ingestion tools**                 | Apache NiFi, Google BigQuery                                                                         |
| **ETL (Extract, Transform, Load) tools** | AWS Glue, Talend                                                                                     |
| **Data transformation**                  | dbt, Pandas                                                                                          |


---

# 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://documentation.scrapin.io/dataset/basics/editor-1.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.
