Skip to content

Commit

Permalink
neo4j: draft
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Feb 10, 2020
1 parent 40b6a0b commit fcb952f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs-todo/_neo4j.md
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.

0 comments on commit fcb952f

Please sign in to comment.