views:

49

answers:

2

OK, So I know that MongoDB is the 'next big thing' in databases, and I'm exited.

But i can't find an article that deals with how different it is using Mongo.

Do we still have migrations? relatoinships? will has_one still work? And will we ever see support in activeRecord or is MongoMapper up to the job!

I'm also wondering if they is anything like a join in Mongo? Or do we just use arrays of keys?

Thanks.

+2  A: 

there is an article on mongodb's website: here

Jason
A: 

You can find the mongotips blog too

http://mongotips.com/

it explain a lot of thing about what MongoDb is awesome

shingara
Thanks, this is even better.
thomasfedb
You can add up-vote too
shingara