Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ioggstream/mongodb-101

MongoDB for MySQL users
https://github.com/ioggstream/mongodb-101

Last synced: about 1 month ago
JSON representation

MongoDB for MySQL users

Awesome Lists containing this project

README

        

# MongoDB for MySQL Users

This is a mongo course for mysql users.

MongoDB will be tought making comparison with MySQL (engines, replication, sql, ..)

# Running the course

To play the course, start the reveal-md server and point the browser to the given location.

```
sudo npm install -g reveal-md
reveal-md markdown &
firefox http://localhost:1948/

```