Data - Semi-Structured Data

Data System Architecture

About

With semi-structured data (as schema-later data), we apply a schema after we read the data.

The data is semi structured because the unstructured data is first retrieved from a row.

All NoSQL application are generally said to deliver semi-structured data.

Example





Discover More
Data System Architecture
Data Modeling - What is a schema ?

A ''schema'' is a metadata that defines the structure of data. This article tells you more.
Yarn Hortonworks
Hadoop - Sqoop

Sqoop is designed to: import tables from a database into HDFS. export HDFS data into a database Sqoop is a Hadoop command line program to (process/transfer) data between: structured (generally...
Data System Architecture
What is Unstructured data? known also as structure-later, schema-later or schema on read

With schema-later data (as semi-structured data), we apply a schema after we read the data. The knowledge of the schema is delegated to the code that reads the data. Structured data is data organized...



Share this page:
Follow us:
Task Runner