This document discusses Apache TinkerPop and property graph databases. It introduces Apache TinkerPop as an open-source graph computing framework. TinkerPop includes components like Gremlin for graph traversal queries and Blueprints for graph storage APIs. The document explains key concepts of property graphs including vertices, edges, and attributed properties. It provides an example of using Gremlin to query a graph, finding all movies an actor played in. Overall, the document provides an overview of Apache TinkerPop and property graphs.