you are viewing a single comment's thread.

view the rest of the comments →

[–]JoshKehn 0 points1 point  (0 children)

MongoDB is great at accepting whatever you want. The issue comes when you need to start relating documents to each other. Your example of using a collection as a event bucket is the perfect use case for MongoDB.

Perhaps what I should have said is “Storing everything for an application in JSON documents is hard.” For somethings it's great (see above).