FileMood

Download Learn MongoDB Leading NoSQL Database from scratch

Learn MongoDB Leading NoSQL Database from scratch

Name

Learn MongoDB Leading NoSQL Database from scratch

 DOWNLOAD Copy Link

Total Size

2.1 GB

Total Files

132

Hash

549F0FFD1CE59B7E4CF80A72CB88D0DEFD62F4B4

/20 Sharding In MongoDB/

090 Introduction.mp4

68.4 MB

091 Introduction to Sharding.mp4

19.9 MB

092 Sharded Clusters.mp4

14.0 MB

093 Architecture of Sharded Cluster.mp4

13.4 MB

094 Shard Keys in Detail.mp4

19.9 MB

/02 Introduction to NoSQL Database/

002 Introduction to NoSQL Databases.mp4

6.5 MB

003 Introduction to MongoDB.mp4

7.9 MB

004 Difference between MongoDB RDBMS.mp4

6.4 MB

/03 Getting Started - Installation Configuration/

005 Download and Installation of Latest MongoDB 3.6 Release.mp4

14.1 MB

006 Installing MongoDB Latest Version 3.2.7.mp4

23.6 MB

007 Installing MongoDB Version 3.2.9 on Ubuntu 16.04.mp4

33.1 MB

008 Installing MongoDB Version 3.0.6 on Windows.mp4

38.1 MB

009 Configuring MongoDB server with configuration file.mp4

9.8 MB

/attached files/

009 Mongo-Config-File.pdf

106.0 KB

010 Installing-MongoDB-on-Mac-OS-X.pdf

509.8 KB

/04 Basics of MongoDB/

011 Creating First Database.mp4

8.7 MB

012 Creating Document and Saving it to Collection.mp4

7.2 MB

014 Dropping a Database.mp4

2.9 MB

015 Creating a Collection - Using db.createCollection(nameoptions).mp4

11.5 MB

016 Dropping a Collection.mp4

5.4 MB

/attached files/

013 Exercise-File-updated.pdf

54.4 KB

/05 MongoDB CRUD Operations - Create Read Update and Delete/

017 CreatingInserting a document in collection using javascript file.mp4

13.3 MB

018 Inserting Array of Documents.mp4

9.8 MB

020 Reading a Document - Querying.mp4

11.5 MB

021 Reading a Document with lt gt operator.mp4

6.3 MB

022 Other Query Operators.mp4

29.4 MB

023 Updating Documents.mp4

26.2 MB

024 Deleting documents.mp4

25.7 MB

/attached files/

019 Exercise-Lecture-16-17.pdf

216.0 KB

/06 Performance tuning with Indexes in MongoDB/

025 Introduction to Indexes.mp4

4.2 MB

026 Understanding Impact of Indexes.mp4

15.3 MB

027 Creating Index.mp4

7.8 MB

028 Finding Indexes.mp4

1.9 MB

029 Dropping Index.mp4

2.5 MB

/07 ObjectIds in MongoDB/

030 Section Overview.mp4

4.0 MB

031 Understanding ObjectIds.mp4

6.6 MB

032 Creating ObjectIds.mp4

8.9 MB

033 Advantages of ObjectIds created by MongoDB.mp4

7.0 MB

034 Disadvantages of ObjectIds created by MongoDB.mp4

8.7 MB

/08 Aggregation Framework in MongoDB/

035 Aggregation Framework In MongoDB.mp4

6.5 MB

036 Using aggregate() method- Aggregation Example 1.mp4

31.5 MB

037 Using distinct() and count().mp4

14.1 MB

038 Sorting documents.mp4

8.8 MB

/09 Data Modeling in MongoDB/

039 Introduction to Data Modelling in MongoDB.mp4

6.3 MB

040 Data Modeling using References.mp4

10.3 MB

041 Data Modeling using Embedded documents.mp4

6.9 MB

/10 Relationships in MongoDB/

042 Relationships in MongoDB.mp4

3.9 MB

043 One-To-One Relationship.mp4

10.3 MB

044 One-To-Many Relationship.mp4

10.0 MB

045 Many-To-Many Relationship.mp4

7.5 MB

/11 UserRole Management In MongoDB/

046 Creating User in MongoDB Database.mp4

12.5 MB

047 Starting mongod server with Authentication.mp4

13.8 MB

048 Unauthorized Access Error - User Role.mp4

19.3 MB

/12 Doubt Clarification Section- Answers to Questions asked on Course Discussions/

049 Ask Your QuestionsDoubts.mp4

10.6 MB

050 natural Operator Sorting.mp4

20.7 MB

051 explain() method parameter options.mp4

24.4 MB

052 Group by using Reduce Function.mp4

30.8 MB

/13 Regular Expressions in MongoDB/

053 Regular Expressions in MongoDB.mp4

8.2 MB

054 Using regex operator for Pattern Matching.mp4

26.9 MB

055 Pattern Matching without regex Operator.mp4

5.3 MB

056 Pattern Matching with options - case insensitive.mp4

10.8 MB

057 Fetching Last n documents from a collection.mp4

44.9 MB

/14 Map-Reduce in MongoDB/

058 Introduction to Map-Reduce.mp4

17.9 MB

059 Demo - Map-Reduce in MongodB.mp4

35.4 MB

/15 Project 1 - Working with node.js and MongoDB/

060 Installing node.js.mp4

8.9 MB

