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

Hi all, I have a query that collects and consolidates various bits of data into a derived object, but it seems to cause a problem for the AGE driver (NodeJS)....

question

An attempt to add support for merge actions to AGE. This is currently WIP and I will need some help understanding the code a bit better. Currently I am lost...

I've recently implemented a simple driver for rust, that allows to easily map types and execute cypher queries. Hope you'll enjoy my work. https://github.com/Dzordzu/rust-apache-age https://crates.io/crates/apache_age I'm open to any kind...

enhancement

Is this compatible with the citus extension? I am currently using janusgraph. This looks interesting but I am worried how it would scale if I can't use citus.

enhancement
good first issue
help wanted

This branch tests uses of namespaces as OIDs instead of generating new one. We can solve this issue of OID using this way without adding much complex solution.

I'm working on a system that need to deal with dynamic properties. If I want to create a vertex, I can do it like this before that: select * from...

question

Can you please provide a workflow for upgrading _incubator-age'_s version?

question

This is used for untyped cypher clauses. The current cypher query must be of a type to be used, which requires a lot of work from users who only use...

Since PG 12 does not recommend and not allow to use the use of Oids, so removed Oids. Oid uses 4Byte, it uses INT type for compatibility. and, create a...