This document introduces graph databases as an alternative to relational databases for modeling data with complex relationships. It discusses how graph databases can be used to efficiently find connections between entities, such as finding the shortest path between two actors in a movie database. Examples are given of domains where graph databases are commonly used, like social networks, mapping, and bioinformatics. The document also provides an overview of Neo4j, a popular graph database technology.