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
  • Structured Data
  • Unstructured Data

Was this helpful?

Edit on GitHub
  1. OVERVIEW
  2. Core Concepts

Structured and Unstructured data

Structured Data

Structured data refers to any data that is organized in a fixed format, such as rows and columns. This organization makes it easier to access, query, and analyze the data efficiently.

Examples of structured data include tables in relational databases, spreadsheets in applications like Excel, and specialized formats in data warehouses.

Structured data is often stored in databases because it provides a high level of consistency, integrity, and accuracy. These databases utilize schemas to define the data structure rigorously, ensuring reliable data retrieval and manipulation.

With structured data, organizations can perform efficient data analytics, generate reports, and uncover insights with relative ease, making it a critical component in data management and business intelligence activities.

Unstructured Data

Unstructured data does not conform to the traditional row-column database format. Lacking a predefined structure, it greatly contrasts with the highly organized nature of structured data.

While this absence of structure provides significant flexibility in terms of data types and formats, it presents considerable challenges in management, storage, and analysis.

Traditional data processing tools and techniques often struggle to handle unstructured data efficiently. Consequently, specialized tools and methods are required to analyze and derive meaningful insights from it.

This type of data includes various forms such as text documents, emails, social media posts, images, videos, and audio files. For instance, customer reviews in text format contain valuable insights that require text analysis techniques to extract meaningful information.

PreviousDestinationNextVector databases

Last updated 9 months ago

Was this helpful?