Homebrew removes MongoDB from core formulas
1–10 of 291 posts
Re: Homebrew removes MongoDB from core formulas
#2Re: Homebrew removes MongoDB from core formulas
#3Re: Homebrew removes MongoDB from core formulas
#4Are there any forks with momentum?
Re: Homebrew removes MongoDB from core formulas
#5Re: Homebrew removes MongoDB from core formulas
#6Re: Homebrew removes MongoDB from core formulas
#7Re: Homebrew removes MongoDB from core formulas
#8What are the best alternatives to mongo db going forward? Are there any forks with momentum?
IMO the use case for mongodb in its heyday was great support for schema-less storage, which was perceived as a way to give your team velocity. And also great support for operating a cluster over primary keys.
(The performance story vs SQL is overstated -- a lot of their early benchmarks were from tuning down safety margins like fsync. You can do that in SQL DBs too).
postgres has pretty good json support these days and mysql is getting there (managed mysql tends to lag a version).
Re: Homebrew removes MongoDB from core formulas
#9Would love to see an overview of companies that fell into the mongoDB trap and have / are migrating to another DB store.
Re: Homebrew removes MongoDB from core formulas
#10asked this on a sqllite thread before but: anyone know a single file nosqldb that has good python bindings. i know I could just write to json or something but I'd like something that supports queries. right now I'm using MongoDB and it's completely Overkill