Skip to content

Commit f3bf5bc

Browse files
committed
adding titan as graph db
1 parent 6bf7dc6 commit f3bf5bc

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,6 +1908,10 @@ <h3>Graph data stores</h3>
19081908
<p><a href="https://github.com/google/cayley">Cayley</a> is an open source graph data
19091909
store written by Google primarily written in Go.</p>
19101910
</li>
1911+
<li>
1912+
<p><a href="http://thinkaurelius.github.io/titan/">Titan</a> is a distributed graph
1913+
database built for multi-node clusters.</p>
1914+
</li>
19111915
</ul>
19121916
<h3>Graph data store resources</h3>
19131917
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-15T14:12:53Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-08-15T14:15:41Z</updated></feed>

no-sql-datastore.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ <h3>Graph data stores</h3>
123123
<p><a href="https://github.com/google/cayley">Cayley</a> is an open source graph data
124124
store written by Google primarily written in Go.</p>
125125
</li>
126+
<li>
127+
<p><a href="http://thinkaurelius.github.io/titan/">Titan</a> is a distributed graph
128+
database built for multi-node clusters.</p>
129+
</li>
126130
</ul>
127131
<h3>Graph data store resources</h3>
128132
<ul>

source/content/pages/04-data/0402-no-sql-datastores.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ representing a person could have a property of "female" or "male".
103103
* [Cayley](https://github.com/google/cayley) is an open source graph data
104104
store written by Google primarily written in Go.
105105

106+
* [Titan](http://thinkaurelius.github.io/titan/) is a distributed graph
107+
database built for multi-node clusters.
108+
106109

107110
### Graph data store resources
108111
* [Introduction to Graph Databases](http://www.slideshare.net/maxdemarzi/introduction-to-graph-databases-12735789)

0 commit comments

Comments
 (0)