<slide>
<title>MongoDB Replica Set Features</title>

<list>
    <bullet>A cluster of *~n~* servers</bullet>
    <bullet>All writes to *primary*</bullet>
    <bullet>Reads can be from primary (default) or a secondary</bullet>
    <bullet>Any *(one)* node can be primary</bullet>
    <bullet>Consensus *election* of primary</bullet>
    <bullet>Automatic failover and recovery</bullet>
</list>
</slide>
