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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Cayley – An open-source graph database

167 点作者 indatawetrust将近 9 年前

9 条评论

ocdtrekkie将近 9 年前
&quot;Not a Google project, but created and maintained by a Googler&quot;<p>Interesting location, being in the main Google organization, given this disclaimer. I&#x27;ve seen other projects with this disclaimer under Googlers&#x27; personal pages before, and I always figured a &#x2F;google&#x2F; URL probably meant it was officially a Google project.
评论 #11894191 未加载
评论 #11894823 未加载
placeybordeaux将近 9 年前
For people that are concerned about lack of development on Cayley it looks like there is a fork that is actively merging PRs if nothing else:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dennwc&#x2F;cayley" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dennwc&#x2F;cayley</a><p>Found from the mailing list:<p><a href="https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;?hl=en#!topic&#x2F;cayley-users&#x2F;DEh24z8pA7M" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;?hl=en#!topic&#x2F;cayley-users&#x2F;D...</a>
sidi将近 9 年前
The project has no activity in the last 6 months. I would like to see an open-source graph database that&#x27;s being actively developed and maintained.
评论 #11894841 未加载
评论 #11895363 未加载
评论 #11894105 未加载
评论 #11893883 未加载
评论 #11893929 未加载
评论 #11893912 未加载
评论 #11894395 未加载
评论 #11895041 未加载
评论 #11896939 未加载
评论 #11901880 未加载
评论 #11894523 未加载
评论 #11894166 未加载
评论 #11894353 未加载
评论 #11893995 未加载
评论 #11894702 未加载
评论 #11893898 未加载
flaviuspopan将近 9 年前
What are the main reasons someone would use this over Neo4j? Is being open source the primary differentiator?
评论 #11895127 未加载
评论 #11894566 未加载
评论 #11897651 未加载
评论 #11895028 未加载
bogomipz将近 9 年前
Clair the vulnerability database for docker images uses Cayley which is how I found about it, both neat projects and worth a look:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;coreos&#x2F;clair" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coreos&#x2F;clair</a>
评论 #11907186 未加载
dang将近 9 年前
Previously discussed at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7946024" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7946024</a>.
scrollaway将近 9 年前
I&#x27;ve been looking at Cayley recently, for a project of ours. We want to ingest millions of Hearthstone replays (simple XML documents describing thousands of key&#x2F;value deltas per game) and analyze the game state for every turn, etc.<p>Cayley seems uniquely suited for that, but its development activity is concerning. If anyone has any other suggestions, I&#x27;m all ears.
评论 #11895829 未加载
erichocean将近 9 年前
I like <a href="https:&#x2F;&#x2F;github.com&#x2F;GraphChi&#x2F;graphchi-cpp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GraphChi&#x2F;graphchi-cpp</a> quite a bit. Handles out-of-core graphs really well. Fast.
j2kun将近 9 年前
What exactly is an open source graph?