Types of Big data
There are mainly 3 types of big data.
- Structured
- Semi-structured
- Unstructured
- structured data is the data which is stored in database SQL in table format with rows and columns.
- Its very easy to understand, tables have relational keys to do the required operation.
- Tables are mostly processed in development side for simplest way to manage information.
- Example
- Database table
- This is the data which exist between structured and unstructured data.
- Semi-structured data is doesn't reside in a table format
- This data have some properties to analyze easily.
- Example
- xml
- JSON
- unstructured data have no proper format.
- In this world mostly unstructured data exits.
- Example
- log file
- audio
Thanks for your time.
-Nireekshan