Ideally suited for read-heavy workloads. One node (Leader) handles writes, others (Followers) replicate data and handle reads.
Primary DB accepts writes, replicas serve read traffic.
class Leader–Follower:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Leader–Follower')