Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ioggstream/mongodb-101
- Owner: ioggstream
- Created: 2019-11-29T15:47:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T08:08:34.000Z (over 3 years ago)
- Last Synced: 2024-10-15T03:43:02.511Z (3 months ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/```