SlideShare a Scribd company logo
1 of 3
Download to read offline
Influence of Structured, Semi-
Structured, Unstructured data on
various data models
Shagufta Praveen, Research Scholar, Umesh Chandra, Assistant Professor
Glocal University,
Abstract: Enormous growth of data from diversified sources changed the complete scenario of database world. Most of the
surveys say that data is very important for all the organizations and its proper handling will seek attention in future. Various forms of
data available in the digital world need different data models for their storage, processing and analysis. This paper discusses
various kinds of data with their characteristics with examples, and also represents that the growing data is responsible for the
numerous emerging data models and database evolution.
Keywords: Structured, Unstructured, Semi structured, Data Models
1. Introduction:
Big Data is a term that catches attention of everyone
today. This attention can be justified through some
surveys and facts. These surveys and facts says that
each and every second we all users are creating a new
data which gives a addition to the rate of data
growth. Most of the web applications like Facebook,
Twitter, Instagram, Youtube are the ones which
connects with 1 billion people every day and these
people not only survey but share and create new data
every single second [1]. Survey says that the amount
of digital universe will double in every two years [2].
Most of the organizations are working on data driven
projects [3]. Most of the organization doesn’t consider
web data as dead data where as different research
center using this data for analysis purpose and trying
to utilize it for business intelligence and pattern
prediction. Data mining and data extraction deals
with various algorithms to extract data so that it
could help us for betterment in IT industries.
Fig 1. Kinds of Data
2. Various Kind of Data:
Data
Structured
Data
Unstructured
data
Semi-
Structured
data
Structured Data
Semi-structured Data
Unstructured Data
Data
Growth
International Journal of Scientific & Engineering Research Volume 8, Issue 12, December-2017
ISSN 2229-5518 67
IJSER © 2017
http://www.ijser.org
IJSER
2.1. Structured data:
Structured data includes mainly text, these data are
easily processed. These data are easily entered, stored
and analyzed. Structured data are stored in the form
of rows and columns which is easily managed with
the a language called “structured query
language”(SQL)[4].Relational model[5] is a data
model that supports structured data and manage it in
the form of row and table and process the content of
the table easily. XML also
Support structured data. Most of the content of the
web pages are in the XML forms. These content are
included in structured data, companies like Google
uses structured data to find on the web to understand
the content of the page [6]. This way most of the
Google search is done with the help of structured
data. Since starting of the revolution of database[7]
network[8], hierarchical[9], relational, object
relational[10] data model deals with structured data.
2.2. Characteristics of
Structured Data
1. Structured data has various data type: date, name,
number, characters, address
2. These data are arranged in a defined way
3. Structured data are handle through SQL
4. Structured data are dependent on schema, it is a
schema based
5.These data can easily interact with computer
2.3.Semi-Structured Data
Semi-structured data includes e-mails, XML and
JSON. Semi structured data is not fit for relational
database where it is expressed with the help of edges,
labels and tree structures. These are represented with
the help of trees and graphs and they have attributes,
labels. These are schema-less data. Data models
which are graph based can store semi-structured data.
MongoDB is a NOSQL model that support JSON
(semi-structured data).
Data consist of tags and which are self-describing are
generally semi-structured data. They are different
from structured and unstructured data. Data object
Model [11], Objects Exchange Model [11], Data
Guide[11] are famous data model that express semi-
structured data. Concepts for semi-structured data
model: document instance, document schema,
elements attributes, elements relationship sets[11].
Fig.3 Attributes of Semi-Structured
Data
2.4.Example of Semi-structured Data
{
Row:{Emp_id:” 12345”,Emp_name:”Ram”},
Row:{Emp_id:” 56786”,Emp_name:”Hari”},
Row:{Emp_id:” 67858”,Emp_name:”Shyam”},
Row:{Emp_id:” 90890”,Emp_name:”John”},
}
2.5. Characteristics of Semi-structured
Data
1. It is not based on Schema
2. It is represented through label and edges
3. It is generated from various web pages
4. It has multiple attributes
Semi-structured data
DOEXML
OEME-mails
International Journal of Scientific & Engineering Research Volume 8, Issue 12, December-2017
ISSN 2229-5518 68
IJSER © 2017
http://www.ijser.org
IJSER
3. Unstructured Data
Unstructured data includes videos, images, and
audios. Today, in our digital universe 90% of data
which is increasing is unstructured data. This data is
not fit for relational database and in order to make
them store, scenario came up with NoSQL database.
Today there are four family of NoSQL database: key-
value, column-oriented, graph-oriented, and
document-oriented. Most of the famous organization
today(Amazon, linkedln, Facebook, Google, Youtube)
is dealing with NoSQL data [12 ] and they are
replaced their convention database to NoSQl
database.
3.1.Characteristics of Unstructured
Data
1. It is not based on Schema
2. It is not suitable for relational database
3. 90% of unstructured data is growing today
4. It includes digital media files, Word doc.
,pdf files,
5. It is stored in NoSQL database
Fig.4. Attributes of Unstructured Data
Fig.5. Example of Unstructured Data
4. Conclusion: This paper emphasize on
the concept that growing data directly
influence its related data models and
database technologies, it represents that big
data concept not only deals with huge and
vast data but it gives a new gate to database
analyst and researchers to work on various
data and data models for survival of new
kinds of data in upcoming and present
scenario.
References:
1. https://www.forbes.com/sites/bernardmarr/2015/0
9/30/big-data-20-mind-boggling-facts-everyone-
must-read/#7e621bc417b1
2. https://insidebigdata.com/2017/02/16/the-
exponential-growth-of-data/
3. https://www.idgenterprise.com/resource/research/
2015-big-data-and-analytics-survey/
4. J. R. Groff, P. N. Weinberg SQL:The complete
reference second addition, 2002 , Mc-Graw Hills
Companies
5. E.F. CODD, 1970. A Relational Model of Data for
Large Shared Data Banks.
6. https://developers.google.com/search/docs/guides/
intro-structured-data
7. S. Praveen, Dr. U. Chandra, Arif ali wani , a
literature review on evolving database, IJCA,
March 2017.
8. https://en.wikipedia.org/wiki/Network_model
9. http://www.edugrabs.com/hierarchical-model/
10. http://www.learn.geekinterview.com/it/data-
modeling/object-relational-model.html
11. T.W Ling,., G. Dobbie, Semi-structured database
design,., 2005, Springer, 178,978-0-387-23567-7
12. S. Praveen , Dr. U. Chandra ,NoSQL: IT Giant
Prespectives , 2017, IJCIR
Unstructured data
NoSQL
Audio,
images
Videos
International Journal of Scientific & Engineering Research Volume 8, Issue 12, December-2017
ISSN 2229-5518 69
IJSER © 2017
http://www.ijser.org
IJSER

