NoSQL has become a buzz word over the last decade, and has gained large
popularity over that time. At the time of this writing, MongoDB, the most
popular document database, has nearly equal usage to PostgreSQL
[https://db-engines.com/en/ranking_trend].
NoSQL databases can be great for getting to market quickly if your timeline is
particularly restrictive. You are able to create less tables/collections, create
a thin data layer, and even skip the traditional REST routes. Granted, the
latter two