# Send Data to Qdrant
## How to Send Your Data to a Qdrant Cluster

The following examples show you some of the many ways you can send data to a Qdrant cluster from different sources.

If you want to migrate data from another Qdrant instance or vector database like Pinecone, Weaviate or Milvus see our [Migration Guide](/documentation/tutorials-operations/migration/index.md) for more information.

| Example                                                                   | Description                                                       | Stack                                       |   
|---------------------------------------------------------------------------------|-------------------------------------------------------------------|---------------------------------------------|
| [Stream Data to Qdrant with Kafka](/documentation/send-data/data-streaming-kafka-qdrant/index.md)                                                                                                                          | Use Confluent to Stream Data to Qdrant via Managed Kafka.                                                 |  Qdrant, Kafka  |
| [Qdrant on Databricks](/documentation/send-data/databricks/index.md)                                                                     | Learn how to use Qdrant on Databricks using the Spark connector     | Qdrant, Databricks, Apache Spark |
| [Qdrant with Airflow and Astronomer](/documentation/send-data/qdrant-airflow-astronomer/index.md)                                        | Build a semantic querying system using Airflow and Astronomer       | Qdrant, Airflow, Astronomer      |