More Related Content

What's hot

What's hot (20)

Electronic Databases
Electronic DatabasesElectronic Databases
Electronic Databases
 
Data resource management
Data resource managementData resource management
Data resource management
 
Data models
Data modelsData models
Data models
 
Modern Database Systems - Lecture 00
Modern Database Systems - Lecture 00Modern Database Systems - Lecture 00
Modern Database Systems - Lecture 00
 
Database Management & Models
Database Management & ModelsDatabase Management & Models
Database Management & Models
 
Database Review and Challenges (2016)
Database Review and Challenges (2016)Database Review and Challenges (2016)
Database Review and Challenges (2016)
 
Data models
Data modelsData models
Data models
 
Different data models
Different data modelsDifferent data models
Different data models
 
Data Modeling Basics
Data Modeling BasicsData Modeling Basics
Data Modeling Basics
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management System
 
L4 working with tables and data
L4 working with tables and dataL4 working with tables and data
L4 working with tables and data
 
Data Dictionary
Data DictionaryData Dictionary
Data Dictionary
 
Interpreting the Semantics of Anomalies Based on Mutual Information in Link M...
Interpreting the Semantics of Anomalies Based on Mutual Information in Link M...Interpreting the Semantics of Anomalies Based on Mutual Information in Link M...
Interpreting the Semantics of Anomalies Based on Mutual Information in Link M...
 
Data modeling dbms
Data modeling dbmsData modeling dbms
Data modeling dbms
 
Lecture 04 data resource management
Lecture 04 data resource managementLecture 04 data resource management
Lecture 04 data resource management
 
A short introduction to database systems.ppt
A short introduction to  database systems.pptA short introduction to  database systems.ppt
A short introduction to database systems.ppt
 
Data Modeling
Data ModelingData Modeling
Data Modeling
 
DBMS
DBMSDBMS
DBMS
 
Data models
Data modelsData models
Data models
 
Introduction to Data Management and Sharing
Introduction to Data Management and SharingIntroduction to Data Management and Sharing
Introduction to Data Management and Sharing
 

