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

Hi When I try to use **load_labels_from_file** to import vertex from a csv file, I got an error said: **pq: entry_id must be 1 .. 281474976710655** the vertex's id in...

question
Stale

- Add information about Apache AGE Viewer with the link to the GitHub repository in the introductory part("What is Apache AGE?")

master
Stale

Hi, The [overview page](https://age.apache.org/overview/) states: > Apache AGE® will be compatible with all relational databases in the future development, starting with MariaDB and MySQL. I'm wondering if there is any...

enhancement
Stale

This updated code incorporates the suggested improvements, including fixing the logo link, correcting the documentation link, enhancing the installation instructions, and ensuring consistency in formatting and presentation throughout the document.

master

It's triggered by a semver tag. I don't see any tags on this repo, but do notice that the [version on PGXN](https://pgxn.org/dist/apacheage/) appears to be a couple versions back. Use...

master
override-stale

More clarification is needed on why utilizing graph analytics (AGE) is preferable to relational databases when dealing with interconnected data.

master

- Delete [Overview] & [Features] - Delete [Language Specific Drivers] - Delete [Graph Visualization Tool] and [Video Links]

master

For the question above, neo4j returns the following error ``` MATCH () RETURN * ``` ``` ERROR: RETURN * is not allowed when there are no variables in scope ```...

question
override-stale

All discussions were conducted in #1439 Changes: 1) debug_parallel_query was set to 'regress' to avoid "CONTEXT: parallel worker" message appear 2) fixed unsorted output in the specified query

master

**Describe the bug** An error is observed when a property parameter includes a single quote. **How are you accessing AGE (Command line, driver, etc.)?** - I'm using the apache-age-python package...

question