BitnineGlobal / AgensGraphViewer

Web-based user interface that provides visualization of graph data stored in an AgensGraph database.
1 stars 2 forks source link

Update Apache AGE functionality #20

Open markgomer opened 1 month ago

markgomer commented 1 month ago

AgensGraphViewer should be compatible with versions 14, 15 and 16 of PostgreSQL + Apache AGE.

markgomer commented 1 month ago

While trying to connect to the docker container apache/age:dev_snapshot_PG11 (PostgreSQL v11 + Apache AGE), the following error is shown on the frontend:

Database Connection Failed
Failed to connect to the database. Are you sure the database is running on the server?

unrecognized configuration parameter "graph_path"

To do:

markgomer commented 1 month ago

AGViewer is currently compatible with apache/age:dev_snapshot_PG11 with the caveat of having to select the proper, already created, graph to connect.