Skip to content

Apache AGE

Apache Age, Postgres에 Graph DB 기능을 추가하는 확장.

Apache AGE a PostgreSQL extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's fork of PostgreSQL 10, AgensGraph, which is a multi-model database. The goal of the project is to create single storage that can handle both relational and graph model data so that users can use standard ANSI SQL along with openCypher, the Graph query language.

Features

  • 하나의 DB로 Relational & Graph 두개의 모델을 지원하는 것을 목표
    • ANSI SQL + openCypher(Graph Query Language)
  • Cypher 쿼리를 SQL로 변환 & 계획 실행
  • PostgreSQL 11에서 개발중. 12/13 지원 예정
  • 두개 이상의 그래프 동시 질의 지원해서 머지 가능
  • Bitnine 의 Postgres 포크버전인 AgensGraph에서 영향받았고, AgensGraph의 주요기능을 대부분 지원하는 것을 목표로 함

See also

Favorite site