Similar to Influence of Data Types on Models

A STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQLA STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQLijscai
 
A Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQLA Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQLIJSCAI Journal
 
A STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQLA STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQLijscai
 
A Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQLA Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQLIJSCAI Journal
 
An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.ijceronline
 
RESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWRESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWieijjournal
 
RESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWRESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWieijjournal
 
RESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWRESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWieijjournal1
 
Research in Big Data - An Overview
Research in Big Data - An OverviewResearch in Big Data - An Overview
Research in Big Data - An Overviewieijjournal
 
Data-base-system-and-big-data.pptx
Data-base-system-and-big-data.pptxData-base-system-and-big-data.pptx
Data-base-system-and-big-data.pptxMelchorCleve
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )Kimberly Brooks
 
Chapter 2 - Intro to Data Sciences[2].pptx
Chapter 2 - Intro to Data Sciences[2].pptxChapter 2 - Intro to Data Sciences[2].pptx
Chapter 2 - Intro to Data Sciences[2].pptxJethroDignadice2
 
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...IJDKP
 
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...IJDKP
 
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...IRJET Journal
 
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...IRJET Journal
 
Student POST  Database processing models showcase the logical s.docx
Student POST  Database processing models showcase the logical s.docxStudent POST  Database processing models showcase the logical s.docx
Student POST  Database processing models showcase the logical s.docxorlandov3
 
A META DATA VAULT APPROACH FOR EVOLUTIONARY INTEGRATION OF BIG DATA SETS: C...
A META DATA VAULT APPROACH FOR  EVOLUTIONARY INTEGRATION OF BIG DATA SETS:  C...A META DATA VAULT APPROACH FOR  EVOLUTIONARY INTEGRATION OF BIG DATA SETS:  C...
A META DATA VAULT APPROACH FOR EVOLUTIONARY INTEGRATION OF BIG DATA SETS: C...AIRCC Publishing Corporation
 

Similar to Influence of Data Types on Models (20)

A STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQLA STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQL
 
A Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQLA Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQL
 
A STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQLA STUDY ON GRAPH STORAGE DATABASE OF NOSQL
A STUDY ON GRAPH STORAGE DATABASE OF NOSQL
 
A Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQLA Study on Graph Storage Database of NOSQL
A Study on Graph Storage Database of NOSQL
 
An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.An Comprehensive Study of Big Data Environment and its Challenges.
An Comprehensive Study of Big Data Environment and its Challenges.
 
RESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWRESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEW
 
RESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWRESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEW
 
RESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEWRESEARCH IN BIG DATA – AN OVERVIEW
RESEARCH IN BIG DATA – AN OVERVIEW
 
Research in Big Data - An Overview
Research in Big Data - An OverviewResearch in Big Data - An Overview
Research in Big Data - An Overview
 
Data models
Data modelsData models
Data models
 
Data-base-system-and-big-data.pptx
Data-base-system-and-big-data.pptxData-base-system-and-big-data.pptx
Data-base-system-and-big-data.pptx
 
Database Management System ( Dbms )
Database Management System ( Dbms )Database Management System ( Dbms )
Database Management System ( Dbms )
 
Chapter 2 - Intro to Data Sciences[2].pptx
Chapter 2 - Intro to Data Sciences[2].pptxChapter 2 - Intro to Data Sciences[2].pptx
Chapter 2 - Intro to Data Sciences[2].pptx
 
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
 
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
A COMPARATIVE STUDY ON BIG DATA HANDLING USING RELATIONAL AND NON-RELATIONAL ...
 
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
 
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
IRJET- Deduplication Detection for Similarity in Document Analysis Via Vector...
 
U0 vqmtq3m tc=
U0 vqmtq3m tc=U0 vqmtq3m tc=
U0 vqmtq3m tc=
 
Student POST  Database processing models showcase the logical s.docx
Student POST  Database processing models showcase the logical s.docxStudent POST  Database processing models showcase the logical s.docx
Student POST  Database processing models showcase the logical s.docx
 
A META DATA VAULT APPROACH FOR EVOLUTIONARY INTEGRATION OF BIG DATA SETS: C...
A META DATA VAULT APPROACH FOR  EVOLUTIONARY INTEGRATION OF BIG DATA SETS:  C...A META DATA VAULT APPROACH FOR  EVOLUTIONARY INTEGRATION OF BIG DATA SETS:  C...
A META DATA VAULT APPROACH FOR EVOLUTIONARY INTEGRATION OF BIG DATA SETS: C...
 

More from shivz3

Bi 7 (1)
Bi 7 (1)Bi 7 (1)
Bi 7 (1)shivz3
 
Bi (1)
Bi (1)Bi (1)
Bi (1)shivz3
 
Bi (1) (1)
Bi (1) (1)Bi (1) (1)
Bi (1) (1)shivz3
 
Nw sec
Nw secNw sec
Nw secshivz3
 
Chapter 10
Chapter 10Chapter 10
Chapter 10shivz3
 
Chapter 9
Chapter 9Chapter 9
Chapter 9shivz3
 
Chapter 7
Chapter 7Chapter 7
Chapter 7shivz3
 
Chapter 5
Chapter 5Chapter 5
Chapter 5shivz3
 
Chapter 6
Chapter 6Chapter 6
Chapter 6shivz3
 
Chapter 4
Chapter 4Chapter 4
Chapter 4shivz3
 
Chapter 2
Chapter 2Chapter 2
Chapter 2shivz3
 
Chapter 1
Chapter 1Chapter 1
Chapter 1shivz3
 
Chapter 2
Chapter 2Chapter 2
Chapter 2shivz3
 
Cryptography and network Security Chapter 1
Cryptography and network Security Chapter 1Cryptography and network Security Chapter 1
Cryptography and network Security Chapter 1shivz3
 

More from shivz3 (19)

Bi 7
Bi 7Bi 7
Bi 7
 
Bi 7 (1)
Bi 7 (1)Bi 7 (1)
Bi 7 (1)
 
Bi 5
Bi 5Bi 5
Bi 5
 
Bi 4
Bi 4Bi 4
Bi 4
 
Bi 3
Bi 3Bi 3
Bi 3
 
Bi (1)
Bi (1)Bi (1)
Bi (1)
 
Bi (1) (1)
Bi (1) (1)Bi (1) (1)
Bi (1) (1)
 
Bi 6
Bi 6Bi 6
Bi 6
 
Nw sec
Nw secNw sec
Nw sec
 
Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 5
Chapter 5Chapter 5
Chapter 5
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Cryptography and network Security Chapter 1
Cryptography and network Security Chapter 1Cryptography and network Security Chapter 1
Cryptography and network Security Chapter 1
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

Influence of Data Types on Models

  • 1. Influence of Structured, Semi- Structured, Unstructured data on various data models Shagufta Praveen, Research Scholar, Umesh Chandra, Assistant Professor Glocal University, Abstract: Enormous growth of data from diversified sources changed the complete scenario of database world. Most of the surveys say that data is very important for all the organizations and its proper handling will seek attention in future. Various forms of data available in the digital world need different data models for their storage, processing and analysis. This paper discusses various kinds of data with their characteristics with examples, and also represents that the growing data is responsible for the numerous emerging data models and database evolution. Keywords: Structured, Unstructured, Semi structured, Data Models 1. Introduction: Big Data is a term that catches attention of everyone today. This attention can be justified through some surveys and facts. These surveys and facts says that each and every second we all users are creating a new data which gives a addition to the rate of data growth. Most of the web applications like Facebook, Twitter, Instagram, Youtube are the ones which connects with 1 billion people every day and these people not only survey but share and create new data every single second [1]. Survey says that the amount of digital universe will double in every two years [2]. Most of the organizations are working on data driven projects [3]. Most of the organization doesn’t consider web data as dead data where as different research center using this data for analysis purpose and trying to utilize it for business intelligence and pattern prediction. Data mining and data extraction deals with various algorithms to extract data so that it could help us for betterment in IT industries. Fig 1. Kinds of Data 2. Various Kind of Data: Data Structured Data Unstructured data Semi- Structured data Structured Data Semi-structured Data Unstructured Data Data Growth International Journal of Scientific & Engineering Research Volume 8, Issue 12, December-2017 ISSN 2229-5518 67 IJSER © 2017 http://www.ijser.org IJSER
  • 2. 2.1. Structured data: Structured data includes mainly text, these data are easily processed. These data are easily entered, stored and analyzed. Structured data are stored in the form of rows and columns which is easily managed with the a language called “structured query language”(SQL)[4].Relational model[5] is a data model that supports structured data and manage it in the form of row and table and process the content of the table easily. XML also Support structured data. Most of the content of the web pages are in the XML forms. These content are included in structured data, companies like Google uses structured data to find on the web to understand the content of the page [6]. This way most of the Google search is done with the help of structured data. Since starting of the revolution of database[7] network[8], hierarchical[9], relational, object relational[10] data model deals with structured data. 2.2. Characteristics of Structured Data 1. Structured data has various data type: date, name, number, characters, address 2. These data are arranged in a defined way 3. Structured data are handle through SQL 4. Structured data are dependent on schema, it is a schema based 5.These data can easily interact with computer 2.3.Semi-Structured Data Semi-structured data includes e-mails, XML and JSON. Semi structured data is not fit for relational database where it is expressed with the help of edges, labels and tree structures. These are represented with the help of trees and graphs and they have attributes, labels. These are schema-less data. Data models which are graph based can store semi-structured data. MongoDB is a NOSQL model that support JSON (semi-structured data). Data consist of tags and which are self-describing are generally semi-structured data. They are different from structured and unstructured data. Data object Model [11], Objects Exchange Model [11], Data Guide[11] are famous data model that express semi- structured data. Concepts for semi-structured data model: document instance, document schema, elements attributes, elements relationship sets[11]. Fig.3 Attributes of Semi-Structured Data 2.4.Example of Semi-structured Data { Row:{Emp_id:” 12345”,Emp_name:”Ram”}, Row:{Emp_id:” 56786”,Emp_name:”Hari”}, Row:{Emp_id:” 67858”,Emp_name:”Shyam”}, Row:{Emp_id:” 90890”,Emp_name:”John”}, } 2.5. Characteristics of Semi-structured Data 1. It is not based on Schema 2. It is represented through label and edges 3. It is generated from various web pages 4. It has multiple attributes Semi-structured data DOEXML OEME-mails International Journal of Scientific & Engineering Research Volume 8, Issue 12, December-2017 ISSN 2229-5518 68 IJSER © 2017 http://www.ijser.org IJSER
  • 3. 3. Unstructured Data Unstructured data includes videos, images, and audios. Today, in our digital universe 90% of data which is increasing is unstructured data. This data is not fit for relational database and in order to make them store, scenario came up with NoSQL database. Today there are four family of NoSQL database: key- value, column-oriented, graph-oriented, and document-oriented. Most of the famous organization today(Amazon, linkedln, Facebook, Google, Youtube) is dealing with NoSQL data [12 ] and they are replaced their convention database to NoSQl database. 3.1.Characteristics of Unstructured Data 1. It is not based on Schema 2. It is not suitable for relational database 3. 90% of unstructured data is growing today 4. It includes digital media files, Word doc. ,pdf files, 5. It is stored in NoSQL database Fig.4. Attributes of Unstructured Data Fig.5. Example of Unstructured Data 4. Conclusion: This paper emphasize on the concept that growing data directly influence its related data models and database technologies, it represents that big data concept not only deals with huge and vast data but it gives a new gate to database analyst and researchers to work on various data and data models for survival of new kinds of data in upcoming and present scenario. References: 1. https://www.forbes.com/sites/bernardmarr/2015/0 9/30/big-data-20-mind-boggling-facts-everyone- must-read/#7e621bc417b1 2. https://insidebigdata.com/2017/02/16/the- exponential-growth-of-data/ 3. https://www.idgenterprise.com/resource/research/ 2015-big-data-and-analytics-survey/ 4. J. R. Groff, P. N. Weinberg SQL:The complete reference second addition, 2002 , Mc-Graw Hills Companies 5. E.F. CODD, 1970. A Relational Model of Data for Large Shared Data Banks. 6. https://developers.google.com/search/docs/guides/ intro-structured-data 7. S. Praveen, Dr. U. Chandra, Arif ali wani , a literature review on evolving database, IJCA, March 2017. 8. https://en.wikipedia.org/wiki/Network_model 9. http://www.edugrabs.com/hierarchical-model/ 10. http://www.learn.geekinterview.com/it/data- modeling/object-relational-model.html 11. T.W Ling,., G. Dobbie, Semi-structured database design,., 2005, Springer, 178,978-0-387-23567-7 12. S. Praveen , Dr. U. Chandra ,NoSQL: IT Giant Prespectives , 2017, IJCIR Unstructured data NoSQL Audio, images Videos International Journal of Scientific & Engineering Research Volume 8, Issue 12, December-2017 ISSN 2229-5518 69 IJSER © 2017 http://www.ijser.org IJSER