061 Getting Familiar With NodeJS -REPL Part 1.mp4

13.0 MB

062 Getting Familiar With NodeJS -REPL Part 2.mp4

13.0 MB

063 Working With NPM Node Package Manager.mp4

12.0 MB

064 Creating http server with Node.js - Node.js First Project.mp4

11.5 MB

065 Creating Project Structure Installing The MongoDB Node.js driver.mp4

36.5 MB

066 Creating Collections Inserting DocumentsData using Node.js.mp4

20.3 MB

067 Creating Collection Inserting Documents Using Node.js for MongoDB V3 Above.mp4

29.6 MB

068 Updating documents in MonogDB using Node.js.mp4

13.6 MB

069 Querying and Deleting Documents using Node.js.mp4

13.1 MB

/16 Some Important MongoDB Interview Questions/

070 Explain Namespace in MongoDB.mp4

4.7 MB

071 The Most Important features of MongoDB.mp4

8.9 MB

072 How to achieve primary- foreign key relationship in MongoDB.mp4

3.0 MB

073 Explain objectId in MongoDB.mp4

14.7 MB

074 Why is it recommended to deploy MongoDB on 64-bit Machines not 32-bit.mp4

16.0 MB

075 Reasons for MongoDBs Large Data File Size Why to embed documents.mp4

5.0 MB

/17 MongoDB New Releases Updates/

076 Whats New in MongoDB 3.6.mp4

17.4 MB

077 Latest MongoDB Version MongoDB 3.4.1 Release Updates.mp4

26.5 MB

/18 Replication in MongoDB/

078 Introduction.mp4

6.1 MB

079 What is Replication.mp4

15.4 MB

080 Understanding Replication Architecture.mp4

9.1 MB

081 Understanding Heartbeat And Arbiter in Replica-set.mp4

15.7 MB

082 Election for Primary Replica Set Elections.mp4

6.7 MB

083 Election for Primary Factors Conditions.mp4

19.5 MB

084 Voting And Non-voting Members.mp4

15.4 MB

085 Understanding Configuration for Voting And Non-Voting Members.mp4

11.9 MB

086 Writing Configuration Voting Non-Voting Members.mp4

18.0 MB

/19 Replica Set Setpup/

087 Introduction.mp4

7.3 MB

088 Setting Single Node Replica Set.mp4

37.5 MB

089 3 Node Replica Set Setup.mp4

47.3 MB

/01 Course Objectives - An Introduction/

001 Course Objectives - An Introduction To The Course.mp4

25.8 MB

/21 Connecting MongoDB with Java/

095 Section Introduction.mp4

2.3 MB

096 Downloading Installing STSEclipse.mp4

13.0 MB

097 Creating Maven Project Adding dependencies for MongoDB-Java Driver.mp4

25.4 MB

098 Connecting to MongoDB with Java.mp4

22.6 MB

/22 Project 2 User Management System using MongoDB and JavaJEE/

099 Introduction.mp4

9.7 MB

100 Creating Dynamic Web Project using Maven.mp4

12.8 MB

101 Project Configurations -Deployment Descriptor web.xml.mp4

13.4 MB

102 Project Configurations - Adding Maven Dependencies pom.xml.mp4

29.9 MB

103 Creating Project Structure (Folders).mp4

8.9 MB

104 Writing JSP File Part 1.mp4

10.3 MB

105 Writing JSP Part 2.mp4

17.8 MB

106 Writing CSS.mp4

22.4 MB

107 Writing Listener class Understanding Listener in Servlet - Part 1.mp4

13.0 MB

108 Writing Listener class Understanding Listener in Servlet - Part 2.mp4

18.2 MB

109 Adding Add User form in JSP and CSS for formatting the form.mp4

27.0 MB

110 Writing Model class.mp4

10.0 MB

111 Writng Action URL.mp4

10.4 MB

112 Writing AddUser Servlet.mp4

10.2 MB

113 Understanding Servlet.mp4

14.4 MB

114 Writing Field Validation Logic in Servlet.mp4

27.1 MB

115 Writing Field validation logic in JSP.mp4

17.0 MB

116 Writing DAO Class.mp4

30.5 MB

117 Converting User Object To DBObject- Writing UserConverter Class.mp4

20.2 MB

118 Running The Application - Testing by Adding Users.mp4

21.5 MB

119 Writing Logic for View All Users Details.mp4

26.0 MB

120 Writing Edit User Delete User Logic.mp4

52.6 MB

121 Project Source Code.html

0.9 KB

/attached files/

121 MongoDBJavaProject-SourceCode.zip

70.5 KB

/23 MongoDB Tools/

122 NoSQL Manager for MongoDB - Download Installation.mp4

17.8 MB

123 Getting Started with NoSQL Manager for MongoDB CRUD.mp4

53.9 MB

124 Download and Installation of Robo 3T or Robomongo.mp4

10.2 MB

125 Working with Robo 3TRobomongo.mp4

18.3 MB

126 Downloading Installing Studio3T (MongoChef).mp4

22.6 MB

127 Getting Started with Studio 3T( MongoChef).mp4

27.1 MB

128 Importing CSV files into MongoDB documents.mp4

21.3 MB

/24 Bonus- What Next/

129 Bonus.html

1.5 KB

/attached files/

129 BonusForMyStudents.pdf

117.8 KB

 

Total files 132


Copyright © 2024 FileMood.com