postgres with graph model

Поиск
Список
Период
Сортировка
От Philipp Kraus
Тема postgres with graph model
Дата
Msg-id 9A0779C8-E09C-4B42-8FD3-759CA6C520B0@tu-clausthal.de
обсуждение исходный текст
Ответы Re: postgres with graph model  (Fabrízio de Royes Mello <fabrizio@timbira.com.br>)
Re: postgres with graph model  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
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
Ihave different undirected weighted graphs. So
 
I need some routing algorithms based on the graph weights, distance calculation between nodes. My first idea was to use
agraph database e.g neo4j, but I have
 
got a limitation, that the whole system should be designed in Postgres.
Did you can give some ideas to build a graph within Postgres?

Thanks

Phil


В списке pgsql-general по дате отправления:

Предыдущее
От: Jerry Sievers
Дата:
Сообщение: Re: pg_upgrade: when the --old-bindir requires "additional" $libdir/ plugins?
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: postgres with graph model