using graph model with PostgreSQL

Started by 김세훈over 7 years ago4 messagesgeneral
Jump to latest
#1김세훈
marvtoy92@gmail.com

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.

#2Joshua D. Drake
jd@commandprompt.com
In reply to: 김세훈 (#1)
Re: using graph model with PostgreSQL

On 08/15/2018 07:09 AM, 김세훈 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?

Check out AgensGraph from Bitnine. It's open source.

Any external modules would be welcomed.

Thanks.

--
Command Prompt, Inc. || http://the.postgres.company/ || @cmdpromptinc
*** A fault and talent of mine is to tell it exactly how it is. ***
PostgreSQL centered full stack support, consulting and development.
Advocate: @amplifypostgres || Learn: https://postgresconf.org
***** Unless otherwise stated, opinions are my own. *****

#3Data Ace
dataace9@gmail.com
In reply to: 김세훈 (#1)
Re: using graph model with PostgreSQL

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@gmail.com> wrote:

Show quoted text

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.

#4김세훈
marvtoy92@gmail.com
In reply to: Data Ace (#3)
Re: using graph model with PostgreSQL

Thanks guys,
I appreciate your answers.

2018-08-17 1:10 GMT+09:00 Data Ace <dataace9@gmail.com>:

Show quoted text

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@gmail.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.