# Import Data

There are multiple options for importing data into Pinot. The pages in this section provide step-by-step instructions for importing records into Pinot, supported by our [plugin architecture](/release-1.1.0/for-developers/plugin-architecture.md). The intent is to get you up and running with imported data as quickly as possible.

Pinot supports multiple file input formats without needing to change anything other than the file name. Each example imports a readsdsdy-made dataset so you can see how things work without needing to find or create your own dataset.

## Pinot Batch Ingestion

These guides show you how to import data from popular big data platforms.

{% content-ref url="/pages/-MDYx6vWikgpT0zKNdgd" %}
[Spark](/release-1.1.0/basics/data-import/batch-ingestion/spark.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDYwp4K-fgPyMvWccaa" %}
[Hadoop](/release-1.1.0/basics/data-import/batch-ingestion/hadoop.md)
{% endcontent-ref %}

## Pinot Stream Ingestion

This guide shows you how to import data using stream ingestion from Apache Kafka topics.

{% content-ref url="/pages/-M8oxDQLwv7k08i8BSIb" %}
[Apache Kafka](/release-1.1.0/basics/data-import/pinot-stream-ingestion/import-from-apache-kafka.md)
{% endcontent-ref %}

This guide shows you how to import data using stream ingestion with upsert.

{% content-ref url="/pages/-MKlOW6W3IGSChedI1sT" %}
[Stream Ingestion with Upsert](/release-1.1.0/basics/data-import/upsert.md)
{% endcontent-ref %}

This guide shows you how to import data using stream ingestion with deduplication.

{% content-ref url="/pages/pir4J3qn3zkIlqLc3te3" %}
[Stream Ingestion with Dedup](/release-1.1.0/basics/data-import/dedup.md)
{% endcontent-ref %}

This guide shows you how to import data using stream ingestion with CLP.

{% content-ref url="/pages/KMDWXtHyPjsASWuqx2ZM" %}
[Stream Ingestion with CLP](/release-1.1.0/basics/data-import/clp.md)
{% endcontent-ref %}

## Pinot file systems

By default, Pinot does not come with a storage layer, so all the data sent won't be stored in case of system crash. In order to persistently store the generated segments, you will need to change controller and server configs to add a deep storage. See [File systems](/release-1.1.0/basics/data-import/pinot-file-system.md) for all the info and related configs.

These guides show you how to import data and persist it in these file systems.

{% content-ref url="/pages/-MDYyrilBMhgka0qTc4j" %}
[Amazon S3](/release-1.1.0/basics/data-import/pinot-file-system/amazon-s3.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8oyyol3GgfhpiAyoup" %}
[Azure Data Lake Storage](/release-1.1.0/basics/data-import/pinot-file-system/import-from-adls-azure.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8oyrFpFLv8wW\_aP0Ec" %}
[Google Cloud Storage](/release-1.1.0/basics/data-import/pinot-file-system/import-from-gcp.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M8oyweILwNUQ57uXJ7c" %}
[HDFS](/release-1.1.0/basics/data-import/pinot-file-system/import-from-hdfs.md)
{% endcontent-ref %}

## Pinot input formats

This guide shows you how to import data from various Pinot-supported input formats.

{% content-ref url="/pages/-M8oyQalmSX4AfVP-\_Fq" %}
[Input formats](/release-1.1.0/basics/data-import/pinot-input-formats.md)
{% endcontent-ref %}

This guide shows you how to handle the complex type in the ingested data, such as map and array.

{% content-ref url="/pages/-MaW63SPCqfANikKaslo" %}
[Complex Type (Array, Map) Handling](/release-1.1.0/basics/data-import/pinot-input-formats/complex-type.md)
{% endcontent-ref %}

This guide shows you how to handle records with dynamic schemas, like JSON log events.

{% content-ref url="/pages/BWA87OxMOJmpFBWoL7eb" %}
[Ingest records with dynamic schemas](/release-1.1.0/basics/data-import/pinot-input-formats/schema-conforming-transformer.md)
{% endcontent-ref %}

## Reloading and uploading existing Pinot segments

This guide shows you how to reload Pinot segments from your deep store.

{% content-ref url="/pages/LyTVRxHpN8wuVUI3ggrU" %}
[Reload a table segment](/release-1.1.0/basics/data-import/segment-reload.md)
{% endcontent-ref %}

This guide shows you how to upload Pinot segments from an old, closed Pinot instance.

{% content-ref url="/pages/z2XMAbczQj3VB5AFwEYP" %}
[Upload a table segment](/release-1.1.0/basics/data-import/segment-upload.md)
{% endcontent-ref %}


---

# 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.pinot.apache.org/release-1.1.0/basics/data-import.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.
