You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="well see-also">Redis is an implementation of the <a href="/no-sql-datastore.html">NoSQL database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
<div class="well see-also">MongoDB is an implementation of the <a href="/no-sql-datastore.html">NoSQL database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
9073
+
9074
+
<h3>Introduction to MongoDB tutorials</h3>
9075
+
<ul>
9076
+
<li>
9077
+
<p><a href="https://realpython.com/blog/python/introduction-to-mongodb-and-python/">Introduction to MongoDB and Python</a>
9078
+
shows how to use Python to interface with MongoDB via PyMongo and MongoEngine.</p>
9079
+
</li>
9080
+
<li>
9081
+
<p><a href="https://www.youtube.com/watch?list=PL1Z_7yg6Pa3AhqCOTQKm9X_Sl9xLdMKYo&v=pWbMrx5rVBE">MongoDB In 30 Minutes</a>
9082
+
goes over the basics for creating, querying, updating and deleting data
<p><a href="https://engineering.meteor.com/mongodb-queries-dont-always-return-all-matching-documents-654b6594a827">MongoDB queries do not always return all matching documents!</a>
9101
+
walks through discovering that potential pitfalls on how MongoDB queries
9102
+
operate that were non-intuitive to some developers.</p>
9103
+
</li>
9104
+
<li>
9105
+
<p><a href="https://talkpython.fm/episodes/show/2/python-and-mongodb">Python and MongoDB</a>
9106
+
on the Talk Python to Me podcast has a great interview with the
9107
+
MongoDB Python driver maintainer</p>
9108
+
</li>
9066
9109
</ul>
9067
9110
<h1>Application Programming Interfaces</h1>
9068
9111
<p>Application programming interfaces (APIs) provide machine-readable
@@ -10154,6 +10197,7 @@ <h1>Change Log</h1>
10154
10197
<h2>2017</h2>
10155
10198
<h3>January</h3>
10156
10199
<ul>
10200
+
<li>New <a href="/redis.html">Redis</a> and <a href="/mongodb.html">MongoDB</a> pages.</li>
10157
10201
<li>Further work on the <a href="/git.html">Git</a> page.</li>
0 commit comments