I have a scenario in which I have multiple DBS and one DB maintaining a connection list of all DBS. Now I have to write a query in which I have to search in all DBS at the same time and get collaborated results from all DBS. Is there any way of using MongoDB to perform such a task??
example:- I have 10 DBS(list of all available DBS maintained in connections DB) and have to search the name Rahul in all DBS at the same time.