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

48 pointsby nawazdhandalaover 9 years ago

6 comments

lobster_johnsonover 9 years ago
For those who, like me, were looking at the master branch and assumed the codebase was inactive, this is apparently the branch where development is happening:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;thinkaurelius&#x2F;titan&#x2F;tree&#x2F;titan09" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;thinkaurelius&#x2F;titan&#x2F;tree&#x2F;titan09</a><p>This is version 0.9, and they are gearing up for a 1.0 release.<p>Anyone here using it who can summarize their experience? Production-readiness, performance, general usability as an alternative to other NoSQL databases?
评论 #10205688 未加载
评论 #10205384 未加载
marknadalover 9 years ago
As another commentator mentioned, <a href="http:&#x2F;&#x2F;orientDB.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;orientDB.com&#x2F;</a> looks interesting as well.<p>Those complaining about Titan being abandoned, don&#x27;t worry. Getting better graph features into the Cassandra family is one of the best things they could do. So consider this a win-win.<p>For those looking for a javascript variant, check out my project <a href="http:&#x2F;&#x2F;gunDB.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;gunDB.io&#x2F;</a> which is a browser based graph database. Definitely not as &quot;academic&quot; leaning as Titan, but it is more friendly towards web developers which Titan is not.
评论 #10205927 未加载
arisAlexisover 9 years ago
why would you post a link to a project that the founders abandonded to go to work for Datastax? It was all over the news some months ago
评论 #10205015 未加载
评论 #10204137 未加载
评论 #10204460 未加载
neurohaxover 9 years ago
I need a distributed, scalable solution for querying set intersections. Before rolling my own I may give this a chance, though Apache accumulo looks like the first option.
pipeepover 9 years ago
I suppose it&#x27;s a difference in terminology, but it seems strange for them to state:<p>&gt; Support for ACID and eventual consistency.<p>As ACID typically implies strong consistency. To quote the wikipedia page on eventual consistency that they link to:<p>&gt; Eventually consistent services are often classified as providing BASE (Basically Available, Soft state, Eventual consistency) semantics, in contrast to traditional ACID (Atomicity, Consistency, Isolation, Durability) guarantees.
评论 #10204799 未加载
vander_elstover 9 years ago
another very interesting project <a href="http:&#x2F;&#x2F;orientdb.com&#x2F;orientdb&#x2F;" rel="nofollow">http:&#x2F;&#x2F;orientdb.com&#x2F;orientdb&#x2F;</a>