Hacker News new | ask | show | jobs
by yoctonaut 4271 days ago
It depends on the nature of your project(s) and the data you want to store, as well as what you want to do with it. If you're storing and retrieving things that make sense as persistent documents with JSON-like structures, sure. If you're going to be editing those documents frequently (and changing their attributes or--most importantly--their size), then you might want to look at some other database structure, or some blended solution.