Skip to content

Commit 264df75

Browse files
committed
adding mongohq as a nosql third party service
1 parent 623eb79 commit 264df75

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
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>2013-12-12T12:59:33Z</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>2013-12-14T10:40:09Z</updated></feed>

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,11 @@ <h2>Graph</h2>
624624
<p><a class="reference external" href="http://www.neo4j.org/">Neo4j</a> is one of the most widely used graph
625625
databases and runs on the Java Virtual Machine stack.</p>
626626
</div>
627+
<div class="section" id="nosql-third-party-services">
628+
<h2>NoSQL third-party services</h2>
629+
<p><a class="reference external" href="http://www.mongohq.com/home">MongoHQ</a> provides MongoDB as a service. It's
630+
easy to set up with either a standard LAMP stack or on Heroku.</p>
631+
</div>
627632
<div class="section" id="nosql-data-stores-resources">
628633
<h2>NoSQL data stores resources</h2>
629634
<p><a class="reference external" href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email

pages/no-sql-datastore.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ <h2>Graph</h2>
8282
<p><a class="reference external" href="http://www.neo4j.org/">Neo4j</a> is one of the most widely used graph
8383
databases and runs on the Java Virtual Machine stack.</p>
8484
</div>
85+
<div class="section" id="nosql-third-party-services">
86+
<h2>NoSQL third-party services</h2>
87+
<p><a class="reference external" href="http://www.mongohq.com/home">MongoHQ</a> provides MongoDB as a service. It's
88+
easy to set up with either a standard LAMP stack or on Heroku.</p>
89+
</div>
8590
<div class="section" id="nosql-data-stores-resources">
8691
<h2>NoSQL data stores resources</h2>
8792
<p><a class="reference external" href="http://www.nosqlweekly.com/">NoSQL Weekly</a> is a free curated email

source/content/pages/no-sql-datastore.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ representing a person could have a property of "female" or "male".
4747
`Neo4j <http://www.neo4j.org/>`_ is one of the most widely used graph
4848
databases and runs on the Java Virtual Machine stack.
4949

50+
51+
NoSQL third-party services
52+
--------------------------
53+
`MongoHQ <http://www.mongohq.com/home>`_ provides MongoDB as a service. It's
54+
easy to set up with either a standard LAMP stack or on Heroku.
55+
56+
5057
NoSQL data stores resources
5158
---------------------------
5259
`NoSQL Weekly <http://www.nosqlweekly.com/>`_ is a free curated email

0 commit comments

Comments
 (0)