postgraph icon indicating copy to clipboard operation
postgraph copied to clipboard

All in One Graph Extension for Postgres

Results 100 postgraph issues
Sort by recently updated
recently updated
newest added

https://arxiv.org/pdf/1707.05005.pdf https://arxiv.org/abs/1707.05005

enhancement
Functionality

https://github.com/RoyZhengGao/edge2vec https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-2914-2 https://arxiv.org/pdf/1809.02269.pdf

enhancement
Functionality

## Description (via Wikipedia) node2vec is an algorithm to generate vector representations of nodes on a [graph.](https://en.wikipedia.org/wiki/Graph_theory) The node2vec framework learns low-dimensional representations for nodes in a graph through the...

enhancement
Functionality

If these duplicates are undesirable, they can be removed using the DISTINCT clause directly on the GROUP BY. Therefore: `GROUP BY DISTINCT ROLLUP (a, b), ROLLUP (a, c)` is equivalent...

enhancement
Functionality

The temporal instant types are: — ZONED DATETIME A material value of ZONED DATETIME is called a zoned datetime. A zoned datetime represents a temporal instant capturing the date, the...

maintenance
GQL Conformance

Alias for id()

maintenance
GQL Conformance

Alter the DELETE execution node to drive what graph it comes from, by the oid in the vertex and edge, rather than the metadata structure. If there exists a FROM...

enhancement
Functionality

Alter the SET create node to drive what graph it comes from, by the oid in the vertex and edge, rather than the metadata structure. If there exists a FROM...

enhancement
Functionality

Allow users to alter the Graph they are using midquery using the FROM clause ``` SELECT * FROM cypher('graph1', $$ MATCH (a) FROM graph2 MATCH (b) WHERE a.id = b.foreign_key...

enhancement
Functionality