All Questions
2 questions
0
votes
1
answer
2k
views
Benefits of leader/follower over masterless
I'm learning about replication strategies and wondering the pros of cassandra (masterless) over mongo (leader/follower).
From what I've read, they both scale writes the same because writes writes in ...
0
votes
1
answer
218
views
MongoDB to other DB syncing
we are planning to continuously sync data a collection from MongoDB to another database (in this case Cassandra).
I'm thinking of listening to the mongo-oplog then push those changes to Cassandra. It'...