age
age copied to clipboard
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
some formatting changes were made automatically with gofumpt
Implements a naive version of EXISTS subquery that evaluates the underlying subquery. Add regression tests related to EXISTS TODO: Implement logic to allow the underlying subquery to constrain the queries...
`CREATE CONSTRAINT ON (person:Person) ASSERT person.id IS UNIQUE;` Is there a way to create constraints like this om AGE ? If there is, sorry since I can't find documentation about...
**Describe the solution you'd like** A GraphQL driver will allow GraphQL users or applications to access Apache AGE (on PostgreSQL) using GraphQL queries. **Describe alternatives you've considered** Hasura and PostGraphile
I have a graph kit with custom stored procedures, but it's a subpar to true graph engine. Any assistance building this code on Windows OS would be greatly appreciated.
**Describe the bug** Statement below does not return rows, should return LOAD 'age'; SET search_path TO ag_catalog; SELECT create_graph('test_graph'); -- SELECT drop_label('test_graph', 'vertice1'); -- SELECT drop_label('test_graph', 'vertice2'); -- SELECT drop_label('test_graph',...
On Debian's s390x architecture, some regression tests were failing because the result set was reordered. Fix by attaching ORDER BY in problematic cases. On top of this change, another fix...
Fixed the List Comprehension shift/reduce grammar issue by creating a new keyword, **FROM**, to replace **IN**. Updated the sql and regression tests to align with the changes. This is just...
I need some help understanding this error message: {"message":"create failed","error":"error: vertex assigned to variable o1 was deleted"} I have a LARGE create statement that is posting in a batch of...