Apache AGE (A Graph Extension) is a PostgreSQL extension that adds support for graph database functionality using the openCypher query language. AGE allows users to store and query graph-structured data alongside traditional relational data in a single database. Built for performance and scalability, it brings the power of graph queries to the robustness of PostgreSQL, making it suitable for use cases like social networks, recommendation systems, and fraud detection.

Features

  • Adds graph database support to PostgreSQL
  • Uses openCypher query language for graph queries
  • Supports both property graphs and relational data
  • Enables graph traversal, pattern matching, and analytics
  • Built on top of PostgreSQL for ACID compliance and reliability
  • Open-source and actively developed under the Apache Foundation

Project Samples

Project Activity

See All Activity >