Software:Apache AGE

From HandWiki
Revision as of 19:46, 18 August 2023 by HamTop (talk | contribs) (link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Apache AGE
Developer(s)Apache Software Foundation
Stable release
1.0.0 / 21 April 2022; 2 months ago
RepositoryAGE Repository on Github
Written inC
Operating systemCross-platform
TypeGraph database
LicenseApache License 2.0
Websiteage.apache.org

Apache AGE is an open-source project to develop a PostgreSQL extension for handling graph queries written in the Cypher query language . AGE is an abbreviation of ‘A Graph Extension’. AGE was first developed by Bitnine Global and then donated to Apache Software Foundation[1] as an Apache Incubator project. In May 2022 Apache AGE graduated from incubation to become a Top-Level Project.[2][3]

Apache AGE allows PostgreSQL users to use ANSI SQL along with graph queries to store and query property graph data consisting of nodes, edges, and their properties.[4]

Features

Apache AGE now runs on PostgreSQL 11 and will support PostgreSQL 12, 13 and 14 before the end of 2022.[5]

  • Supporting openCypher
  • Hybrid query combining SQL and openCypher
  • Indexes on nodes and edges’ properties
  • Multi-graph querying
  • Variable length edge traversal

References