Guide to MongoDB for startups
optinidus.com
Guide to MongoDB for startups
1–10 of 66 posts
Re: Guide to MongoDB for startups
#2Re: Guide to MongoDB for startups
#3Re: Guide to MongoDB for startups
#4Don't.
Re: Guide to MongoDB for startups
#5Here's my one-word guide: Don't.
Re: Guide to MongoDB for startups
#6Here's my one-word guide: Don't.
Re: Guide to MongoDB for startups
#7We use MongoDB in production, processing millions of new records every month and it works great. Our data has differing and evolving schemas and can be used as JavaScript objects or python dictionaries with little effort. It works and performs well for us and our use case.
I'd be delighted to find out what these nay-sayers are doing that MongoDB must fail so incredibly at for them to have such strong negative opinions.
I'm not speaking only to the existing comments on this post but the general theme of past MongoDB submissions.
Re: Guide to MongoDB for startups
#8Here's my one-word guide: Don't.
I came to here say this as well.
Re: Guide to MongoDB for startups
#9I find it somewhat depressing that the first comments on any post about MongoDB generally seem to be short, disparaging and dismissive without offering much if any substance. We use MongoDB in production, processing millions of new records every month and it works great. Our data has differing and evolving schemas and can be used as JavaScript objects or python dictionaries with little effort. It works and performs w…
Personally, my 10k foot impression has been that MongoDB is really easy to get started with, has some cool features, and is fun to use... but then in production it has serious issues that are fundamentally unworkable. Until I see a series of: "Here is what was wrong with MongoDB and how we fixed it" articles floating around along with a number of endorsements - I'm probably going to keep that 10k foot view.
I could easily be criticized for not digging in to Mongo's problems myself to learn exactly what they are and whether or not they are still an issue, but life is too short and there are too many other things to do.
Re: Guide to MongoDB for startups
#10I find it somewhat depressing that the first comments on any post about MongoDB generally seem to be short, disparaging and dismissive without offering much if any substance. We use MongoDB in production, processing millions of new records every month and it works great. Our data has differing and evolving schemas and can be used as JavaScript objects or python dictionaries with little effort. It works and performs w…