TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Titan Distributed Graph Database 0.5.0

54 pointsby okramalmost 11 years ago

9 comments

blutootalmost 11 years ago
This might a stupid question but is this competing with Neo4j or Giraph? I didn't see a mention of comparison with either in the docs. I believe graph data storage and graph processing are two different things - is TItan doing both?
评论 #8183100 未加载
评论 #8182982 未加载
okramalmost 11 years ago
For those interested in Titan 1.0 roadmap and the evolution of the Titan OLTP&#x2F;OLAP story. Titan will be implementing TinkerPop3 API <a href="http://www.tinkerpop.com/docs/current/" rel="nofollow">http:&#x2F;&#x2F;www.tinkerpop.com&#x2F;docs&#x2F;current&#x2F;</a> ... Currently, Titan 0.5.0 leverages the Faunus Gremlin compiler (<a href="http://faunus.thinkaurelius.com" rel="nofollow">http:&#x2F;&#x2F;faunus.thinkaurelius.com</a>), but with TinkerPop3, TinkerPop3 provides an OLAP compiler for Gremlin that will make things easier for Titan as well as other graph computing engines implementing the stack <a href="http://www.tinkerpop.com/docs/current/#traversalvertexprogram" rel="nofollow">http:&#x2F;&#x2F;www.tinkerpop.com&#x2F;docs&#x2F;current&#x2F;#traversalvertexprogra...</a>
评论 #8183569 未加载
grizzlesalmost 11 years ago
Does this one work? I spent a bit of time playing with Titan earlier this year before passing and moving on.<p>IMHO the project made a critical design error by trying to be backend agnostic. From a technical perspective, that gives the worst of all worlds for everyone involved.
评论 #8185270 未加载
ddorian43almost 11 years ago
<a href="http://s3.thinkaurelius.com/docs/titan/0.5.0/changelog.html" rel="nofollow">http:&#x2F;&#x2F;s3.thinkaurelius.com&#x2F;docs&#x2F;titan&#x2F;0.5.0&#x2F;changelog.html</a>
sixwingalmost 11 years ago
Some nice changes in this release. Having built-in TTL on edges and vertices would have simplified several different system&#x27;s I&#x27;ve worked on.
vosperalmost 11 years ago
I would love to hear about peoples experiences working with Titan (or other graph dbs, for that matter) - I&#x27;ve been following the project with interest for some time now.<p>If you don&#x27;t want to comment on HN I&#x27;d really appreciate an email to craig dot glennie gmail
评论 #8183551 未加载
espeedalmost 11 years ago
Here&#x27;s Matthias&#x27; talk on Titan at StrangeLoop 2013...<p>Graph Computing at Scale <a href="http://www.infoq.com/presentations/scaling-graphs" rel="nofollow">http:&#x2F;&#x2F;www.infoq.com&#x2F;presentations&#x2F;scaling-graphs</a>
mooneateralmost 11 years ago
Some benchmarks against other graphdbs (but it was with Titan 0.3): <a href="http://euranova.eu/upl_docs/publications/an-empirical-comparison-of-graph-databases.pdf" rel="nofollow">http:&#x2F;&#x2F;euranova.eu&#x2F;upl_docs&#x2F;publications&#x2F;an-empirical-compar...</a>
评论 #8183089 未加载
lobster_johnsonalmost 11 years ago
How does Titan compare to OrientDB?