LogoLogo
  • 👋dat Documentation
  • OVERVIEW
    • About dat
    • dat Features
    • dat System Architecture
    • Core Concepts
      • Source
      • Generator
      • Destination
      • Structured and Unstructured data
      • Vector databases
      • Embeddings
      • Stream
    • Security
    • dat support
  • GETTING STARTED
    • Deploy dat open source
      • Quickstart
      • System Requirements
      • Using Docker Compose
    • Familiarizing with the UI
    • Create your first connection
      • Setting up a Source
      • Setting up a Generator
      • Setting up a Destination
  • INTEGRATIONS
    • Sources
      • Google Drive
      • Website Crawler Sitemap
      • Website Crawler
      • AWS Redshift
      • Postgres
      • Amazon S3
    • Generators
      • OpenAI
      • Cohere
    • Destinations
      • Pinecone
      • Qdrant
      • Weaviate
      • Milvus
  • PRODUCT UPDATES
    • Release Notes
    • Upcoming Features
  • COMMUNITY RESOURCES
    • Open Source Community
    • Contributing to dat
    • Code Of Conduct
    • GitHub Issues
  • DEVELOPER GUIDES
    • API Documentation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. OVERVIEW
  2. Core Concepts

Destination

The destination is the place where the transformed data is loaded after extraction and transformation. For loading high dimensional vector embeddings we require vector databases as the final destinations. Some examples of vector databases are Pinecone, Weaviate, Qdrant, Milvus etc.

The destination is a crucial element of the data ETL process as it marks the final stage where the data, after going through various stages of cleaning and conversion to embeddings, is deposited for use in analytics or other business processes. Ensuring that the data is correctly loaded into the destination system is vital for maintaining data integrity and enabling accurate insights.

When choosing an appropriate destination you must bear in mind the performance, scalability, compatibility with existing tools and software, cost etc.

For example, if moving data from a Postgres database, into a Qdrant vector database, then Qdrant is the destination.

PreviousGeneratorNextStructured and Unstructured data

Last updated 8 months ago

Was this helpful?