@@ -46,7 +46,7 @@ enableChalkboard: false
46
46
---
47
47
48
48
49
- ### STARTING SOON
49
+ ### STARTING SOON ....
50
50
51
51
52
52
``` javascript
@@ -65,20 +65,20 @@ Logging twitch... {.fragment .current-only data-code-focus=1-1 }
65
65
<div class =" flex-slide " >
66
66
67
67
::: block
68
- [ ![ ] ( assets/mongo.drawio.svg )] ( ) {.fragment .current-only }
68
+ [ ![ ] ( assets/mongo.drawio.svg )] ( )
69
69
70
70
{.column}
71
71
:::
72
72
73
73
::: block
74
- JavaScript-like Syntax {.fragment .current-only }
75
- * Simple to learn { .fragment }
74
+ JavaScript-like Syntax
75
+ * Simple to learn
76
76
77
77
<!-- * Collections VS Tables { .fragment }
78
78
79
79
* Key VS Column { .fragment } -->
80
80
81
- {.double-column}
81
+ {.double-column .fragment }
82
82
:::
83
83
84
84
</div >
@@ -106,6 +106,18 @@ JavaScript-like Syntax {.fragment .current-only }
106
106
---
107
107
108
108
109
+ ### [ BSON] ( https://www.mongodb.com/json-and-bson ) is Binary JSON
110
+
111
+
112
+ Has more datatypes than javascript {.fragment .current-only data-code-focus=1-1 }
113
+
114
+
115
+ ![ Table of Mongo DataTypes] ( assets/datatypes.drawio.svg )
116
+
117
+
118
+ ---
119
+
120
+
109
121
### What is C.R.U.D.?
110
122
111
123
@@ -166,7 +178,7 @@ VALUES('JavaScript First', '@HansOnConsult');
166
178
---
167
179
168
180
### Comparing CREATE Methods
169
- #### Query Syntax: SQL
181
+ #### Query Syntax: Mongo
170
182
171
183
172
184
<div class =" flex-slide " >
@@ -209,51 +221,6 @@ the text inside `" "` refers to the **value** {.fragment .current-only data-co
209
221
210
222
---
211
223
212
- ### Mongo VS SQL
213
-
214
- ::: block
215
- [ ![ ] ( assets/mongo-VS-sql.drawio.svg )] ( ) { .fragment .p1}
216
-
217
- {style=width:50%;float: left ; height:50%}
218
-
219
- :::
220
-
221
- ::: block
222
- Collections VS Tables { .fragment }
223
-
224
- Key VS Column { .fragment }
225
-
226
-
227
- {style=width:50%;float: right }
228
-
229
- :::
230
-
231
- --
232
-
233
- ### Mongo VS SQL
234
-
235
- ::: block
236
- [ ![ ] ( assets/mongo-VS-sql-2.drawio.svg )] ( )
237
-
238
- {style=width:50%;float: left ; height:50%}
239
-
240
- :::
241
-
242
- ::: block
243
- Document VS Record { .fragment }
244
-
245
- :::
246
-
247
-
248
- --
249
-
250
- ### Mongo Datatypes
251
- Values have a datatype
252
-
253
- ![ Table of Mongo DataTypes] ( assets/datatypes.drawio.svg )
254
-
255
- ---
256
-
257
224
## Exercise 1: Oh CRUD...
258
225
259
226
To get started just click the gitpod button after signing into github, then type ` mongo ` into the shell..
0 commit comments