|
|
|
|
|
by jrdorn
1779 days ago
|
|
Hi! One of the authors here. We're using MongoDB to store caches A/B test results (among other things), which are deeply nested JSON objects. MongoDB let us develop features really quickly so its been a great choice so far for us. We're willing to add support for another data store if there's a lot of demand for it. |
|
I would also suggest supporting an alternative to MongoDB. Postgres using jsonb is a great option.
I try to always use and support open source components, as open source provides much less business risk. Since MongoDB isn't itself open source, I would be hesitant to adopt it or a product that depends on it. Mongo also has a bad reputation...
I would definitely evaluate and likely use your product if it did not depend on MongoDB.