iot-m3
iot-m3
1. Structured Data
Characteristics:
Predefined Schema: Structured data follows a specific format, such as tables with
rows and columns.
Easily Searchable: It can be queried using standard querying languages like SQL
(Structured Query Language).
Data Type Examples:
o Sensor readings with predefined parameters (e.g., temperature, humidity,
pressure).
o Device IDs, time stamps, and other data points from IoT devices.
o Structured log data from devices or systems (e.g., error logs, performance
logs).
2. Unstructured Data
Characteristics: 1|Page
No Fixed Schema: The data does not follow a predefined format, making it difficult
to organize in a table-like structure.
Variety of Formats: It can include text, images, videos, audio, and sensor data,
among other types.
Difficult to Query: Standard SQL queries cannot be directly applied, and specialized
tools or methods are needed to process the data.
Data Type Examples:
1. Low Latency: Data is processed near the source, reducing the time required for
analysis and response.
2. Reduced Bandwidth Usage: Only relevant or summarized data is sent to the cloud,
minimizing the amount of data transmitted over the network.
3. Real-time Processing: Allows for immediate decisions or actions, which is crucial in
time-sensitive applications like industrial automation or autonomous vehicles.
4. Improved Reliability: Reduces dependence on cloud services, making the system
more resilient in areas with poor internet connectivity.
1. Centralized Computing: Data from various IoT devices is sent to a centralized system
(e.g., cloud or data center) for processing.
2. High-Performance Analytics: Complex computations, machine learning, and data
analytics can be performed in the cloud.
3. Scalable Storage: Large volumes of data can be stored and accessed efficiently in
remote systems.
4. Dependence on Network Connectivity: Offsite processing requires a reliable and
fast internet connection to transmit data to remote systems.
5. Real-time and Batch Processing: Can support both real-time streaming data analysis
as well as batch processing for historical data.
3|Page