Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I have used it and seems to work well with python, especially working with binary storage it performs really well
-
hobblin2083yWhy the fuck do you *want* to like it. Document databases is a dud, it brings nothing to the table and it's just promoted by JavaScript enthusiasts who thinks schemas are scary.
Sidenote; you always need schemas to ensure maintainability and efficiency, even the mongodb developers know this... It's just the promoters who pretend like you don't. Once you start building schemas for mongodb you are always better off doing it in SQL instead. -
ars140753yIt's pretty nice for some stuff like a chat history and logs. You know, stuff that you really won't be running difficult queries on and you just want to store. Can't see myself using it for other kind of data though.
-
h3rp1d3v5233yMongoDB is way too 🦥 node orms are catching up. Can't understand why anyone would choose MongoDB
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
tommy15Right now someone at Google is coding something useless for us to laugh at on April Fools.
I really want to like MongoDB, I really do, but the query/update language completey negates any fun
Try doing any non trivial operation in a single db query (aka. efficiently) from a language that's not JavaScript if you really want to hate everyone and everything
rant
fml
mongodb