Getting only documents on one node

Heyo, I was wondering if it was possible for either a N1QL query to only query one node or a view to only query one node.

The usage is that i have a sync program which syncs from couchbase to a mongoDB, and this would be an extremely easy way to split up the workload between multiple processes, because right now they end up fighting over documents to sync.

N1QL will not able to do query only one data node for documents

Alright, could i perhaps do it through api/views? Or is this simple unable to be done in couchbase?