Hi Srusti,
I want to create one background service which automatically insert data into sql server from mongodb. For retrieve data i want to use mongodb, while insertion, updation, deletion are used with sql server.
Currently there is no MongoDB supported tool that does exactly what you want. However, there are some possible routes that you may be able to follow:
Depending on your use case and situation, some of those approaches may not be suitable, or there could be some other alternative approach that is uniquely suited to you. I would recommend you to do some in-depth testing (feasibility, workload stress-test, etc.) with your use case.
Best regards,
Kevin