No SQL Database Compiled
No SQL Database Compiled
Presented by
Sruthi Radhakrishnan
Tania Mary
Thekkan Alin Shaju
Vandana babu
Vishnu Raj
INTRODUCTION
NO SQL OR Non-relational
A database that provides the mechanism for storage
and retrieval of database
Used in real time web applications and big data
Also called “Not Only SQL” to emphasize the fact that
they may support SQL like query languages
o Simplicity of design
o Quickly retrieved
o Mongo DB
o Document Oriented
o Used when relationship between data stored is not
important
HISTORY
1998 • Carlo Strozzi use the term NoSQL for his lightweight, open-
source relational database
• No complex features
SCHEMA-FREE
Column-oriented Graph
Graphs based
Document-oriented
Key Value Pair Based
Data is stored in key/value pairs.