I am newbie to cassandra. What exactly replication factor in cassandra means? For example, I have 3 node cluster(node1,node2,node3) and If I create keyspace with replication factor 1,and insert data through node1,Can I read the data from other 2 nodes? Or It will store the data in node1. Is data available in other 2 nodes for read/write operations?