# Why Airbyte and Its Technical Details

Selecting Airbyte was pivotal for its ease of deployment and in-memory processing capabilities, which align with our requirements for a secure and efficient data handling solution.

**Airbyte Advantages:** Perfect for quick deployment and in-memory data processing.

**Understanding How Scraping Works:** Airbyte's role in data integration is vital, streamlining the collection and consolidation of information.

* **Data Collection:** Primarily driven by [**HTTP-API-based Sources**](https://docs.airbyte.com/connector-development/cdk-python/http-streams), constituting 90% of our data collection method. Airbyte processes HTTPS API requests, accumulating responses in a buffer before relaying them to the intended destination.
* **Source Code:** Discover more at the [Airbyte GitHub Repository](https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors).

**Exclusive In-Memory Storing:** Emphasizing the security and integrity of data during processing through Airbyte's in-memory data management approach.

* **Temporary Storage:** Airbyte Sources store data in a buffer until collection completion, then transmit to the Destination. Post-PII removal, data is relayed to Anecdote’s infrastructure through the Injection End Point.
* **In-Memory Processing:** Ensures data security and integrity during record processing


---

# Agent Instructions: 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://docs.anecdoteai.com/docs/on-prem-setup/why-airbyte-and-its-technical-details.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.
