Skip to content

Commit 4573a84

Browse files
committed
adding new resource for mongodb
1 parent c41607d commit 4573a84

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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-03-21T11:21:18Z</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-03-22T15:18:11Z</updated></feed>

no-sql-datastore.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ <h2>NoSQL data stores resources</h2>
112112
<p><a href="http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis">NoSQL comparison</a>
113113
is a large list of popular, BigTable-based, special purpose, and other
114114
datastores with attributes and the best use cases for each one.</p>
115+
<p><a href="http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/">MongoDB for startups</a>
116+
is a guide about using non-relational databases in green field environments.</p>
115117
<br/>
116118
Next read the
117119
<a href="/web-application-security.html">web security</a> section.

source/content/pages/17-no-sql-datastores/1701-no-sql-datastores.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ non-relational data stores.
5858
is a large list of popular, BigTable-based, special purpose, and other
5959
datastores with attributes and the best use cases for each one.
6060

61-
61+
[MongoDB for startups](http://www.optinidus.com/blogs/guide-to-mongodb-for-startups/)
62+
is a guide about using non-relational databases in green field environments.

0 commit comments

Comments
 (0)