Re: PostgreSQL extension for processing Graph queries (Apache AGE)

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Young Seung Andrew Ko <ako(at)apache(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL extension for processing Graph queries (Apache AGE)
Date: 2022-11-30 08:37:09
Message-ID: 20221130083709.56ulfii6rgord6qi@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2022-Nov-29, Young Seung Andrew Ko wrote:

> Hello PostgreSQL users,
>
> https://github.com/apache/age
> Apache AGE is an Apache 2-licensed open source PostgreSQL extension for
> storing Graph data.
>
> The current version of Apache AGE is to enable PostgreSQL users to use
> Neo4j's openCypher-based graph queries in unison with existing relational
> tables

Can you show some examples of this feature in action? What sort of data
would I use it for, how would I query it?

--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Amitabh Kant 2022-11-30 13:43:45 Finding free time period on non-continous tstzrange field values
Previous Message Pavel Stehule 2022-11-30 04:34:19 Re: plpgsql_check_function issue after upgrade