Difference between revisions of "MongoDB Workbook"
From mi-linux
Jump to navigationJump to search(37 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page]] >> [[MongoDB]] >> Workbook | [[Main Page]] >> [[MongoDB]] >> Workbook | ||
− | |||
− | |||
{| border="3" cellpadding=3 cellspacing=3 | {| border="3" cellpadding=3 cellspacing=3 | ||
− | |Section 1|| | + | |Section 1: Introduction|| |
− | *[[MongoDB_Getting_Started|Getting Started using MongoDB]] | + | *[[MongoDB_Getting_Started|1.1 Getting Started using MongoDB]] |
− | *[[MongoDB_URLs|Useful URLs]] | + | ** [[MongoDB_UsingPutty|1.1.1 Using putty]] |
+ | ** [[MongoDB_StartingMongoDB|1.1.2 Starting MongoDB]] | ||
+ | *[[MongoDB_Overview|1.2 Overview]] | ||
+ | *[[MongoDB_URLs|1.3 Useful URLs]] | ||
|- | |- | ||
− | |Section 2|| | + | |Section 2: Collections and Documents|| |
− | *[[ | + | *[[MongoDB_CreateCollection|2.1 Creating a Collection]] |
− | *[[ | + | *[[MongoDB_InsertData|2.2 Inserting Data into a Collection]] |
− | *[[ | + | *[[MongoDB_QueryData|2.3 Querying a Collection]] |
− | + | *[[MongoDB_Aggregate_Pipeline|2.4 Aggregation Pipeline]] | |
+ | *[[MongoDB_Update|2.5 Updating a Collection]] | ||
+ | *[[MongoDB_Delete|2.6 Deleting Documents or a Collection]] | ||
+ | |- | ||
+ | |Section 3: Manipulating Complex Collections|| | ||
+ | *[[MongoDB_CreateComplexCollection|3.1 Creating a Collection]] | ||
+ | *[[MongoDB_InsertNestedData|3.2 Inserting Nested Data into a Collection]] | ||
+ | *[[MongoDB_QueryNestedData|3.3 Querying a Collection]] | ||
+ | *[[MongoDB_Aggregate_Pipeline_Nested|3.4 Aggregation Pipeline]] | ||
+ | *[[MongoDB_UpdateNested|3.5 Updating a Collection]] | ||
+ | *[[MongoDB_DeleteNested|3.6 Deleting Documents or a Collection]] | ||
+ | |- | ||
+ | |Section 4: Miscellaneous|| | ||
+ | *[[MongoDB_ObjectIds|4.1 Document IDs]] | ||
+ | *[[MongoDB_JS_Files|4.2 Query Files]] | ||
+ | *[[MongoDB_Misc|4.3 Miscellaneous Commands]] | ||
+ | |- | ||
+ | |Section 5: Exercise Answers|| | ||
+ | *[[MongoDB_Answers|5.1 Exercise Answers (Section 2)]] | ||
+ | *[[MongoDB_Answers_S3|5.2 Exercise Answers (Section 3)]] | ||
|} | |} |