Josh Innis

Results 255 issues of Josh Innis

Initial Task to discuss the development for GraphQL Support of Apache AGE. Please comment here to be assigned to the project. https://spec.graphql.org/October2021/

A complete graph on n nodes means that all pairs of distinct nodes have an edge connecting them. Syntax: ``` ag_catalog.age_create_complete_graph(graph_name Name, nodes int, vertex_label_name Name DEFAULT = NULL, vertex_properties...

enhancement

TODO: redefine Syntax ``` ag_catalog.age_create_path(graph_name Name, n int, left_node agtype, right_node agtype, vertex_label_name Name DEFAULT = NULL, vertex_properties agtype DEFAULT = NULL, edge_label_name Name DEAULT = NULL, edge_properties agtype DEFAULT...

enhancement

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

enhancement

The MANDATORY MATCH clause, a variant of MATCH, forces a match in cases where there is an expectation of matching at least one node complying with a given pattern. If...

enhancement

documentation
enhancement
question

documentation
enhancement
question

documentation
enhancement
question

Add JsonB Operators from Postgres to Agtype and allow in the Cypher command. Initial Discussion https://github.com/apache/age/discussions/199 Postgres JsonB Operator Documentation: https://www.postgresql.org/docs/11/functions-json.html

enhancement

Research existing graph generation models.

documentation
enhancement
question
To be Closed