age icon indicating copy to clipboard operation
age copied to clipboard

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

Results 445 age issues
Sort by recently updated
recently updated
newest added

I am aware of how to update properties for a single node using a query like: ``` MATCH (n:label4 {id: 123}) SET n.newProperty = 'new value' ``` However, I want...

question

Added the license which was missing in the Python Driver readme file

I encountered an ImportError when trying to import 'Model' from 'age.models' in the age Python driver for Apache AGE. The error message reads: ImportError: cannot import name 'Model' from 'age.models'...

question

## Desktop Snapshot of image of First page ![Desktop Image of first Page](https://github.com/apache/age/assets/97848998/f29b51ac-298b-4e70-a413-2493d9cdcc62) ## Responsive Page: ![Respnsive Page Image](https://github.com/apache/age/assets/97848998/ca5877d6-877f-40ab-bc3e-3034c96dd932)

While the STABLE flag ensured that the timestamp() value remained constant throughout the query due to caching, it restricted the flexibility of using multiple timestamps in single query. By removing...

I just saw this issue concerning pg 14 on Windows (https://github.com/apache/incubator-age/issues/138). The reply there `Support for PG 12 and beyond likely won't start until 2022` is very discouraging, and contradicts...

question

**Is your feature request related to a problem? Please describe.** Contributors should also have an option to develop using docker containers. As of today, this is partially possible, except in...

enhancement

**Is your feature request related to a problem? Please describe.** Neo4j and AgensGraph provide various analytical features for graph analysis, and one of them is the 'shortestPath', 'allShortestPaths' functionality. If...

enhancement

Updated README and added instructions on how to run the application

**Is your feature request related to a problem? Please describe.** In the table below, there are many constraints to run the function normally. And the source file constraints for creating...

enhancement