-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Neo4j | ||
|
||
> TODO | ||
* [Graph Databases](TODO) (2015) by Ian Robinson, Jim Webber, and Emil Eifrem (Book) | ||
|
||
Graph databases help leveraging complex and dynamic relationships in highly connected data to generate insight and competitive advantage. Connected data is data whose interpretation and value requires users first to understand the ways in which its constituent elements are related. | ||
|
||
> https://github.com/iansrobinson/graph-databases-use-cases | ||
**What Is a Graph?** | ||
|
||
A graph is just a collection of vertices and edges or, in different words, a set of nodes and the relationships that connect them. Graphs represent entities as nodes and the ways in which those entities relate to the world as relationships. |