Re: using graph model with PostgreSQL

From: 김세훈 <marvtoy92(at)gmail(dot)com>
To: toddsykes(at)gmail(dot)com, jd(at)commandprompt(dot)com, dataace9(at)gmail(dot)com
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: using graph model with PostgreSQL
Date: 2018-08-18 05:09:06
Message-ID: CAP3LQpsFzPTG+vMMp8qyqvwEUp_dSZ8Y1__vhXzNG-vOwWM_BA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks guys,
I appreciate your answers.

2018-08-17 1:10 GMT+09:00 Data Ace <dataace9(at)gmail(dot)com>:

> I think's its a forked PostgreSQL, try AgensGraph:
>
> https://www.postgresql.org/download/products/8/
>
> On Wed, Aug 15, 2018 at 7:09 AM, 김세훈 <marvtoy92(at)gmail(dot)com> wrote:
>
>> Hi there,
>>
>> currently I'm using PostgreSQL with PostGIS extension to handle
>> geospatial data.
>>
>> In my project I need to apply some graph algorithms like MST for some
>> network of GPS coordinates.
>>
>> I know there is some way of using Neo4j with PostgreSQL but is there any
>> other way to construct
>>
>> graph model within PostgreSQL environment?
>>
>> Any external modules would be welcomed.
>>
>>
>> Thanks.
>>
>>
>>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message kpi6288 2018-08-18 09:36:53 CTE with JOIN of two tables is much faster than a regular query
Previous Message Tim Cross 2018-08-18 00:52:59 Re: vPgSql