Learning Programmatic Access to MongoDB [Video]
This course has been retired. Check out the alternatives below
- $12.99 Video + Subscription Buy
-
What do you get with a Packt Subscription?
- Instant access to this title and 7,500+ eBooks & Videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
Installing the MongoDB API for PHP/Python
- The Course Overview
- Version of MongoDB
- Installing MongoDB
- Installing PHP
- Installing pyMongo
- Replication Reads and Writes
- IDE Setup
-
Connecting to MongoDB via the PHP/Python API
- Introduction to PHP
- Connecting to PHP Instance
- Review and RBAC
- Connecting to Mongo Using RBAC
- Replication Set
- Connecting to Replication Set
- Read Preference
- MongoDB x509
- Mongo Server TLS
- Mongo TLS Client
- Connecting Programmatically to MongoDB
- Debugging Session to Connecting SSL to MongoDB in PHP
- GitLab Repository
-
CRUD Queries to MongoDB via the PHP/Python AP
- Introduction to CREATE
- Data Requirements for CREATE
- CREATE the User Record – Part 1
- CREATE the User Record – Part 2
- Fetching Records – Part 1
- Fetching Records – Part 2
- Fetching Records – Part 3
- Updating Records – Part 1
- Updating Records – Part 2
- Updating Records – Part 3
- Updating Records – Part 4
- Deleting Records – Part 1
- Deleting Records – Part 2
- pyCharm Setup
- Python – Connecting to MongoDB
- Python – Fixed TLS Issues
- Python – AppStack
- Insert New User – Part 1
- Insert New User – Part 2
-
Advanced Queries
- Query Discriminants – Part 1
- Query Discriminants – Part 2
- Query Projections
- Sorting
- Skip/Limit
- Aggregate Queries