apache / apache/age-viewer

Remove Graph Path from Connection information

Open
#37 6 comments 0 reactions 1 assignee Claimed by @marodins View on GitHub
Dominant language
JavaScript
Stars
387
Forks
268
PR merge metrics
No merged PRs in 30d

Description

The Graph Path was used by AgensGraph to know which Graph to run the cypher query against.

`MATCH (n) RETURN n;`

Since AGE, currently makes the user provide the graph in the query, this is no longer relevant.

`SELECT * FROM cypher('graph', $$ MATCH (n) RETURN n $$) as (a agtype);`

![Image](https://user-images.githubusercontent.com/7564930/194968024-7abd0e5a-d1b7-4284-8320-a0dd7079369a.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.