本站已收录 番号和无损神作磁力链接/BT种子 

[MongoDB University] MongoDB for Java Developers [2013, ENG]

种子简介

种子名称: [MongoDB University] MongoDB for Java Developers [2013, ENG]
文件类型: 视频
文件数目: 160个文件
文件大小: 5.64 GB
收录时间: 2023-1-8 08:35
已经下载: 3
资源热度: 88
最近下载: 2024-4-28 21:51

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:27c5157758cf0cf1f03115895fe5a6a539f86228&dn=[MongoDB University] MongoDB for Java Developers [2013, ENG] 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[MongoDB University] MongoDB for Java Developers [2013, ENG].torrent
  • video/Week 1 - Introduction/File_01_Welcome.mp447.22MB
  • video/Week 1 - Introduction/File_02_what is mongodb.mp453.51MB
  • video/Week 1 - Introduction/File_03_Mongo Relative to Relational.mp430.16MB
  • video/Week 1 - Introduction/File_04_Overview of Building an app with Mongo.mp441.29MB
  • video/Week 1 - Introduction/File_05_Quick Introduction to the Mongo Shell.mp432.76MB
  • video/Week 1 - Introduction/File_06_JSON introduced.mp424.89MB
  • video/Week 1 - Introduction/File_07_System Requirements.mp49.99MB
  • video/Week 1 - Introduction/File_08_Installing MongoDB (mac).mp465.96MB
  • video/Week 1 - Introduction/File_09_Installing MongoDB (windows).mp445.43MB
  • video/Week 1 - Introduction/File_10_Installing and Using Maven.mp441.35MB
  • video/Week 1 - Introduction/File_11_The MongoDB Java Driver.mp435.8MB
  • video/Week 1 - Introduction/File_12_Intro to the Spark Web Application Framework.mp430.45MB
  • video/Week 1 - Introduction/File_13_Intro to the Freemarker Templating Engine.mp439.88MB
  • video/Week 1 - Introduction/File_14_Spark and Freemarker together.mp420.09MB
  • video/Week 1 - Introduction/File_15_ All together now: MongoDB, Spark, and Freemarker.mp418.5MB
  • video/Week 1 - Introduction/File_16_Spark framework handling GET requests.mp430.61MB
  • video/Week 1 - Introduction/File_17_Spark framework handling POST requests.mp434.89MB
  • video/Week 1 - Introduction/File_18_Mongo is Schemaless.mp425.93MB
  • video/Week 1 - Introduction/File_19_JSON Revisited.mp414.87MB
  • video/Week 1 - Introduction/File_20_JSON Arrays.mp44.03MB
  • video/Week 1 - Introduction/File_21_JSON Subdocuments.mp46.32MB
  • video/Week 1 - Introduction/File_22_JSON Spec.mp414.01MB
  • video/Week 1 - Introduction/File_23_Introduction to our class project, the blog.mp416.87MB
  • video/Week 1 - Introduction/File_24_Blog in Relational Tables.mp426.7MB
  • video/Week 1 - Introduction/File_25_Blog in Documents.mp435.71MB
  • video/Week 1 - Introduction/File_26_Intro to Schema Design.mp418.15MB
  • video/Week 1 - Introduction/Homework 1.1.mp412.22MB
  • video/Week 2 - CRUD/File_27_Introduction to Week 2.mp46.09MB
  • video/Week 2 - CRUD/File_28_CRUD and the Mongo Shell.mp410.06MB
  • video/Week 2 - CRUD/File_29_Secrets of the Mongo Shell.mp427.6MB
  • video/Week 2 - CRUD/File_30_BSON Introduced.mp425.54MB
  • video/Week 2 - CRUD/File_31_Mongo shell inserting docs.mp414.9MB
  • video/Week 2 - CRUD/File_32_Mongo shell introduction to findOne.mp415.49MB
  • video/Week 2 - CRUD/File_33_Mongo shell introduction to find.mp415.49MB
  • video/Week 2 - CRUD/File_34_Mongo shell querying using field selection.mp413.28MB
  • video/Week 2 - CRUD/File_35_Querying using $gt and $lt.mp424.92MB
  • video/Week 2 - CRUD/File_36_Inequalities on strings.mp424.44MB
  • video/Week 2 - CRUD/File_37_Using regexes, $exists, $type.mp430.92MB
  • video/Week 2 - CRUD/File_38_Using $or.mp413.74MB
  • video/Week 2 - CRUD/File_39_Using $and.mp45.21MB
  • video/Week 2 - CRUD/File_40_Querying inside arrays.mp417.29MB
  • video/Week 2 - CRUD/File_41_Using $in and $all.mp416.27MB
  • video/Week 2 - CRUD/File_42_ Queries with dot notation.mp418.58MB
  • video/Week 2 - CRUD/File_43_ Querying, cursors.mp433.96MB
  • video/Week 2 - CRUD/File_44_Counting results.mp44.68MB
  • video/Week 2 - CRUD/File_45_Wholesale Updating of a Document.mp423.92MB
  • video/Week 2 - CRUD/File_46_Using the $set command.mp416.41MB
  • video/Week 2 - CRUD/File_47_Using the $unset command.mp47.86MB
  • video/Week 2 - CRUD/File_48_Using $push, $pop, $pull, $pushAll, $pullAll, $addToSet.mp417.07MB
  • video/Week 2 - CRUD/File_49_Multi-update.mp437.22MB
  • video/Week 2 - CRUD/File_50_Removing data.mp420.82MB
  • video/Week 2 - CRUD/File_51_getLastError.mp414.6MB
  • video/Week 2 - CRUD/File_52_Java driver representing documents.mp451.33MB
  • video/Week 2 - CRUD/File_53_Java driver insert.mp448.09MB
  • video/Week 2 - CRUD/File_54_Java driver find, findOne, count.mp432.57MB
  • video/Week 2 - CRUD/File_55_Java driver query criteria.mp450.11MB
  • video/Week 2 - CRUD/File_56_Java driver field selection.mp424.91MB
  • video/Week 2 - CRUD/File_57_Java driver dot notation.mp428.88MB
  • video/Week 2 - CRUD/File_58_Java driver sort, skip and limit.mp430.05MB
  • video/Week 2 - CRUD/File_59_Java driver update and remove.mp455.77MB
  • video/Week 2 - CRUD/File_60_Java driver findAndModify.mp441.18MB
  • video/Week 2 - CRUD/File_61_Blog, User Interface.mp425.63MB
  • video/Week 2 - CRUD/File_62_Blog, Session Management.mp431.7MB
  • video/Week 2 - CRUD/File_63_Blog, Internals.mp434.76MB
  • video/Week 2 - CRUD/File_64_Python Eats Java.mp410.07MB
  • video/Week 2 - CRUD/File_65_Installing Python on Windows.mp417.42MB
  • video/Week 2 - CRUD/File_66_Installing Pymongo, Windows.mp49.56MB
  • video/Week 2 - CRUD/File_67_Installing Pymongo, Mac.mp48.15MB
  • video/Week 3 - Schema Design/File_68_Introduction to Week 3.mp45.05MB
  • video/Week 3 - Schema Design/File_69_MongoDB Schema Design.mp433.73MB
  • video/Week 3 - Schema Design/File_70_Relational Normalization.mp443.24MB
  • video/Week 3 - Schema Design/File_71_Mongo Design for Blog.mp447.91MB
  • video/Week 3 - Schema Design/File_72_Alternative Schema for Blog.mp426.77MB
  • video/Week 3 - Schema Design/File_73_Living Without Constraints.mp427.4MB
  • video/Week 3 - Schema Design/File_74_Living without Transactions.mp435.59MB
  • video/Week 3 - Schema Design/File_75_One to One Relations.mp435.29MB
  • video/Week 3 - Schema Design/File_76_One To Many Relations.mp444.05MB
  • video/Week 3 - Schema Design/File_77_Many to Many Relations.mp450.73MB
  • video/Week 3 - Schema Design/File_78_Multikeys.mp448.94MB
  • video/Week 3 - Schema Design/File_79_Benefits of Embedding.mp417.48MB
  • video/Week 3 - Schema Design/File_80_Trees.mp410.51MB
  • video/Week 3 - Schema Design/File_81_When to Denormalize.mp420.91MB
  • video/Week 3 - Schema Design/File_82_Handling Blobs.mp480.98MB
  • video/Week 3 - Schema Design/File_83_Learn more about GridFS.mp47.87MB
  • video/Week 3 - Schema Design/File_84_Sidebar Importing from a Twitter feed.mp477.58MB
  • video/Week 3 - Schema Design/Homework 3.1.mp43.47MB
  • video/Week 3 - Schema Design/Homework 3.2.mp414.68MB
  • video/Week 3 - Schema Design/Homework 3.3.mp47.64MB
  • video/Week 4 - Performance/File_100_Hinting an Index.mp433.47MB
  • video/Week 4 - Performance/File_101_Hinting in Pymongo.mp418.6MB
  • video/Week 4 - Performance/File_102_Efficiency of Index Use.mp436.6MB
  • video/Week 4 - Performance/File_103_Geospatial Indexes.mp443.32MB
  • video/Week 4 - Performance/File_104_Geospacial Spherical.mp451.5MB
  • video/Week 4 - Performance/File_105_Logging Slow Queries.mp418.98MB
  • video/Week 4 - Performance/File_106_Profiling.mp445.72MB
  • video/Week 4 - Performance/File_107_Mongotop.mp441.41MB
  • video/Week 4 - Performance/File_108_Mongostat.mp439.64MB
  • video/Week 4 - Performance/File_109_Sharding Overview.mp439.7MB
  • video/Week 4 - Performance/File_85_Introduction.mp412.9MB
  • video/Week 4 - Performance/File_86_Indexes.mp465.03MB
  • video/Week 4 - Performance/File_87_Creating Indexes.mp442.71MB
  • video/Week 4 - Performance/File_88_Discovering indexes.mp421.04MB
  • video/Week 4 - Performance/File_89_Multikey Indexes.mp433.51MB
  • video/Week 4 - Performance/File_90_Multikey Continued.mp415.82MB
  • video/Week 4 - Performance/File_91_Index Creation option, Unique.mp420.11MB
  • video/Week 4 - Performance/File_92_Index Creation, Removing Dups.mp429.09MB
  • video/Week 4 - Performance/File_93_Index Creation, Sparse.mp482.14MB
  • video/Week 4 - Performance/File_94_Index Creation, Background.mp428.81MB
  • video/Week 4 - Performance/File_95_Using Explain.mp478.41MB
  • video/Week 4 - Performance/File_96_When is an index used.mp421.28MB
  • video/Week 4 - Performance/File_97_How large is your index.mp427.35MB
  • video/Week 4 - Performance/File_98_Index Cardinality.mp423.52MB
  • video/Week 4 - Performance/File_99_Index Selectivity.mp422.07MB
  • video/Week 4 - Performance/Homework 4.1.mp41.95MB
  • video/Week 4 - Performance/Homework 4.2.mp42.97MB
  • video/Week 4 - Performance/Homework 4.3.mp429.71MB
  • video/Week 5 - Aggregation/File_110_Introduction to Aggregation.mp410.79MB
  • video/Week 5 - Aggregation/File_111_Simple Aggregation Example.mp447.41MB
  • video/Week 5 - Aggregation/File_112_The Aggregation Pipeline.mp449.1MB
  • video/Week 5 - Aggregation/File_113_Simple Example Expanded.mp443.4MB
  • video/Week 5 - Aggregation/File_114_Compound Grouping.mp430.56MB
  • video/Week 5 - Aggregation/File_115_Using a document for _id.mp49.72MB
  • video/Week 5 - Aggregation/File_116_Aggregation Expressions.mp414.47MB
  • video/Week 5 - Aggregation/File_117_Using $sum.mp428.87MB
  • video/Week 5 - Aggregation/File_118_Using $avg.mp421.19MB
  • video/Week 5 - Aggregation/File_119_Using $addToSet.mp431.48MB
  • video/Week 5 - Aggregation/File_120_Using $push.mp417.57MB
  • video/Week 5 - Aggregation/File_121_Using $max and $min.mp416.5MB
  • video/Week 5 - Aggregation/File_122_Double $group stages.mp426.4MB
  • video/Week 5 - Aggregation/File_123_$project.mp435.24MB
  • video/Week 5 - Aggregation/File_124_$match.mp448.58MB
  • video/Week 5 - Aggregation/File_125_$sort.mp427.25MB
  • video/Week 5 - Aggregation/File_126_$limit and $skip.mp420.34MB
  • video/Week 5 - Aggregation/File_127_Revisiting $first and $last.mp451.92MB
  • video/Week 5 - Aggregation/File_128_$unwind.mp419.97MB
  • video/Week 5 - Aggregation/File_129_$unwind example.mp424.26MB
  • video/Week 5 - Aggregation/File_130_Double $unwind.mp425.23MB
  • video/Week 5 - Aggregation/File_131_Mapping between SQL and Aggregation.mp415.78MB
  • video/Week 5 - Aggregation/File_132_Some Common SQL examples.mp430.23MB
  • video/Week 5 - Aggregation/File_133_Limitations of the Aggregation Framwork.mp432.87MB
  • video/Week 6 - Application Engineering/File_134_Introduction.mp48.48MB
  • video/Week 6 - Application Engineering/File_135_Introduction to Replication.mp423.09MB
  • video/Week 6 - Application Engineering/File_136_Replica Set Elections.mp426.3MB
  • video/Week 6 - Application Engineering/File_137_Write Consistency.mp426.69MB
  • video/Week 6 - Application Engineering/File_138_Creating a Replica Set.mp458.43MB
  • video/Week 6 - Application Engineering/File_139_Replica Set Internals.mp444.6MB
  • video/Week 6 - Application Engineering/File_140_Failover and Rollback.mp433.11MB
  • video/Week 6 - Application Engineering/File_141_Connecting to a Replica Set from Java.mp432.92MB
  • video/Week 6 - Application Engineering/File_142_Bad Things Happen to Good Nodes.mp441.23MB
  • video/Week 6 - Application Engineering/File_143_Write Concern.mp475.66MB
  • video/Week 6 - Application Engineering/File_144_Network Errors.mp423.12MB
  • video/Week 6 - Application Engineering/File_145_Read Preferences.mp451.65MB
  • video/Week 6 - Application Engineering/File_146_Introduction to Sharding.mp468.85MB
  • video/Week 6 - Application Engineering/File_147_Building a Sharded Environment.mp4130.61MB
  • video/Week 6 - Application Engineering/File_148_Implications of Sharding.mp425.89MB
  • video/Week 6 - Application Engineering/File_149_Sharding + Replication.mp431.04MB
  • video/Week 6 - Application Engineering/File_150_Choosing a Shard Key.mp448.15MB
  • video/Week 7 - Case Studies/File_151_Introduction.mp44.61MB
  • video/Week 7 - Case Studies/File_152_Interview with Jon Hoffman, foursquare.mp4487.86MB
  • video/Week 7 - Case Studies/File_153_Interview with Ryan Bubinski, Codecademy.mp4547.96MB