We currently have two deployments, DEVELOPMENT platform, and PRODUCTION platform
We currently use two deployments for NAIADES,
-`DEVELOPMENT` is an environment where we test new features, test integration, etc. DATABASEs data will probably be wiped out from time to time.
-`PRODUCTION` is an environment where we deploy stable features, databases are backed-up regularly
1.`DEVELOPMENT platform`: also known as `dev platform`, is an environment where we test new features, test integration, etc. DATABASEs data will probably be wiped out from time to time
2.`PRODUCTION platform`: also known as `prod platform`, is an environment where we deploy stable features, databases are backed-up regularly