Skip to main content

Glossary

Comprehensive definitions of terms used in ageSchemaClient and Apache AGE graph databases.

Apache AGE

A PostgreSQL extension that provides graph database functionality using the openCypher query language.

Cypher

A declarative graph query language that allows for expressive and efficient querying and updating of graph databases.

Edge

A relationship between two vertices in a graph database. Edges can have types and properties.

Vertex

A node in a graph database that represents an entity. Vertices can have labels and properties.