Oreilly - NoSQL with MongoDB in 24 Hours, Sams Teach Yourself (Supplemental Video)
by | Released January 2015 | ISBN: 0134122011
The media elements for Sams Teach Yourself NoSQL with MongoDB in 24 Hoursdemonstrate key points in the text. Show and hide more
- Video 2.1 Installing and Configuring MongoDB in Your Development Environment 00:05:10
- Video 2.2 Running a MongoDB Shell Script from the Command Line 00:02:08
- Video 3.1 Implementing Loops in JavaScript 00:02:01
- Video 3.2 Implementing Functions in JavaScript 00:01:30
- Video 3.3 Manipulating JavaScript Strings in MongoDB Shell Scripts 00:02:06
- Video 3.4 Manipulating JavaScript Arrays in MongoDB Shell Scripts 00:01:59
- Video 4.1 Creating Database User Accounts in the MongoDB Shell 00:02:54
- Video 4.2 Listing Users in a Database 00:01:42
- Video 4.3 Removing Users from a Database 00:01:54
- Video 4.4 Implementing Access Control to the MongoDB Database 00:04:34
- Video 5.1 Creating a New Database 00:01:42
- Video 5.2 Deleting a Database 00:01:47
- Video 5.3 Getting the Stats of the MongoDB Database 00:01:48
- Video 5.4 Creating a New Collection 00:01:59
- Video 5.5 Deleting a Collection from a Database 00:02:33
- Video 5.6 Creating the Example Dataset 00:05:49
- Video 6.1 Finding a Single Document in the MongoDB Shell 00:01:52
- Video 6.2 Retrieving Multiple Documents in the MongoDB Shell 00:03:02
- Video 6.3 Finding Specific Documents Using the MongoDB Shell 00:04:10
- Video 7.1 Counting the Number of Documents Represented by a Cursor in the MongoDB Shell 00:03:22
- Video 7.2 Sorting Documents Represented by a Cursor from the MongoDB Shell 00:03:26
- Video 7.3 Limiting Documents Represented by a Cursor in the MongoDB Shell 00:02:59
- Video 7.4 Limiting Which Document Fields Are Returned from Find Requests in the MongoDB Shell 00:03:30
- Video 7.5 Paging Through Documents in a Collection from the MongoDB Shell 00:03:00
- Video 7.6 Retrieving Distinct Values for a Specific Field Using the MongoDB Shell 00:03:03
- Video 8.1 Inserting Documents into a Collection Using the MongoDB Shell 00:03:17
- Video 8.2 Updating Documents in a Collection Using the MongoDB Shell 00:04:53
- Video 8.3 Saving Documents in a Collection Using the MongoDB Shell 00:03:04
- Video 8.4 Upserting Documents in a Collection Using the MongoDB Shell 00:03:38
- Video 8.5 Deleting Documents from a Collection Using the MongoDB Shell 00:02:46
- Video 9.1 Grouping Objects by Key Values Using the MongoDB Shell 00:04:17
- Video 9.2 Generating Aggregated Data from a Collection Using the MongoDB Shell 00:04:08
- Video 9.3 Using Map Reduce to Manipulate Results of Request from the MongoDB Shell 00:04:16
- Video 10.1 Implementing the Java MongoDB Driver and Connecting to MongoDB Using Java 00:03:42
- Video 10.2 Retrieving Documents from MongoDB Using Java 00:04:26
- Video 10.3 Retrieving Specific Documents from MongoDB Using Java 00:05:28
- Video 10.4 Counting the Number of Documents Represented by a Cursor in Java 00:02:39
- Video 10.5 Sorting Documents Represented by a Cursor in Java 00:04:29
- Video 11.1 Limiting the Number of Documents Represented by a Cursor in Java 00:03:07
- Video 11.2 Limiting Which Document Fields Are Returned from Find Requests in Java 00:04:42
- Video 11.3 Paging Through Documents in a Collection Using Java 00:03:48
- Video 11.4 Retrieving Distinct Values for a Specific Field Using Java 00:03:31
- Video 11.5 Grouping Documents by Field Values in Java 00:04:45
- Video 11.6 Generating Aggregated Data from MongoDB in Java Applications 00:05:11
- Video 12.1 Inserting Documents into a Collection Using Java 00:04:59
- Video 12.2 Deleting Documents from a Collection Using Java 00:03:26
- Video 12.3 Saving Documents in a Collection Using Java 00:03:57
- Video 12.4 Updating Documents in a Collection Using Java 00:05:09
- Video 12.5 Upserting Documents in a Collection Using Java 00:04:40
- Video 13.1 Implementing the PHP MongoDB Driver and Connecting to MongoDB Using PHP 00:02:48
- Video 13.2 Retrieving Documents from MongoDB Using PHP 00:02:50
- Video 13.3 Retrieving Specific Documents from MongoDB Using PHP 00:03:50
- Video 13.4 Counting the Number of Documents Represented by a Cursor in PHP 00:02:10
- Video 13.5 Sorting Documents Represented by a Cursor in PHP 00:03:37
- Video 14.1 Limiting the Number of Documents Represented by a Cursor in PHP 00:02:28
- Video 14.2 Limiting Which Document Fields Are Returned from Find Requests in PHP 00:03:59
- Video 14.3 Paging Through Documents in a Collection Using PHP 00:03:05
- Video 14.4 Retrieving Distinct Values for a Specific Field Using PHP 00:02:50
- Video 14.5 Grouping Documents by Field Values in PHP 00:04:23
- Video 14.6 Generating Aggregated Data from MongoDB in PHP Applications 00:03:59
- Video 15.1 Inserting Documents into a Collection Using PHP 00:03:44
- Video 15.2 Deleting Documents from a Collection Using PHP 00:02:49
- Video 15.3 Saving Documents in a Collection Using PHP 00:03:11
- Video 15.4 Updating Documents in a Collection Using PHP 00:04:09
- Video 15.5 Upserting Documents in a Collection Using PHP 00:04:30
- Video 16.1 Implementing the Python MongoDB Driver and Connecting to MongoDB Using Python 00:02:36
- Video 16.2 Retrieving Documents from MongoDB Using Python 00:02:38
- Video 16.3 Retrieving Specific Documents from MongoDB Using Python 00:03:50
- Video 16.4 Counting the Number of Documents Represented by a Cursor in Python 00:02:00
- Video 16.5 Sorting Documents Represented by a Cursor in Python 00:03:42
- Video 17.1 Limiting the Number of Documents Represented by a Cursor in Python 00:02:26
- Video 17.2 Limiting Which Document Fields Are Returned from Find Requests in Python 00:04:21
- Video 17.3 Paging Through Documents in a Collection Using Python 00:03:00
- Video 17.4 Retrieving Distinct Values for a Specific Field Using Python 00:03:20
- Video 17.5 Grouping Documents by Field Values in Python 00:04:28
- Video 17.6 Generating Aggregated Data from MongoDB in Python Applications 00:04:25
- Video 18.1 Inserting Documents into a Collection Using Python 00:03:49
- Video 18.2 Deleting Documents from a Collection Using Python 00:02:38
- Video 18.3 Saving Documents in a Collection Using Python 00:03:15
- Video 18.4 Updating Documents in a Collection Using Python 00:04:21
- Video 18.5 Upserting Documents in a Collection Using Python 00:04:49
- Video 19.1 Implementing the Node.js MongoDB Driver and Connecting to MongoDB Using Node.js 00:03:09
- Video 19.2 Retrieving Documents from MongoDB Using Node.js 00:03:03
- Video 19.3 Retrieving Specific Documents from MongoDB Using Node.js 00:04:08
- Video 19.4 Counting the Number of Documents Represented by a Cursor in Node.js 00:02:17
- Video 19.5 Sorting Documents Represented by a Cursor in Node.js 00:03:50
- Video 20.1 Limiting the Number of Documents Represented by a Cursor in Node.js 00:03:29
- Video 20.2 Limiting Which Document Fields Are Returned from Find Requests in Node.js 00:03:38
- Video 20.3 Paging Through Documents in a Collection Using Node.js 00:03:44
- Video 20.4 Retrieving Distinct Values for a Specific Field Using Node.js 00:03:15
- Video 20.5 Grouping Documents by Field Values in Node.js 00:04:38
- Video 20.6 Generating Aggregated Data from MongoDB in Node.js Applications 00:04:21
- Video 21.1 Inserting Documents into a Collection Using Node.js 00:04:35
- Video 21.2 Deleting Documents from a Collection Using Node.js 00:03:24
- Video 21.3 Saving Documents in a Collection Using Node.js 00:03:50
- Video 21.4 Updating Documents in a Collection Using Node.js 00:04:57
- Video 21.5 Upserting Documents in a Collection Using Node.js 00:05:02
- Video 22.1 Creating a Copy of a MongoDB Database 00:01:42
- Video 22.2 Renaming a Collection in a MongoDB Database 00:02:11
- Video 22.3 Creating a Capped Collection in a MongoDB Database 00:02:15
- Video 22.4 Implementing Indexes on a Collection in a MongoDB Database 00:02:24
- Video 22.5 Validating a MongoDB Database 00:01:38
- Video 22.6 Implementing Profiling on a MongoDB Database 00:02:34
- Video 22.7 Analyzing Queries on a MongoDB Database 00:01:51
- Video 22.8 Analyzing MongoDB Database Usage 00:01:45
- Video 23.1 Creating a MongoDB Replica Set 00:06:15
- Video 23.2 Creating a Sharded MongoDB Cluster 00:06:24
- Video 24.1 Storing and Retrieving Files in the MongoDB GridFS Store from the Console 00:02:38
- Video 24.2 Accessing and Manipulating Files in the MongoDB GridFS Store from Java 00:04:31
- Video 24.3 Accessing and Manipulating Files in the MongoDB GridFS Store from PHP 00:03:58
- Video 24.4 Accessing and Manipulating Files in the MongoDB GridFS Store from Python 00:03:24
- Video 24.5 Accessing and Manipulating Files in the MongoDB GridFS Store from Node.js 00:04:03
Show and hide more 9780134122014.nosql.with.mongodb.OR.part01.rar
9780134122014.nosql.with.mongodb.OR.part02.rar
9780134122014.nosql.with.mongodb.OR.part03.rar
9780134122014.nosql.with.mongodb.OR.part04.rar
9780134122014.nosql.with.mongodb.OR.part05.rar
9780134122014.nosql.with.mongodb.OR.part06.rar
9780134122014.nosql.with.mongodb.OR.part07.rar
9780134122014.nosql.with.mongodb.OR.part08.rar
9780134122014.nosql.with.mongodb.OR.part09.rar
9780134122014.nosql.with.mongodb.OR.part10.rar
9780134122014.nosql.with.mongodb.OR.part11.rar
TO MAC USERS: If RAR password doesn't work, use this archive program:
RAR Expander 0.8.5 Beta 4 and extract password protected files without error.
TO WIN USERS: If RAR password doesn't work, use this archive program:
Latest Winrar and extract password protected files without error.