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

Updated details about Postgres Installation on Ubuntu. As some essential commands were missing. Those changes are already live in Apache Age documentation Setup part. But were not here in README.md...

PR for issue #908. Added NULLIF() function that takes 2 arguments of "any" type (converting non-AGTYPE types to AGTYPE values) and return NULL if the two specified expressions are equal,...

**Instructions** - Requires PG15 - Create following variables: ``` export PATH={location of pgsql-15}/bin:$PATH export PGDATA={location of pgsql-15}/bin/data ``` - Create a database and start the pgsql server - Clone the...

**INSTRUCTIONS** Use PostgreSQL 15 to run AGE CLI. Create a new directory and clone this repo in it. Open a terminal with this directory. Run the following commands: -> cd...

This PR incorporates the initial sample projects and the instructions on how to run them in the "sample" folder after the new changes made in the branch.

Corrected typos and grammatical errors in apache-age-basic.ipynb

## Changes `MATCH`, `WHERE`, `WITH`, and `RETURN` queries are made able to be parsed. - Modified tokens in 'cypher.l' - Modified grammars in 'cypher.y' grammars - Created headers, objects, and...

i am trying to install the age-viewer from GitHub by following these steps: Cloning the repository Changing directory to age-viewer Running "npm run setup" However, I am encountering issues with...

question

Add functions to create indexing functions for existing Drivers **Proposition:** Adding indexing functions for the drivers like those described in the regression test `index.sql` **Current situation:** Currently only alternative is...

enhancement

* This commit creates variables for constructing the Cypher query and prints those variables. * It adds lexical definitions for strings, the space character, and tabs. * Enables WHERE, WITH,...