A.4 Using Java APIs for Property Graph Data
Creating a property graph involves using the Java APIs to create the property graph and objects in it.
- Overview of the Java APIs
 - Parallel Retrieval of Graph Data
 - Using an Element Filter Callback for Subgraph Extraction
 - Using Optimization Flags on Reads over Property Graph Data
 - Adding and Removing Attributes of a Property Graph Subgraph
 - Getting Property Graph Metadata
 - Merging New Data into an Existing Property Graph
 - Opening and Closing a Property Graph Instance
 - Creating Vertices
 - Creating Edges
 - Deleting Vertices and Edges
 - Reading a Graph from a Database into an Embedded Graph Server (PGX)
 - Specifying Labels for Vertices
 - Building an In-Memory Graph
 - Dropping a Property Graph
 - Executing PGQL Queries
 
Parent topic: Using the Property Graph Schema