You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by GitBox <gi...@apache.org> on 2022/10/11 00:01:43 UTC

[GitHub] [age-viewer] JoshInnis opened a new issue, #37: Remove Graph Path from Connection information

JoshInnis opened a new issue, #37:
URL: https://github.com/apache/age-viewer/issues/37

   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)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] marodins commented on issue #37: Remove Graph Path from Connection information

Posted by GitBox <gi...@apache.org>.
marodins commented on issue #37:
URL: https://github.com/apache/age-viewer/issues/37#issuecomment-1275296578

   this also requires graph name to be extracted from the input with every query in order to retrieve meta data, if the graph name changes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] eyab commented on issue #37: Remove Graph Path from Connection information

Posted by GitBox <gi...@apache.org>.
eyab commented on issue #37:
URL: https://github.com/apache/age-viewer/issues/37#issuecomment-1275333831

   I assigned you. Please start the work. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] marodins commented on issue #37: Remove Graph Path from Connection information

Posted by GitBox <gi...@apache.org>.
marodins commented on issue #37:
URL: https://github.com/apache/age-viewer/issues/37#issuecomment-1275095348

   Please assign, I'll work on this


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] marodins commented on issue #37: Remove Graph Path from Connection information

Posted by GitBox <gi...@apache.org>.
marodins commented on issue #37:
URL: https://github.com/apache/age-viewer/issues/37#issuecomment-1276544264

   @JoshInnis Definitely, that's a great idea, will implement it that way


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] JoshInnis commented on issue #37: Remove Graph Path from Connection information

Posted by GitBox <gi...@apache.org>.
JoshInnis commented on issue #37:
URL: https://github.com/apache/age-viewer/issues/37#issuecomment-1275411852

   @marodins Instead of extracting the metadata every query is it possible to retrieve the metadata while connecting for all graphs?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [age-viewer] marodins commented on issue #37: Remove Graph Path from Connection information

Posted by GitBox <gi...@apache.org>.
marodins commented on issue #37:
URL: https://github.com/apache/age-viewer/issues/37#issuecomment-1284681518

   PR created, feature complete


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org