- Overview
- Transcript
2.8 MongoDB
MongoDB is a NoSQL database that we’re going to store and access some data from. Why MongoDB? The simplest reason is that the storage format is basically JSON objects, so we can insert and query using normal JavaScript objects. This means that we don’t have to perform any major translation of formats to get the data in and out of the database.
1.Introduction2 lessons, 14:59
2 lessons, 14:59
1.1Hello Node.js07:31
1.1
Hello Node.js
07:31
1.2Installation07:28
1.2
Installation
07:28
2.Node.js12 lessons, 2:34:10
12 lessons, 2:34:10
2.1The File System14:58
2.1
The File System
14:58
2.2My First Web Server13:34
2.2
My First Web Server
13:34
2.3Node Package Manager07:29
2.3
Node Package Manager
07:29
2.4My Second Web Server with Express10:14
2.4
My Second Web Server with Express
10:14
2.5Connecting to the Outside World11:40
2.5
Connecting to the Outside World
11:40
2.6Creating a Module08:38
2.6
Creating a Module
08:38
2.7Publishing to NPM06:46
2.7
Publishing to NPM
06:46
2.8MongoDB21:43
2.8
MongoDB
21:43
2.9Twitter Streaming API12:22
2.9
Twitter Streaming API
12:22
2.10My Third Web Server with Socket.IO15:54
2.10
My Third Web Server with Socket.IO
15:54
2.11Nodester16:54
2.11
Nodester
16:54
2.12Spawning13:58
2.12
Spawning
13:58
3.Conclusion1 lesson, 07:10
1 lesson, 07:10
3.1Tips and Troubleshooting07:10
3.1
Tips and Troubleshooting
07:10
Web/Platform developer working at DataSift. I have quite a few skills including PHP, JavaScript (Node.JS and client-side) and on the side I mess around with massively multiplayer online websocket based browser games!