Skip to content

Commit d27c845

Browse files
committed
adding cayley as a graph database
1 parent 275a3fb commit d27c845

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

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-06-25T07:59:28Z</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-06-26T07:53:03Z</updated></feed>

no-sql-datastore.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,14 @@ <h2>Graph</h2>
110110
representing a person could have a property of "female" or "male".</p>
111111
<h3>Graph data stores</h3>
112112
<ul>
113-
<li><a href="http://www.neo4j.org/">Neo4j</a> is one of the most widely used graph
114-
databases and runs on the Java Virtual Machine stack.</li>
113+
<li>
114+
<p><a href="http://www.neo4j.org/">Neo4j</a> is one of the most widely used graph
115+
databases and runs on the Java Virtual Machine stack.</p>
116+
</li>
117+
<li>
118+
<p><a href="https://github.com/google/cayley">Cayley</a> is an open source graph data
119+
store written by Google primarily written in Go.</p>
120+
</li>
115121
</ul>
116122
<h3>Graph data store resources</h3>
117123
<ul>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ representing a person could have a property of "female" or "male".
9595
* [Neo4j](http://www.neo4j.org/) is one of the most widely used graph
9696
databases and runs on the Java Virtual Machine stack.
9797

98+
* [Cayley](https://github.com/google/cayley) is an open source graph data
99+
store written by Google primarily written in Go.
100+
98101

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

0 commit comments

Comments
 (0)