Software:Apache AGE
From HandWiki
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 1.0.0
/ 21 April 2022; 2 months ago |
Repository | AGE Repository on Github |
Written in | C |
Operating system | Cross-platform |
Type | Graph database |
License | Apache License 2.0 |
Website | age |
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
- ↑ "Apache AGE Project Incubation Status - Apache Incubator". https://incubator.apache.org/projects/age.html.
- ↑ Foundation, The Apache Software (2022-06-08). "The Apache Software Foundation Announces Apache® AGE™ as a Top-Level Project" (in en). https://www.globenewswire.com/news-release/2022/06/08/2458799/17401/en/The-Apache-Software-Foundation-Announces-Apache-AGE-as-a-Top-Level-Project.html.
- ↑ "The Apache Software Foundation Announces Apache® AGE™ as a Top-Level Project – IT Business Net" (in en-US). https://itbusinessnet.com/2022/06/the-apache-software-foundation-announces-apache-age-as-a-top-level-project/.
- ↑ "Overview — Apache AGE master documentation". https://age.apache.org/docs/master/intro/overview.html.
- ↑ "Apache AGE - A Graph Extension for PostgreSQL". https://age.apache.org/.