Database

Graph Database

A graph database is essentially a collection of nodes and edges. Each node represents an entity (such as a person or business) and each edge represents a connection or relationship between two nodes. Every node in a graph database is defined by a unique identifier, a set of outgoing edges and/or incoming edges and a set of properties expressed as key/value pairs. Each edge is defined by a unique identifier, a starting-place and/or ending-place node and a set of properties.

Graph databases are well-suited for analyzing interconnections, which is why there has been a lot of interest in using graph databases to mine data from social media. Graph databases are also useful for working with data in business disciplines that involve complex relationships and dynamicschema, such as supply chain management, identifying the source of an IP telephony issue and creating “customers who bought this also looked at…” recommendations.

Neo4j is a graph database management system developed by Neo4j, Inc. 

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *