singer-io / getting-started

This repository is a getting started guide to Singer.
https://singer.io
1.25k stars 148 forks source link

Dealing with multiple accounts from config.json #84

Open azhard4int opened 3 years ago

azhard4int commented 3 years ago

Hi,

We are planning to integrate Singer in our application, but right now we are seeing that Singer config can have only a single account added in the configuration.

Is it possible to have multiple accounts added in the configuration. Say we have 100 B2B companies that are using Stripe and we would like to fetch their data through Singer. Is this something can be done through Singer?

Thanks.