Oreilly - NoSQL with MongoDB in 24 Hours, Sams Teach Yourself (Supplemental Video) - 9780134122014
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
  1. Video 2.1 Installing and Configuring MongoDB in Your Development Environment 00:05:10
  2. Video 2.2 Running a MongoDB Shell Script from the Command Line 00:02:08
  3. Video 3.1 Implementing Loops in JavaScript 00:02:01
  4. Video 3.2 Implementing Functions in JavaScript 00:01:30
  5. Video 3.3 Manipulating JavaScript Strings in MongoDB Shell Scripts 00:02:06
  6. Video 3.4 Manipulating JavaScript Arrays in MongoDB Shell Scripts 00:01:59
  7. Video 4.1 Creating Database User Accounts in the MongoDB Shell 00:02:54
  8. Video 4.2 Listing Users in a Database 00:01:42
  9. Video 4.3 Removing Users from a Database 00:01:54
  10. Video 4.4 Implementing Access Control to the MongoDB Database 00:04:34
  11. Video 5.1 Creating a New Database 00:01:42
  12. Video 5.2 Deleting a Database 00:01:47
  13. Video 5.3 Getting the Stats of the MongoDB Database 00:01:48
  14. Video 5.4 Creating a New Collection 00:01:59
  15. Video 5.5 Deleting a Collection from a Database 00:02:33
  16. Video 5.6 Creating the Example Dataset 00:05:49
  17. Video 6.1 Finding a Single Document in the MongoDB Shell 00:01:52
  18. Video 6.2 Retrieving Multiple Documents in the MongoDB Shell 00:03:02
  19. Video 6.3 Finding Specific Documents Using the MongoDB Shell 00:04:10
  20. Video 7.1 Counting the Number of Documents Represented by a Cursor in the MongoDB Shell 00:03:22
  21. Video 7.2 Sorting Documents Represented by a Cursor from the MongoDB Shell 00:03:26
  22. Video 7.3 Limiting Documents Represented by a Cursor in the MongoDB Shell 00:02:59
  23. Video 7.4 Limiting Which Document Fields Are Returned from Find Requests in the MongoDB Shell 00:03:30
  24. Video 7.5 Paging Through Documents in a Collection from the MongoDB Shell 00:03:00
  25. Video 7.6 Retrieving Distinct Values for a Specific Field Using the MongoDB Shell 00:03:03
  26. Video 8.1 Inserting Documents into a Collection Using the MongoDB Shell 00:03:17
  27. Video 8.2 Updating Documents in a Collection Using the MongoDB Shell 00:04:53
  28. Video 8.3 Saving Documents in a Collection Using the MongoDB Shell 00:03:04
  29. Video 8.4 Upserting Documents in a Collection Using the MongoDB Shell 00:03:38
  30. Video 8.5 Deleting Documents from a Collection Using the MongoDB Shell 00:02:46
  31. Video 9.1 Grouping Objects by Key Values Using the MongoDB Shell 00:04:17
  32. Video 9.2 Generating Aggregated Data from a Collection Using the MongoDB Shell 00:04:08
  33. Video 9.3 Using Map Reduce to Manipulate Results of Request from the MongoDB Shell 00:04:16
  34. Video 10.1 Implementing the Java MongoDB Driver and Connecting to MongoDB Using Java 00:03:42
  35. Video 10.2 Retrieving Documents from MongoDB Using Java 00:04:26
  36. Video 10.3 Retrieving Specific Documents from MongoDB Using Java 00:05:28
  37. Video 10.4 Counting the Number of Documents Represented by a Cursor in Java 00:02:39
  38. Video 10.5 Sorting Documents Represented by a Cursor in Java 00:04:29
  39. Video 11.1 Limiting the Number of Documents Represented by a Cursor in Java 00:03:07
  40. Video 11.2 Limiting Which Document Fields Are Returned from Find Requests in Java 00:04:42
  41. Video 11.3 Paging Through Documents in a Collection Using Java 00:03:48
  42. Video 11.4 Retrieving Distinct Values for a Specific Field Using Java 00:03:31
  43. Video 11.5 Grouping Documents by Field Values in Java 00:04:45
  44. Video 11.6 Generating Aggregated Data from MongoDB in Java Applications 00:05:11
  45. Video 12.1 Inserting Documents into a Collection Using Java 00:04:59
  46. Video 12.2 Deleting Documents from a Collection Using Java 00:03:26
  47. Video 12.3 Saving Documents in a Collection Using Java 00:03:57
  48. Video 12.4 Updating Documents in a Collection Using Java 00:05:09
  49. Video 12.5 Upserting Documents in a Collection Using Java 00:04:40
  50. Video 13.1 Implementing the PHP MongoDB Driver and Connecting to MongoDB Using PHP 00:02:48
  51. Video 13.2 Retrieving Documents from MongoDB Using PHP 00:02:50
  52. Video 13.3 Retrieving Specific Documents from MongoDB Using PHP 00:03:50
  53. Video 13.4 Counting the Number of Documents Represented by a Cursor in PHP 00:02:10
  54. Video 13.5 Sorting Documents Represented by a Cursor in PHP 00:03:37
  55. Video 14.1 Limiting the Number of Documents Represented by a Cursor in PHP 00:02:28
  56. Video 14.2 Limiting Which Document Fields Are Returned from Find Requests in PHP 00:03:59
  57. Video 14.3 Paging Through Documents in a Collection Using PHP 00:03:05
  58. Video 14.4 Retrieving Distinct Values for a Specific Field Using PHP 00:02:50
  59. Video 14.5 Grouping Documents by Field Values in PHP 00:04:23
  60. Video 14.6 Generating Aggregated Data from MongoDB in PHP Applications 00:03:59
  61. Video 15.1 Inserting Documents into a Collection Using PHP 00:03:44
  62. Video 15.2 Deleting Documents from a Collection Using PHP 00:02:49
  63. Video 15.3 Saving Documents in a Collection Using PHP 00:03:11
  64. Video 15.4 Updating Documents in a Collection Using PHP 00:04:09
  65. Video 15.5 Upserting Documents in a Collection Using PHP 00:04:30
  66. Video 16.1 Implementing the Python MongoDB Driver and Connecting to MongoDB Using Python 00:02:36
  67. Video 16.2 Retrieving Documents from MongoDB Using Python 00:02:38
  68. Video 16.3 Retrieving Specific Documents from MongoDB Using Python 00:03:50
  69. Video 16.4 Counting the Number of Documents Represented by a Cursor in Python 00:02:00
  70. Video 16.5 Sorting Documents Represented by a Cursor in Python 00:03:42
  71. Video 17.1 Limiting the Number of Documents Represented by a Cursor in Python 00:02:26
  72. Video 17.2 Limiting Which Document Fields Are Returned from Find Requests in Python 00:04:21
  73. Video 17.3 Paging Through Documents in a Collection Using Python 00:03:00
  74. Video 17.4 Retrieving Distinct Values for a Specific Field Using Python 00:03:20
  75. Video 17.5 Grouping Documents by Field Values in Python 00:04:28
  76. Video 17.6 Generating Aggregated Data from MongoDB in Python Applications 00:04:25
  77. Video 18.1 Inserting Documents into a Collection Using Python 00:03:49
  78. Video 18.2 Deleting Documents from a Collection Using Python 00:02:38
  79. Video 18.3 Saving Documents in a Collection Using Python 00:03:15
  80. Video 18.4 Updating Documents in a Collection Using Python 00:04:21
  81. Video 18.5 Upserting Documents in a Collection Using Python 00:04:49
  82. Video 19.1 Implementing the Node.js MongoDB Driver and Connecting to MongoDB Using Node.js 00:03:09
  83. Video 19.2 Retrieving Documents from MongoDB Using Node.js 00:03:03
  84. Video 19.3 Retrieving Specific Documents from MongoDB Using Node.js 00:04:08
  85. Video 19.4 Counting the Number of Documents Represented by a Cursor in Node.js 00:02:17
  86. Video 19.5 Sorting Documents Represented by a Cursor in Node.js 00:03:50
  87. Video 20.1 Limiting the Number of Documents Represented by a Cursor in Node.js 00:03:29
  88. Video 20.2 Limiting Which Document Fields Are Returned from Find Requests in Node.js 00:03:38
  89. Video 20.3 Paging Through Documents in a Collection Using Node.js 00:03:44
  90. Video 20.4 Retrieving Distinct Values for a Specific Field Using Node.js 00:03:15
  91. Video 20.5 Grouping Documents by Field Values in Node.js 00:04:38
  92. Video 20.6 Generating Aggregated Data from MongoDB in Node.js Applications 00:04:21
  93. Video 21.1 Inserting Documents into a Collection Using Node.js 00:04:35
  94. Video 21.2 Deleting Documents from a Collection Using Node.js 00:03:24
  95. Video 21.3 Saving Documents in a Collection Using Node.js 00:03:50
  96. Video 21.4 Updating Documents in a Collection Using Node.js 00:04:57
  97. Video 21.5 Upserting Documents in a Collection Using Node.js 00:05:02
  98. Video 22.1 Creating a Copy of a MongoDB Database 00:01:42
  99. Video 22.2 Renaming a Collection in a MongoDB Database 00:02:11
  100. Video 22.3 Creating a Capped Collection in a MongoDB Database 00:02:15
  101. Video 22.4 Implementing Indexes on a Collection in a MongoDB Database 00:02:24
  102. Video 22.5 Validating a MongoDB Database 00:01:38
  103. Video 22.6 Implementing Profiling on a MongoDB Database 00:02:34
  104. Video 22.7 Analyzing Queries on a MongoDB Database 00:01:51
  105. Video 22.8 Analyzing MongoDB Database Usage 00:01:45
  106. Video 23.1 Creating a MongoDB Replica Set 00:06:15
  107. Video 23.2 Creating a Sharded MongoDB Cluster 00:06:24
  108. Video 24.1 Storing and Retrieving Files in the MongoDB GridFS Store from the Console 00:02:38
  109. Video 24.2 Accessing and Manipulating Files in the MongoDB GridFS Store from Java 00:04:31
  110. Video 24.3 Accessing and Manipulating Files in the MongoDB GridFS Store from PHP 00:03:58
  111. Video 24.4 Accessing and Manipulating Files in the MongoDB GridFS Store from Python 00:03:24
  112. Video 24.5 Accessing and Manipulating Files in the MongoDB GridFS Store from Node.js 00:04:03
  113. Show and hide more

    Oreilly - NoSQL with MongoDB in 24 Hours, Sams Teach Yourself (Supplemental Video)

    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.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss