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/09/06 23:44:42 UTC

[GitHub] [age] JoshInnis opened a new issue, #273: Cycle Graph

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

   A cycle graph or circular graph is a graph that consists of some number of vertices (at least 3) connected in a closed chain.
   
   Syntax: ag_catalog.age_create_cycle_graph(graph_name Name, n int, bidirectional bool DEFAULT = true)
   
   Input:
   - graph_name - Name of the Graph
   - n - number of vertices in the cycle
   - vertex_label_name - Name of the label to assign each vertex to.
   - vertex_properties - Property values to assign each vertex. Default is NULL
   - edge_label_name - Name of the label to assign each edge to.
   - edge_properties - Property values to assign each edge. Default is NULL
   - bidirectional
   
   https://en.wikipedia.org/wiki/Cycle_graph


-- 
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] markgomer commented on issue #273: Cycle Graph

Posted by GitBox <gi...@apache.org>.
markgomer commented on issue #273:
URL: https://github.com/apache/age/issues/273#issuecomment-1367914691

   @JoshInnis Is this issue still open? 
   May I tackle this one?


-- 
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] JoshInnis commented on issue #273: Cycle Graph

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

   Yes, please 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] markgomer commented on issue #273: Cycle Graph

Posted by GitBox <gi...@apache.org>.
markgomer commented on issue #273:
URL: https://github.com/apache/age/issues/273#issuecomment-1371664828

   Now I see that you already made pull request #400 for this. I'm stopping the work on this one then.


-- 
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] skkk98 commented on issue #273: Cycle Graph

Posted by GitBox <gi...@apache.org>.
skkk98 commented on issue #273:
URL: https://github.com/apache/age/issues/273#issuecomment-1371128512

   I have done work on this and it works for now. Attaching screenshots.
   
   ![Image](https://user-images.githubusercontent.com/25060717/210599265-4ebd69d0-d75b-4498-a565-89d9ca91dc1a.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

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


[GitHub] [age] aked21 commented on issue #273: Cycle Graph

Posted by GitBox <gi...@apache.org>.
aked21 commented on issue #273:
URL: https://github.com/apache/age/issues/273#issuecomment-1238771737

   This looks interesting ! I am happy to contribute.


-- 
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] aked21 closed issue #273: Cycle Graph

Posted by GitBox <gi...@apache.org>.
aked21 closed issue #273: Cycle Graph
URL: https://github.com/apache/age/issues/273


-- 
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