42
Technology

neo4j

neo4j is a graph database written in Java. Graph databases are mainly used to represent highly interconnected information. Graphs consist of nodes and edges: For example, the nodes represent people or objects, and the edges represent the relationships between them. Unlike relational databases, graph databases focus on the relationships.