File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
625625databases 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
Original file line number Diff line number Diff 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
8383databases 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
Original file line number Diff line number Diff 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
4848databases 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+
5057NoSQL data stores resources
5158---------------------------
5259`NoSQL Weekly <http://www.nosqlweekly.com/ >`_ is a free curated email
You can’t perform that action at this time.
0 commit comments