0% found this document useful (0 votes)
9 views2 pages

Notes 20240601105529

Big data

Uploaded by

harshmuley20293
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Notes 20240601105529

Big data

Uploaded by

harshmuley20293
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

06.

01 10:55 AM
Notes
Big Data can be categorized into several types based on its nature and sources. The
primary types of Big Data are:

### 1. Structured Data


Structured data refers to highly organized information that can be easily stored,
queried, and analyzed in databases. This type of data is typically stored in rows
and columns in a relational database.

**Examples**:
- **Databases**: Data stored in SQL databases.
- **Spreadsheets**: Data in Excel sheets.
- **Tables**: Data in tables with defined columns and data types.

### 2. Unstructured Data


Unstructured data lacks a predefined format or structure, making it more
challenging to collect, process, and analyze. It is often textual or multimedia
content.

**Examples**:
- **Text Files**: Emails, word documents.
- **Media Files**: Images, videos, audio files.
- **Social Media Content**: Tweets, Facebook posts.

### 3. Semi-Structured Data


Semi-structured data does not conform to the traditional structure of data models
(like relational databases), but it contains tags or markers to separate semantic
elements and enforce hierarchies of records and fields.

**Examples**:
- **XML Files**: Extensible Markup Language used for data representation.
- **JSON Files**: JavaScript Object Notation used for data interchange.
- **NoSQL Databases**: Databases like MongoDB that store data in flexible formats.

### 4. Metadata
Metadata is data that describes other data. It provides information about a certain
item's content, making it easier to retrieve, use, or manage.

**Examples**:
- **Document Metadata**: Author, date created, file size.
- **Webpage Metadata**: HTML tags, keywords, descriptions.
- **Database Metadata**: Table names, column names, data types.

### 5. Machine Data


Machine data is generated automatically by the activities of machines, sensors, and
devices. This type of data is crucial for monitoring and analyzing the performance
and behavior of systems.

**Examples**:
- **Log Files**: Server logs, application logs.
- **Sensor Data**: Data from IoT devices like temperature sensors, motion
detectors.
- **Network Data**: Data generated by routers, switches, and other network devices.

### 6. Spatial Data


Spatial data, also known as geospatial data, represents information about the
physical location and shape of objects. It is used extensively in geographic
information systems (GIS).
**Examples**:
- **Maps**: Geographic maps.
- **GPS Data**: Location coordinates from GPS devices.
- **Satellite Imagery**: Images captured by satellites.

### 7. Temporal Data


Temporal data involves data related to time, allowing the tracking of changes over
periods.

**Examples**:
- **Time Series Data**: Stock prices, weather data.
- **Historical Data**: Historical records of transactions, events.

### 8. Open Data


Open data refers to data that is freely available for everyone to use and republish
as they wish, without restrictions.

**Examples**:
- **Government Data**: Public records, census data.
- **Scientific Data**: Research datasets, published experiments.

Each type of Big Data has its own characteristics and use cases, making it
essential to understand the specific requirements and tools needed to handle them
effectively.

You might also like