SEMINAR
ON
GRAPHICAL DATABASE
PRESENTED BY:
NABAJYOTI SAIKIA
MCA 4th SEMESTER
ROLLNO.-14
INTRODUCTION
A graph database also called a graph
oriented database that uses graph to
store , map and query relationship. It is
optimised for managing highly related
data.
It is essentially a collection of nodes and
edges. An obvious example is the
facebook social network of people and
their activities.
Example
Applications
 Graph Compute Engine
 Real time recommendation engine
 Graph based search engine
 Social network
Advantages
 Schema less and efficient storage of semi-
structured information.
 Ease of storing and retrieving varried data
connected by rich relationships.
Disadvantages
 Not suitable for network
partitioning.
 Graph database use two concept to
represent information i.e; nodes
and edges ,whereas relational
database uses only one i.e;
relation.
Conclusion
A graph database is good fit for exploring
data that are like a graph, In this presentation
we reviewed the graph property model, a simple
yet expressive tool for representing connected
data. Property graphs capture complex domains
in an expressive and flexible fashion, while
graph databases make it easy to develop
applications that manipulate our graph models.
www.wikipedia.com
Graphdatabase.com
Whatis.techtarget.com
References
THANK YOU

Graph database