I'm developing the application about LBS with PostGIS.
I figured out the graph database has also shortest path algorithm.
Then I found the AgensGraph (GDB).
It looks possible because AgensGraph incubates the PostgreSQL. But when I install PostGIS additionally, I don't know what happens.
So can I use Lat/Long data and advanced shortest path algorithm in AgensGraph?
Asked
Active
Viewed 401 times
3

Kevin Lee
- 121
- 7
-
Did you try `create extension postgis` the way you did it in Postgres? – Jan 31 '17 at 06:22
-
I did. I think I can use the PostGIS functions as usual on AgensGraph. But my question is, is there any correlational interface between AgensGraph and PostGIS? – Kevin Lee Jan 31 '17 at 08:07