Oreilly - NoSQL with MongoDB Video How-To - 9780672337758
Oreilly - NoSQL with MongoDB Video How-To
by | Released November 2015 | ISBN: 0672337754


Skip the reading and learn by watching!Short, clear videos show you visually how to perform individual tasks in MongoDBNoSQL with MongoDB Video How-To is a series of short, 2- to 5-minute how-to videos that walk you through a specific task or technique related to leveraging the MongoDB NOSQL database system.Adapted from Brad Dayley's book Sams Teach Yourself NoSQL with MongoDB in 24 Hours, each video is self-contained and focused entirely on one particular task. You can either go through the videos in sequence or you can jump into a particular task, see how something is done, and then jump out again.About the InstructorBrad Dayley is a senior software engineer with more than 20 years of experience developing enterprise applications. He has designed and developed large-scale business applications, including SAS applications with NoSQL database back ends and rich Internet web applications as front ends. He is the author of the jQuery and JavaScript Phrasebook, Sams Teach Yourself jQuery and JavaScript in 24 Hours,  and Node.js, MongoDB, and AngularJS Web Development.Skill LevelBeginnerIntermediateJust a couple minutes is all you need to learn how to...Install and Configure MongoDB in Your Development EnvironmentRun a MongoDB Shell Script from the Command LineImplement Loops in JavaScriptImplement Functions in JavaScriptManipulate JavaScript Strings in MongoDB Shell ScriptsManipulate JavaScript Arrays in MongoDB Shell ScriptsCreate Database User Accounts in the MongoDB ShellList Users in a DatabaseRemove Users from a DatabaseImplement Access Control to the MongoDB DatabaseCreate a New DatabaseDelete a DatabaseGet the Stats of the MongoDB DatabaseCreate a New CollectionDelete a Collection from a DatabaseCreate the Example DatasetFind a Single Document in the MongoDB ShellRetrieve Multiple Documents in the MongoDB ShellFind Specific Documents Using the MongoDB ShellCount the Number of Documents Represented by a Cursor in the MongoDB ShellSort Documents Represented by a Cursor from the MongoDB ShellLimit Documents Represented by a Cursor in the MongoDB ShellLimit Which Document Fields Are Returned from Find Requests in the MongoDB ShellPage Through Documents in a Collection from the MongoDB ShellRetrieve Distinct Values for a Specific Field Using the MongoDB ShellInsert Documents into a Collection Using the MongoDB ShellUpdate Documents in a Collection Using the MongoDB ShellSave Documents in a Collection Using the MongoDB ShellUpsert Documents in a Collection Using the MongoDB ShellDelete Documents from a Collection Using the MongoDB ShellGroup Objects by Key Values Using the MongoDB ShellGenerate Aggregated Data from a Collection Using the MongoDB ShellUse Map Reduce to Manipulate Results of Request from the MongoDB ShellImplement the Java MongoDB Driver and Connecting to MongoDB Using JavaRetrieve Documents from MongoDB Using JavaRetrieve Specific Documents from MongoDB Using JavaCount the Number of Documents Represented by a Cursor in JavaSort Documents Represented by a Cursor in JavaLimit the Number of Documents Represented by a Cursor in JavaLimit Which Document Fields Are Returned from Find Requests in JavaPage Through Documents in a Collection Using JavaRetrieve Distinct Values for a Specific Field Using JavaGroup Documents by Field Values in JavaGenerate Aggregated Data from MongoDB in Java ApplicationsInsert Documents into a Collection Using JavaDelete Documents from a Collection Using JavaSave Documents in a Collection Using JavaUpdate Documents in a Collection Using JavaUpsert Documents in a Collection Using JavaImplement the PHP MongoDB Driver and Connecting to MongoDB Using PHPRetrieve Documents from MongoDB Using PHPRetrieve Specific Documents from MongoDB Using PHPCount the Number of Documents Represented by a Cursor in PHPSort Documents Represented by a Cursor in PHPLimit the Number of Documents Represented by a Cursor in PHPLimit Which Document Fields Are Returned from Find Requests in PHPPage Through Documents in a Collection Using PHPRetrieve Distinct Values for a Specific Field Using PHPGroup Documents by Field Values in PHPGenerate Aggregated Data from MongoDB in PHP ApplicationsInsert Documents into a Collection Using PHPDelete Documents from a Collection Using PHPSave Documents in a Collection Using PHPUpdate Documents in a Collection Using PHPUpsert Documents in a Collection Using PHPImplement the Python MongoDB Driver and Connect to MongoDB Using PythonRetrieve Documents from MongoDB Using PythonRetrieve Specific Documents from MongoDB Using PythonCount the Number of Documents Represented by a Cursor in PythonSort Documents Represented by a Cursor in PythonLimit the Number of Documents Represented by a Cursor in PythonLimit Which Document Fields Are Returned from Find Requests in PythonPage Through Documents in a Collection Using PythonRetrieve Distinct Values for a Specific Field Using PythonGroup Documents by Field Values in PythonGenerate Aggregated Data from MongoDB in Python ApplicationsInsert Documents into a Collection Using PythonDelete Documents from a Collection Using PythonSave Documents in a Collection Using PythonUpdate Documents in a Collection Using PythonUpsert Documents in a Collection Using PythonImplement the Node.js MongoDB Driver and Connecting to MongoDB Using Node.jsRetrieve Documents from MongoDB Using Node.jsRetrieve Specific Documents from MongoDB Using Node.jsCount the Number of Documents Represented by a Cursor in Node.jsSort Documents Represented by a Cursor in Node.jsLimit the Number of Documents Represented by a Cursor in Node.jsLimit Which Document Fields Are Returned from Find Requests in Node.jsPage Through Documents in a Collection Using Node.jsRetrieve Distinct Values for a Specific Field Using Node.jsGroup Documents by Field Values in Node.jsGenerate Aggregated Data from MongoDB in Node.js ApplicationsInsert Documents into a Collection Using Node.jsDelete Documents from a Collection Using Node.jsSave Documents in a Collection Using Node.jsUpdate Documents in a Collection Using Node.jsUpsert Documents in a Collection Using Node.jsCreate a Copy of a MongoDB DatabaseRename a Collection in a MongoDB DatabaseCreate a Capped Collection in a MongoDB DatabaseImplement Indexes on a Collection in a MongoDB DatabaseValidate a MongoDB DatabaseImplement Profiling on a MongoDB DatabaseAnalyze Queries on a MongoDB DatabaseAnalyze MongoDB Database UsageCreate a MongoDB Replica SetCreate a Sharded MongoDB ClusterStore and Retrieve Files in the MongoDB GridFS Store from the ConsoleAccess and Manipulate Files in the MongoDB GridFS Store from JavaAccess and Manipulate Files in the MongoDB GridFS Store from PHPAccess and Manipulate Files in the MongoDB GridFS Store from PythonAccess and Manipulate Files in the MongoDB GridFS Store from Node.jsWho Should Use These VideosAnyone who wants to learn NoSQL concepts and MongoDB techniquesDatabase admins who want practical understanding of how to build, use, and maintain a MongoDB database  Show and hide more
  1. Learn how to
    • Install and Configure MongoDB in Your Development Environment 00:05:10
    • Run a MongoDB Shell Script from the Command Line 00:02:08
    • Implement Loops in JavaScript 00:02:01
    • Implement Functions in JavaScript 00:01:30
    • Manipulate JavaScript Strings in MongoDB Shell Scripts 00:02:06
    • Manipulate JavaScript Arrays in MongoDB Shell Scripts 00:01:59
    • Create Database User Accounts in the MongoDB Shell 00:02:54
    • List Users in a Database 00:01:42
    • Remove Users from a Database 00:01:54
    • Implement Access Control to the MongoDB Database 00:04:34
    • Create a New Database 00:01:42
    • Delete a Database 00:01:47
    • Get the Stats of the MongoDB Database 00:01:48
    • Create a New Collection 00:01:59
    • Delete a Collection from a Database 00:02:33
    • Create the Example Dataset 00:05:49
    • Find a Single Document in the MongoDB Shell 00:01:52
    • Retrieve Multiple Documents in the MongoDB Shell 00:03:02
    • Find Specific Documents Using the MongoDB Shell 00:04:10
    • Count the Number of Documents Represented by a Cursor in the MongoDB Shell 00:03:22
    • Sort Documents Represented by a Cursor from the MongoDB Shell 00:03:26
    • Limit Documents Represented by a Cursor in the MongoDB Shell 00:02:59
    • Limit Which Document Fields Are Returned from Find Requests in the MongoDB Shell 00:03:30
    • Page Through Documents in a Collection from the MongoDB Shell 00:03:00
    • Retrieve Distinct Values for a Specific Field Using the MongoDB Shell 00:03:03
    • Insert Documents into a Collection Using the MongoDB Shell 00:03:17
    • Update Documents in a Collection Using the MongoDB Shell 00:04:53
    • Save Documents in a Collection Using the MongoDB Shell 00:03:04
    • Upsert Documents in a Collection Using the MongoDB Shell 00:03:38
    • Delete Documents from a Collection Using the MongoDB Shell 00:02:46
    • Group Objects by Key Values Using the MongoDB Shell 00:04:17
    • Generate Aggregated Data from a Collection Using the MongoDB Shell 00:04:08
    • Use Map Reduce to Manipulate Results of Request from the MongoDB Shell 00:04:16
    • Implement the Java MongoDB Driver and Connecting to MongoDB Using Java 00:03:42
    • Retrieve Documents from MongoDB Using Java 00:04:26
    • Retrieve Specific Documents from MongoDB Using Java 00:05:28
    • Count the Number of Documents Represented by a Cursor in Java 00:02:39
    • Sort Documents Represented by a Cursor in Java 00:04:29
    • Limit the Number of Documents Represented by a Cursor in Java 00:03:07
    • Limit Which Document Fields Are Returned from Find Requests in Java 00:04:42
    • Page Through Documents in a Collection Using Java 00:03:48
    • Retrieve Distinct Values for a Specific Field Using Java 00:03:31
    • Group Documents by Field Values in Java 00:04:45
    • Generate Aggregated Data from MongoDB in Java Applications 00:05:11
    • Insert Documents into a Collection Using Java 00:04:59
    • Delete Documents from a Collection Using Java 00:03:26
    • Save Documents in a Collection Using Java 00:03:57
    • Update Documents in a Collection Using Java 00:05:09
    • Upsert Documents in a Collection Using Java 00:04:40
    • Implement the PHP MongoDB Driver and Connecting to MongoDB Using PHP 00:02:48
    • Retrieve Documents from MongoDB Using PHP 00:02:50
    • Retrieve Specific Documents from MongoDB Using PHP 00:03:50
    • Count the Number of Documents Represented by a Cursor in PHP 00:02:10
    • Sort Documents Represented by a Cursor in PHP 00:03:37
    • Limit the Number of Documents Represented by a Cursor in PHP 00:02:28
    • Limit Which Document Fields Are Returned from Find Requests in PHP 00:03:59
    • Page Through Documents in a Collection Using PHP 00:03:05
    • Retrieve Distinct Values for a Specific Field Using PHP 00:02:50
    • Group Documents by Field Values in PHP 00:04:23
    • Generate Aggregated Data from MongoDB in PHP Applications 00:03:59
    • Insert Documents into a Collection Using PHP 00:03:44
    • Delete Documents from a Collection Using PHP 00:02:49
    • Save Documents in a Collection Using PHP 00:03:11
    • Update Documents in a Collection Using PHP 00:04:09
    • Upsert Documents in a Collection Using PHP 00:04:30
    • Implement the Python MongoDB Driver and Connect to MongoDB Using Python 00:02:36
    • Retrieve Documents from MongoDB Using Python 00:02:38
    • Retrieve Specific Documents from MongoDB Using Python 00:03:50
    • Count the Number of Documents Represented by a Cursor in Python 00:02:00
    • Sort Documents Represented by a Cursor in Python 00:03:42
    • Limit the Number of Documents Represented by a Cursor in Python 00:02:26
    • Limit Which Document Fields Are Returned from Find Requests in Python 00:04:21
    • Page Through Documents in a Collection Using Python 00:03:00
    • Retrieve Distinct Values for a Specific Field Using Python 00:03:20
    • Group Documents by Field Values in Python 00:04:28
    • Generate Aggregated Data from MongoDB in Python Applications 00:04:25
    • Insert Documents into a Collection Using Python 00:03:49
    • Delete Documents from a Collection Using Python 00:02:38
    • Save Documents in a Collection Using Python 00:03:15
    • Update Documents in a Collection Using Python 00:04:21
    • Upsert Documents in a Collection Using Python 00:04:49
    • Implement the Node.js MongoDB Driver and Connecting to MongoDB Using Node.js 00:03:09
    • Retrieve Documents from MongoDB Using Node.js 00:03:03
    • Retrieve Specific Documents from MongoDB Using Node.js 00:04:08
    • Count the Number of Documents Represented by a Cursor in Node.js 00:02:17
    • Sort Documents Represented by a Cursor in Node.js 00:03:50
    • Limit the Number of Documents Represented by a Cursor in Node.js 00:03:29
    • Limit Which Document Fields Are Returned from Find Requests in Node.js 00:03:38
    • Page Through Documents in a Collection Using Node.js 00:03:44
    • Retrieve Distinct Values for a Specific Field Using Node.js 00:03:15
    • Group Documents by Field Values in Node.js 00:04:38
    • Generate Aggregated Data from MongoDB in Node.js Applications 00:04:21
    • Insert Documents into a Collection Using Node.js 00:04:35
    • Delete Documents from a Collection Using Node.js 00:03:24
    • Save Documents in a Collection Using Node.js 00:03:50
    • Update Documents in a Collection Using Node.js 00:04:57
    • Upsert Documents in a Collection Using Node.js 00:05:02
    • Create a Copy of a MongoDB Database 00:01:42
    • Rename a Collection in a MongoDB Database 00:02:11
    • Create a Capped Collection in a MongoDB Database 00:02:15
    • Implement Indexes on a Collection in a MongoDB Database 00:02:24
    • Validate a MongoDB Database 00:01:38
    • Implement Profiling on a MongoDB Database 00:02:34
    • Analyze Queries on a MongoDB Database 00:01:51
    • Analyze MongoDB Database Usage 00:01:45
    • Create a MongoDB Replica Set 00:06:15
    • Create a Sharded MongoDB Cluster 00:06:24
    • Store and Retrieve Files in the MongoDB GridFS Store from the Console 00:02:38
    • Access and Manipulate Files in the MongoDB GridFS Store from Java 00:04:31
    • Access and Manipulate Files in the MongoDB GridFS Store from PHP 00:03:58
    • Access and Manipulate Files in the MongoDB GridFS Store from Python 00:03:24
    • Access and Manipulate Files in the MongoDB GridFS Store from Node.js 00:04:03
  2. Show and hide more

    Oreilly - NoSQL with MongoDB Video How-To

    9780672337758.nosql.with.mongodb.part01.OR.rar

    9780672337758.nosql.with.mongodb.part02.OR.rar

    9780672337758.nosql.with.mongodb.part03.OR.rar

    9780672337758.nosql.with.mongodb.part04.OR.rar

    9780672337758.nosql.with.mongodb.part05.OR.rar

    9780672337758.nosql.with.mongodb.part06.OR.rar

    9780672337758.nosql.with.mongodb.part07.OR.rar

    9780672337758.nosql.with.mongodb.part08.OR.rar

    9780672337758.nosql.with.mongodb.part09.OR.rar

    9780672337758.nosql.with.mongodb.part10.OR.rar

    9780672337758.nosql.with.mongodb.part11.OR.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