Apache AGE, a PostgreSQL extension with graph database functionality
1–10 of 77 posts
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#2Every implementation is all over the place and completely non-portable. And neo4j performance leaves much to be desired.
My personal go-to is RedisGraph paired with RedisInsight for the instant visualizations. It just feels "right" and, while not perfect, is overall intuitive.
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#3What subset of the openCypher dialect specification will Apache Age support? Every implementation is all over the place and completely non-portable. And neo4j performance leaves much to be desired. My personal go-to is RedisGraph paired with RedisInsight for the instant visualizations. It just feels "right" and, while not perfect, is overall intuitive.
I'm glad there seems to be continued interest in graphDBs, I think there's a lot of potential in that space and I'm eagerly awaiting a clear winner to emerge.
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#4What subset of the openCypher dialect specification will Apache Age support? Every implementation is all over the place and completely non-portable. And neo4j performance leaves much to be desired. My personal go-to is RedisGraph paired with RedisInsight for the instant visualizations. It just feels "right" and, while not perfect, is overall intuitive.
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#5I’m about to give RedisGraph a try and I guess I will try this one a go as well.
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#6Re: Apache AGE, a PostgreSQL extension with graph database functionality
#7Re: Apache AGE, a PostgreSQL extension with graph database functionality
#8Apache Age: A Graph Extension for PostgreSQL - https://news.ycombinator.com/item?id=26345755 - March 2021 (45 comments)
Apache AGE: PostgreSQL-based graph database - https://news.ycombinator.com/item?id=26309560 - March 2021 (11 comments)
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#9Currently I’m using materialized paths to efficiency return all commments but would be keen to know if AGE can help query comments for an article more powerfully.
Re: Apache AGE, a PostgreSQL extension with graph database functionality
#10How are graph edges and nodes exposed to the Postgresql type system?