I wonder if it is possible to add new documents to a sharded/replicated collection?
I.e. I will have a sharded and replicated collection on a VPS server. I then would to send new documents to that VPS each day. My question is will that new added data be automatically sharded and replicated as the existing data in that VPS collection?
And if not, where can I find guidelines to setup such a scenario?