I am using the dedupe package and I'm having trouble understanding the difference between the gazetteer and linker. I've read the documentation, but it seems a bit unclear to me.
I'm already able to compute resolutions with the deduper class, but now I need to handle streaming data. Specifically, I need to match incoming data N+1 with the existing clusters I have, and I'm not sure if I should use the gazetteer or linker for this purpose.
Can someone provide guidance on how to handle streaming data with dedupe and explain which component would be best suited for this use case? Also, can I use both of them together?