I heard stories where people would just start with mongo and eventually migrate to more mature tech as they go, but that need seem to have evaporated.
Thoughts?
1. Because Postgres support for complex JSON queries are sub par compared to MongoDB
2. When I did use MongoDB it was with C#. The Mongo Linq driver is excellent. You write standard Linq queries and it gets translated to MongoQuery. You use standard C# POCO objects and the compiler ensures a consistent “schema”.
Someone pointed that out to me when I answered a question dismissing mongo.