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 533 age issues
Sort by recently updated
recently updated
newest added

Currently, the syntax for pattern matching in the WHERE clause is not implemented. For example, the syntax: MATCH (a) WHERE (a)-[]-() RETURN a and other similar syntaxes are valid queries...

enhancement
feature request
override-stale

Hi folks! I've been working on a Python project that collects 3851 vertices and creates 12507 edges. I want to store this data in AGE, but I'm not quite sure...

question

### Description Add Apache AGE in the curated list of Awesome Postgres. https://github.com/dhamaniasad/awesome-postgres ### Required Skills - Basic Git\GitHub skill (i.e. sending PR) ### TODO - Create a branch adding...

**Is your feature request related to a problem? Please describe.** My company would like to utilize Apache AGE. However, we use Ruby as our primary programming language. Consequently, we will...

enhancement

https://feedback.azure.com/d365community/idea/4ba45e52-63b9-ee11-92bc-6045bd7aea25 Any thought or feedback?

question
postgreSQL
override-stale

This RFC seeks comments on the following aspects of Apache AGE: - Integration with existing systems (e.g., PostgreSQL) - Performance considerations and optimization - Scalability and handling of large datasets...

question
override-stale

i have a question about the phenomenon found in the version of age 1.5.0 The json operator function was fine in 1.4.0 as below query `select properties->'ott' from ott_service_1.ott_company;` ![image](https://github.com/apache/age/assets/76985229/9684f51f-16cf-4b93-8349-6afdb9a5c690)...

question

Usage of containment op instead of equal in property constraints (for lists and maps) outputs different results as compared to neo4j. Is this intentional? **Data:** ``` CREATE (n {list:[1,2,3,4]}) return...

bug

**Describe the bug** Regression test "expr" fails in rare cases **How are you accessing AGE (Command line, driver, etc.)?** Accessing AGE through command line. **What data setup do we need...

bug

**Describe the bug** Several server crashes when running tests in the way below. **How are you accessing AGE (Command line, driver, etc.)?** Accessing AGE through command line. **What data setup...

bug