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
<divclass="well see-also">MongoDB is an implementation of the <ahref="/no-sql-datastore.html">NoSQL database</a> concept. Learn more in the <ahref="/data.html">data</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
18
18
19
19
20
-
### General MongoDB introductions
20
+
### General MongoDB tutorials
21
21
It is worth taking some time to learn the ins and outs of MongoDB before
22
22
connecting it to your Python application. The following tutorials are
23
23
not specific to Python and will have you work directly with the MongoDB
@@ -47,6 +47,22 @@ command line and query language.
47
47
both the strengths and many weaknesses Mongo has despite what you may
[Database Auditing and Encryption](https://www.mongodb.com/blog/post/securing-mongodb-part-3-database-auditing-and-encryption)
96
+
and
97
+
[Environmental Control & Database Management](https://www.mongodb.com/blog/post/securing-mongodb-part-4-environmental-control-and-database-management).
98
+
99
+
* Lightweight Directory Access Protocol (LDAP) is common in many
100
+
established company environments for security. This post on
101
+
[How to Configure LDAP Authentication for MongoDB](https://www.mongodb.com/blog/post/how-to-configure-LDAP-authentication-for-mongodb)
102
+
goes over how to authenticate users via LDAP who are using MongoDB.
103
+
76
104
77
105
### Python with MongoDB resources
78
106
MongoDB is straightforward to use in a Python application when a driver
0 commit comments