TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Is Apache AGE a better alternative to neo4j

2 点作者 aditikothari11 个月前
I’m using a neo4j for tracking simple relationships and querying a node’s neighbours recursively. However, I’m unsure if I need a full-fledged graph database like neo4j, which offers a lot more complex graph querying capabilities. Apache AGE seems like a potential alternative, as it can be used as an extension on an existing PostgreSQL database, which I have, allows the use of both SQL and Cypher for querying. This interoperability might provide powerful querying options in the future for the use case. My main concern with neo4j is maintainability. Finding experienced neo4j developers can be challenging, and debugging neo4j related issues often requires a deep dive of its inner workings. Given my requirements, would Apache AGE be a more suitable choice compared to neo4j? link to repo for more context: https://github.com/getmomentum/momentum-core/issues/26

1 comment

quantified11 个月前
I would prototype a solution in AGE. It will eliminate the barrier between "graph" and "relational". Postgres also scales rather well.
评论 #40871037 未加载