Ok I want at least 3 versions of the database: LOCAL-DEV, TEST, and PRODUCTION, corresponding to 3 environments. Pretty standard.
My data is pretty simple, each environment has the same half-dozen tables, would each fit in 1 DB.
How do I set this up? Is this three different Clusters? Projects? Databases? Collections? What?
(I’ve been here so many times… I’m starting a new platform or service. One of the first thing you do is setup your dev, text, and prod environments. But I’m not familiar enough with the completely new nomenclature to know what corresponds to what… and intro documentation never covers this stuff.)