MongoDB interactive tutorial
mongly.com
MongoDB interactive tutorial
1–10 of 26 posts
Re: MongoDB interactive tutorial
#2Re: MongoDB interactive tutorial
#3I found this insanely helpful! At first I thought the tutorial was just a scripted app which only listened for the right queries to move on. I was a little blown away when I realized I could run other queries against the tutorial db.
The commands are executed against a real unicorns mongodb collection (each user having his or her own)...so you are only limited by what's been implemented in the javascript shell and on the thin proxy backend.
This does mean that someone who wanted to take the server down probably wouldn't have to try very hard.
Re: MongoDB interactive tutorial
#4Re: MongoDB interactive tutorial
#5(At least I think it's an easter egg, I didn't get all the way through. Maybe murdering unicorns is a normal part of the tutorial)
Re: MongoDB interactive tutorial
#6Received: "undefined method `collection_names' for nil:NilClass"
Edit: It's relying on my cookie which wasn't enabled, oops.
The official MongoDB interactive tutorial: http://try.mongodb.org/
Seems to be a clone of redis: http://try.redis-db.com/
Re: MongoDB interactive tutorial
#7Re: MongoDB interactive tutorial
#8Re: MongoDB interactive tutorial
#9Re: MongoDB interactive tutorial
#10The timeouts on this particular page could use some tweaking, though.