Hi All, Can i connect with multiple store on this ...
# plugins-general
v
Hi All, Can i connect with multiple store on this plugin or multiple plugins (tap-shopify) will solve the problem?
1
r
Hi @vikram shadow, I assume you are talking about https://hub.meltano.com/extractors/tap-shopify? The plugin does not support multiple stores currently, but you would probably be able to leverage Meltano environments to sync data for multiple stores:
Copy code
meltano --environment store1 run tap-shopify ...
meltano --environment store2 run tap-shopify ...
meltano --environment store3 run tap-shopify ...
👍 1
v
Thank you
np 1