Re: postgres with graph model

2018-04-19 Thread Thomas Kellerer
Philipp Kraus schrieb am 19.04.2018 um 16:53: I’m using in a project Postgresql and PostGIS for a geospatial data model, but now I need also a graph in this structure, so my question is, is there any existing extension for Postgres to build a graph. I found ltree but this is for tree structures

Re: postgres with graph model

2018-04-19 Thread Philipp Kraus
Thanks, seems to be a good idea, but I need some routing on geo position data, but also some graph algorithm depends on machine learning structures, if I can use the pgRouting project to deal with a „feature graph“ and geo-partial data this will be great, I will test it Thanks for this hint

Re: postgres with graph model

2018-04-19 Thread Fabrízio de Royes Mello
Em qui, 19 de abr de 2018 às 11:54, Philipp Kraus < philipp.kr...@tu-clausthal.de> escreveu: > Hello, > > I’m using in a project Postgresql and PostGIS for a geospatial data model, > but now I need also a graph in this structure, so my question is, is there > any existing > extension for Postgres

postgres with graph model

2018-04-19 Thread Philipp Kraus
Hello, I’m using in a project Postgresql and PostGIS for a geospatial data model, but now I need also a graph in this structure, so my question is, is there any existing extension for Postgres to build a graph. I found ltree but this is for tree structures only, not for graphs. In general I