Skip to content

aked21/agensgraph_extension

 
 

Repository files navigation

license badge release badge issue badge forks badge stars badge

Apache AGE is 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.

Overview

  • Apache AGE is currently being developed for the PostgreSQL 11 release and will support PostgreSQL 12 and 13 in 2021 and all the future releases of PostgreSQL.
  • Apache AGE supports the openCypher graph query language.
  • Apache AGE enables querying multiple graphs at the same time.
  • Apache AGE will be enhanced with an aim to support all of the key features of AgensGraph (PostgreSQL fork extended with graph DB functionality).

Latest happenings

Installation

Graph visualization tool for AGE

Apache AGE Viewer is a subproject of the Apache AGE incubating project: https://github.com/apache/incubator-age-viewer

  • This is a visualization tool. After AGE Extension Installation You can use this tool to use the visualization features.
  • Follow the instructions on the link to run it. Under Connect to Database , select database type as "Apache AGE"

Documentation

Here is the link to the latest Apache AGE documentation. You can learn about how to install Apache AGE, its features and built-in functions and how to use various Cypher queries.

Contribution

You can improve ongoing efforts or initiate new ones by sending pull requests to this repository.
Also, you can learn from the code review process, how to merge pull requests, and from code style compliance to documentation, by visiting the Apache AGE official site - Developer Guidelines.

About

Apache age

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.5%
  • Java 8.9%
  • TypeScript 4.9%
  • Yacc 3.5%
  • Lex 2.6%
  • PLpgSQL 2.4%
  • Other 1.2%