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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Cayley – An open-source graph database

289 点作者 _pius将近 11 年前

18 条评论

bratsche将近 11 年前
For people here experienced with graph databases, do you typically use the graph db as your primary data store or do you use it in combination with something like postgresql? If you&#x27;re using both, can you talk about how that works and if it&#x27;s been successful for you?<p>I&#x27;m curious because I&#x27;ve had a couple situations where I thought using neo4j (or some graph db) would be a natural fit for something I wanted to do, but otherwise I thought most of my other data fit into postgresql just fine. My instinct is that if I&#x27;m doing this in a web app then querying from two different databases is going to slow down my responses a lot.
评论 #7947241 未加载
评论 #7947993 未加载
评论 #7949411 未加载
评论 #7946588 未加载
评论 #7947244 未加载
评论 #7948130 未加载
评论 #7948115 未加载
评论 #7949354 未加载
评论 #7947404 未加载
评论 #7947512 未加载
sfvisser将近 11 年前
Interesting &#x27;triple&#x27; they use :)<p><pre><code> &#x2F;&#x2F; Our triple struct, used throughout. type Triple struct { Sub string `json:&quot;subject&quot;` Pred string `json:&quot;predicate&quot;` Obj string `json:&quot;object&quot;` Provenance string `json:&quot;provenance,omitempty&quot;` }</code></pre>
评论 #7949356 未加载
评论 #7949687 未加载
slapresta将近 11 年前
I can&#x27;t get over the logo being a 3-colored version of a 2-colorable graph.
评论 #7948601 未加载
评论 #7948264 未加载
评论 #7947331 未加载
nicklovescode将近 11 年前
I&#x27;ve been using a graph db as my primary database with my last project(neo4j) and it has been a pleasure. I wish a good graph database was hooked in with the new Google Cloud stuff so it could be queried&#x2F;visualized&#x2F;performance analyzed in a similar fashion to the BigTable demo earlier
评论 #7946656 未加载
评论 #7946356 未加载
hugofirth将近 11 年前
One question: I&#x27;m curious what your motivation was for providing a Gremlin style query language? As opposed to something like Cypher? Was it a case of expressiveness, personal preference etc....?
评论 #7946380 未加载
评论 #7947344 未加载
评论 #7947282 未加载
cnbuff410将近 11 年前
Here is a brief introduction<p><a href="http://google-opensource.blogspot.hk/2014/06/cayley-graphs-in-go.html" rel="nofollow">http:&#x2F;&#x2F;google-opensource.blogspot.hk&#x2F;2014&#x2F;06&#x2F;cayley-graphs-i...</a>
brickcap将近 11 年前
Almost all graph databases use gremlin as querying language but I really love orient db&#x27;s approach of using sql[1] for querying graphs. It feels more natural in my opinion plus it lowers the barrier to entry for people who already know about sql.<p>Some of the things I like about cayley<p>1. Switchable backends(I wonder if I can configure it to use couchdb as a store)<p>2. Documentation get right to the point. When I first tried my hand at graph databases I could not understand where to start but cayley&#x27;s approach is pretty straight forward and it wins plus points from me for including a big dataset :)<p>A question: I see no mention in the docs about running it on multiple nodes (where does it stand with regards to CAP etc)<p>[1](<a href="https://github.com/orientechnologies/orientdb/wiki/SQL" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;orientechnologies&#x2F;orientdb&#x2F;wiki&#x2F;SQL</a>)
preillyme将近 11 年前
Has anybody tried out Orly? <a href="https://github.com/orlyatomics/orly" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;orlyatomics&#x2F;orly</a>
评论 #7947204 未加载
hugofirth将近 11 年前
Awesome - all my work is with graph data and graph databases any additions to the space are great news.
bobbriody将近 11 年前
Can anyone provide a working example for the visualization feature? The docs say that you can use the Tag functionality to label source&#x2F;target nodes for sigma.js rendering, but bridging the gap between that suggestion and the actual query does not seem trivial.
philjohn将近 11 年前
Sad to see no SPARQL support as of yet, it looks like it&#x27;s on their longer term goals though as they are query language agnostic.<p>Interesting to see more products entering this space.
dajohnson89将近 11 年前
Has anyone tried out Tinkerpop?<p><a href="http://www.tinkerpop.com" rel="nofollow">http:&#x2F;&#x2F;www.tinkerpop.com</a><p>I played with it, and it was kinda fun.
dingdingdang将近 11 年前
Demo version somewhere?
评论 #7946832 未加载
jperras将近 11 年前
weihuan将近 11 年前
zxcv
ForHackernews将近 11 年前
&gt; Not a Google project
评论 #7946263 未加载
评论 #7946159 未加载
leccine将近 11 年前
Woo, this is probably the coolest project from Google in the last while. Is there anybody using a graph database here? What is your use case? Would you mind sharing?
评论 #7954112 未加载
tempodox将近 11 年前
<p><pre><code> OS X: Homebrew is the preferred method. </code></pre> Over my dead body. Homebrew messes up my &#x2F;usr&#x2F;local, leaving its heaps of crap everywhere. I don&#x27;t find that acceptable. MacPorts at least has the decency to put itself into &#x2F;opt&#x2F;local, which isn&#x27;t normally used by anything else.