Общая информация
Название MongoDB - The Complete Developer's Guide 2020
Тип Книги
Размер 5.34Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
001 - Introduction.mp4 35.43Мб
002 - What is MongoDB.mp4 23.42Мб
003 - The Key MongoDB Characteristics (and how they differ from SQL Databases).mp4 12.57Мб
004 - Understanding the MongoDB Ecosystem.mp4 18.60Мб
005 - Installing MongoDB.mp4 183.11Мб
006 - Time To Get Started!.mp4 30.08Мб
007 - Shell vs Drivers.mp4 60.33Мб
008 - MongoDB + Clients - The Big Picture.mp4 12.36Мб
009 - Course Outline.mp4 19.97Мб
010 - How To Get The Most Out Of The Course.mp4 9.33Мб
011 - Module Introduction.mp4 2.18Мб
012 - Understanding Databases, Collections & Documents.mp4 26.17Мб
013 - The Shell & MongoDB Drivers for Different Languages.mp4 12.97Мб
014 - Creating Databases & Collections.mp4 4.91Мб
015 - Understanding JSON Data.mp4 10.84Мб
016 - Comparing JSON & BSON.mp4 19.49Мб
017 - Create, Read, Update, Delete (CRUD) & MongoDB.mp4 10.58Мб
018 - Finding, Inserting, Deleting & Updating Elements.mp4 36.41Мб
019 - Understanding 'insertMany()'.mp4 4.19Мб
01-flights.json 306б
020 - Diving Deeper Into Finding Data.mp4 15.16Мб
021 - 'update' vs 'updateMany()'.mp4 45.43Мб
022 - Understanding 'find()' & the Cursor Object.mp4 22.98Мб
023 - Understanding Projection.mp4 13.03Мб
024 - Embedded Documents & Arrays - The Theory.mp4 2.51Мб
025 - Working with Embedded Documents.mp4 9.33Мб
026 - Working with Arrays.mp4 5.09Мб
027 - Accessing Structured Data.mp4 15.52Мб
028 - Wrap Up.mp4 9.05Мб
029 - Module Introduction.mp4 3.17Мб
02-passengers.json 1.07Кб
030 - Why Do We Use Schemas.mp4 8.50Мб
031 - Structuring Documents.mp4 27.22Мб
032 - Data Types - An Overview.mp4 10.92Мб
033 - Data Types in Action.mp4 73.55Мб
034 - How to Derive your Data Structure - Requirements.mp4 14.56Мб
035 - Understanding Relations.mp4 5.91Мб
036 - One To One Relations - Embedded.mp4 15.90Мб
037 - One To One - Using References.mp4 10.24Мб
038 - One To Many - Embedded.mp4 13.42Мб
039 - One To Many - Using References.mp4 13.29Мб
040 - Many To Many - Embedded.mp4 20.68Мб
041 - Many To Many - Using References.mp4 24.20Мб
042 - Summarizing Relations.mp4 5.52Мб
043 - Using 'lookUp()' for Merging Reference Relations.mp4 13.31Мб
044 - Planning the Example Exercise.mp4 14.31Мб
045 - Implementing the Example Exercise.mp4 21.92Мб
046 - Understanding Schema Validation.mp4 5.80Мб
047 - Adding Collection Document Validation.mp4 76.26Мб
048 - Changing the Validation Action.mp4 17.96Мб
049 - Wrap Up.mp4 9.79Мб
050 - Module Introduction.mp4 1.50Мб
051 - Finding Available Options.mp4 22.73Мб
052 - Setting 'dbpath' & 'logpath'.mp4 101.74Мб
053 - Exploring the MongoDB Options.mp4 12.75Мб
054 - MongoDB as a Background Service.mp4 37.23Мб
055 - Using a Config File.mp4 32.51Мб
056 - Shell Options & Help.mp4 53.02Мб
057 - Module Introduction.mp4 1.09Мб
058 - Exploring the MongoDB Compass.mp4 25.84Мб
059 - Module Introduction.mp4 1.74Мб
060 - Creating Documents - An Overview.mp4 3.55Мб
061 - Understanding 'insert()' Methods.mp4 14.10Мб
062 - Working with Ordered Inserts.mp4 24.46Мб
063 - Understanding the 'writeConcern'.mp4 11.17Мб
064 - The 'writeConcern' in Practice.mp4 12.01Мб
065 - What is Atomicity.mp4 4.71Мб
066 - Importing Data.mp4 21.43Мб
067 - Wrap Up.mp4 7.94Мб
068 - Module Introduction.mp4 2.63Мб
069 - Methods, Filters & Operators.mp4 5.05Мб
070 - Operators - An Overview.mp4 5.83Мб
071 - Query Selectors & Projection Operators.mp4 2.35Мб
072 - Understanding 'findOne()' & 'find()'.mp4 38.98Мб
073 - Working with Comparison Operators.mp4 60.24Мб
074 - Querying Embedded Fields & Arrays.mp4 26.38Мб
075 - Understanding '$in' and '$nin'.mp4 14.09Мб
076 - '$or' and '$nor'.mp4 25.75Мб
077 - Understanding the '$and' Operator.mp4 27.78Мб
078 - Using '$not'.mp4 2.59Мб
079 - Diving Into Element Operators.mp4 12.45Мб
080 - Working with '$type'.mp4 8.53Мб
081 - Understanding Evaluation Operators - '$regex'.mp4 17.41Мб
082 - Understanding Evaluation Operators - '$expr'.mp4 20.40Мб
083 - Diving Deeper Into Querying Arrays.mp4 10.85Мб
084 - Using Array Query Selectors - '$size'.mp4 4.68Мб
085 - Using Array Query Selectors - '$all'.mp4 5.45Мб
086 - Using Array Query Selectors - '$elemMatch'.mp4 10.34Мб
087 - Understanding Cursors.mp4 4.97Мб
088 - Applying Cursors.mp4 49.87Мб
089 - Sorting Cursor Results.mp4 43.63Мб
090 - Skipping & Limiting Cursor Results.mp4 26.89Мб
091 - Using Projection to Shape our Results.mp4 17.81Мб
092 - Using Projection in Arrays.mp4 67.47Мб
093 - Understanding '$slice'.mp4 9.05Мб
094 - Module Introduction.mp4 1.50Мб
095 - Updating Fields with 'updateOne()', 'updateMany()' and '$set'.mp4 27.26Мб
096 - Updating Multiple Fields with '$set'.mp4 3.10Мб
097 - Incrementing & Decrementing Values.mp4 7.16Мб
098 - Using '$min', '$max' and '$mul'.mp4 5.61Мб
099 - Getting Rid of Fields.mp4 3.72Мб
100 - Renaming Fields.mp4 2.47Мб
101 - Understanding 'upsert()'.mp4 16.46Мб
102 - Updating Matched Array Elements.mp4 18.51Мб
103 - Updating All Array Elements.mp4 20.27Мб
104 - Finding & Updating Specific Fields.mp4 15.08Мб
105 - Adding Elements to Arrays.mp4 7.84Мб
106 - Removing Elements from Arrays.mp4 4.13Мб
107 - Understanding '$addToSet'.mp4 2.29Мб
108 - Wrap Up.mp4 4.72Мб
109 - Module Introduction.mp4 744.98Кб
110 - Understanding 'deleteOne()' & 'deleteMany()'.mp4 10.00Мб
111 - Deleting All Entries in a Collection.mp4 3.35Мб
112 - Module Introduction.mp4 1.70Мб
113 - What Are Indexes & Why Do We Use Them.mp4 9.28Мб
114 - Adding a Single Field Index.mp4 28.59Мб
115 - Understanding Index Restrictions.mp4 9.72Мб
116 - Creating Compound Indexes.mp4 41.21Мб
117 - Using Indexes for Sorting.mp4 5.52Мб
118 - Understanding the Default Index.mp4 1.66Мб
119 - Configuring Indexes.mp4 19.50Мб
120 - Understanding Partial Filters.mp4 21.88Мб
121 - Applying the Partial Index.mp4 11.69Мб
122 - Understanding the Time-To-Live (TTL) Index.mp4 13.44Мб
123 - Query Diagnosis & Query Planning.mp4 4.38Мб
124 - Understanding Covered Queries.mp4 12.24Мб
125 - How MongoDB Rejects a Plan.mp4 30.67Мб
126 - Using Multi-Key Indexes.mp4 19.66Мб
127 - Understanding Text Indexes.mp4 20.35Мб
128 - Text Indexes & Sorting.mp4 7.74Мб
129 - Creating Combined Text Indexes.mp4 9.68Мб
130 - Using Text Indexes to Exclude Words.mp4 2.89Мб
131 - Setting the Default Language & Using Weights.mp4 35.40Мб
132 - Building Indexes.mp4 38.56Мб
133 - Wrap Up.mp4 7.17Мб
134 - Module Introduction.mp4 1.17Мб
135 - Adding GeoJSON Data.mp4 59.54Мб
136 - Running Geo Queries.mp4 24.05Мб
137 - Adding a Geospatial Index to Track the Distance.mp4 22.53Мб
138 - Adding Additional Locations.mp4 61.50Мб
139 - Finding Places Inside a Certain Area.mp4 111.27Мб
140 - Finding Out If a User Is Inside a Specific Area.mp4 73.37Мб
141 - Finding Places Within a Certain Radius.mp4 70.34Мб
142 - Wrap Up.mp4 4.25Мб
143 - Module Introduction.mp4 2.62Мб
144 - What is the Aggregation Framework.mp4 6.05Мб
145 - Getting Started with the Aggregation Pipeline.mp4 7.01Мб
146 - Using the Aggregation Framework.mp4 12.11Мб
147 - Understanding the Group Stage.mp4 40.24Мб
148 - Diving Deeper Into the Group Stage.mp4 22.25Мб
149 - Working with $project.mp4 57.97Мб
150 - Turning the Location Into a geoJSON Object.mp4 62.98Мб
151 - Transforming the Birthdate.mp4 21.39Мб
152 - Using Shortcuts for Transformations.mp4 7.50Мб
153 - Understanding the $isoWeekYear Operator.mp4 20.42Мб
154 - $group vs $project.mp4 1.35Мб
155 - Pushing Elements Into Newly Created Arrays.mp4 10.03Мб
156 - Understanding the $unwind Stage.mp4 7.43Мб
157 - Eliminating Duplicate Values.mp4 1.97Мб
158 - Using Projection with Arrays.mp4 7.60Мб
159 - Getting the Length of an Array.mp4 2.65Мб
160 - Using the $filter Operator.mp4 11.46Мб
161 - Applying Multiple Operations to our Array.mp4 31.66Мб
162 - Understanding $bucket.mp4 45.35Мб
163 - Diving Into Additional Stages.mp4 51.25Мб
164 - Writing Pipeline Results Into a New Collection.mp4 7.99Мб
165 - Working with the $geoNear Stage.mp4 13.45Мб
166 - Wrap Up.mp4 6.35Мб
167 - Module Introduction.mp4 1.32Мб
168 - Number Types - An Overview.mp4 18.16Мб
169 - Understanding Programming Language Defaults.mp4 2.99Мб
170 - Working with int32.mp4 51.56Мб
171 - Working with int64.mp4 25.72Мб
172 - Doing Maths with Floats int32s & int64s.mp4 29.57Мб
173 - What's Wrong with Normal Doubles.mp4 8.43Мб
174 - Working with Decimal 128bit.mp4 22.39Мб
175 - Wrap Up.mp4 18.31Мб
176 - Module Introduction.mp4 6.24Мб
177 - Understanding Role Based Access Control.mp4 18.76Мб
178 - Roles - Examples.mp4 5.60Мб
179 - Creating a User.mp4 15.85Мб
180 - Built-In Roles - An Overview.mp4 16.08Мб
181 - Assigning Roles to Users & Databases.mp4 32.13Мб
182 - Updating & Extending Roles to Other Databases.mp4 11.08Мб
183 - Adding SSL Transport Encryption.mp4 135.70Мб
184 - Encryption at REST.mp4 2.36Мб
185 - Wrap Up.mp4 8.44Мб
186 - Module Introduction.mp4 2.83Мб
187 - What Influences Performance.mp4 4.82Мб
188 - Understanding Capped Collections.mp4 10.62Мб
189 - What are Replica Sets.mp4 9.40Мб
190 - Understanding Sharding.mp4 11.20Мб
191 - Deploying a MongoDB Server.mp4 4.62Мб
192 - Using MongoDB Atlas.mp4 103.42Мб
193 - Backups & Setting Alerts in MongoDB Atlas.mp4 4.94Мб
194 - Connecting to our Cluster.mp4 30.58Мб
195 - Wrap Up.mp4 5.55Мб
196 - Module Introduction.mp4 1.15Мб
197 - What are Transactions.mp4 4.34Мб
198 - A Typical Usecase.mp4 5.15Мб
199 - How Does a Transaction Work.mp4 62.24Мб
200 - Module Introduction.mp4 3.22Мб
201 - Splitting Work Between the Driver & the Shell.mp4 3.15Мб
202 - Preparing our Project.mp4 26.84Мб
203 - Installing Visual Studio Code.mp4 5.36Мб
204 - Installing the Node.js Driver.mp4 26.11Мб
205 - Connecting Node.js & the MongoDB Cluster.mp4 45.25Мб
206 - Storing Products in the Database.mp4 60.48Мб
207 - Storing the Price as 128bit Decimal.mp4 77.23Мб
208 - Fetching Data From the Database.mp4 85.60Мб
209 - Creating a More Realistic Setup.mp4 144.81Мб
210 - Getting a Single Product.mp4 36.21Мб
211 - Editing & Deleting Products.mp4 100.32Мб
212 - Implementing Pagination.mp4 52.93Мб
213 - Adding an Index.mp4 16.41Мб
214 - Signing Users Up.mp4 65.22Мб
215 - Adding an Index to Make the Email Unique.mp4 10.39Мб
216 - Adding User Sign In.mp4 76.43Мб
217 - Wrap Up.mp4 5.73Мб
218 - Module Introduction.mp4 2.05Мб
219 - What is Stitch.mp4 14.55Мб
220 - Preparations.mp4 7.19Мб
221 - Start Using Stitch.mp4 37.48Мб
222 - Adding Stitch to our App & Initializing It.mp4 91.10Мб
223 - Adding Authentication.mp4 18.71Мб
224 - Sending Data Access Rules.mp4 31.29Мб
225 - Fetching & Converting Data.mp4 12.57Мб
226 - Deleting Products.mp4 19.86Мб
227 - Finding a Single Product.mp4 46.14Мб
228 - Adding Products.mp4 38.63Мб
229 - Updating Products.mp4 45.17Мб
230 - Switching to User Email & Password Authentication.mp4 7.40Мб
231 - Adding User Sign Up & Confirmation.mp4 75.74Мб
232 - Adding User Login.mp4 28.05Мб
233 - Rules & Real Users.mp4 16.83Мб
234 - Functions & Triggers.mp4 25.17Мб
235 - Wrap Up.mp4 3.82Мб
236 - Course Roundup.mp4 5.92Мб
array-data.json 709б
commands-1.js 155б
commands-10.js 104б
commands-11.js 191б
commands-12.js 297б
commands-13.js 498б
commands-14.js 277б
commands-15.js 1.44Кб
commands-16.js 295б
commands-2.js 192б
commands-3.js 689б
commands-4.js 1.42Кб
commands-5.js 1.40Кб
commands-6.js 1.53Кб
commands-7.js 144б
commands-8.js 148б
commands-9.js 113б
insertMany-docs.txt 102б
mongod.cfg.zip 980б
persons.json 4.93Мб
persons.json 4.93Мб
shell-to-driver-01-starting-code.zip 576.53Кб
shell-to-driver-02-added-mongodb-connection.zip 580.29Кб
shell-to-driver-03-insert-data.zip 577.00Кб
shell-to-driver-04-fetch-data.zip 576.77Кб
shell-to-driver-05-manage-connection-better.zip 581.35Кб
shell-to-driver-06-fetch-single-product.zip 580.30Кб
shell-to-driver-07-update-and-delete-products.zip 581.95Кб
shell-to-driver-08-pagination-demo-code.zip 580.38Кб
shell-to-driver-09-added-user-signup.zip 580.31Кб
shell-to-driver-10-added-login.zip 578.06Кб
slides.pdf 5.29Мб
stitch-01-starting-code.zip 238.47Кб
stitch-02-anonymous-auth-fetching-deleting.zip 244.32Кб
stitch-03-fetch-product.zip 240.32Кб
stitch-04-insert.zip 239.51Кб
stitch-05-edit.zip 238.52Кб
stitch-06-user-password-auth.zip 241.87Кб
stitch-07-functions-triggers.zip 241.90Кб
tv-shows.json 337.80Кб
tv-shows.json 337.80Кб
users.json 744б
validation.js 1.07Кб
validation-2.js 1.10Кб
Статистика распространения по странам
Россия (RU) 11
Беларусь (BY) 2
Гонконг (HK) 2
Болгария (BG) 1
Грузия (GE) 1
Азербайджан (AZ) 1
Южная Корея (KR) 1
Всего 19
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент