While mysql/postgresql are great options to start with, it'd be nice to use mongo as an alternative option.
We already have a mongo cluster and it's already fault tolerant whereas with mysql/postgresql you'd have to setup master->master w/ slave replication in order for your cluster to be resilient to failures.
While mysql/postgresql are great options to start with, it'd be nice to use mongo as an alternative option.
We already have a mongo cluster and it's already fault tolerant whereas with mysql/postgresql you'd have to setup master->master w/ slave replication in order for your cluster to be resilient to failures.