I have a question, not sure what would be the best channel to post the same -
Using meltano, I am able to configure requirements of a single user and fetch relevant data for that user via an extractor ( be it tap-gong, tap-salesforce etc).
But suppose we want to create a platform, where multiple users can come and select multiple extractors as source for their data and we will load the data and show in the UI.
I guess my question is, can I configure the meltano pipeline for gong/salesforce extractors to fetch data of multiple users wherein each user can have different configurations. I will be storing configuration for each user from into a database and meltano pipeline will pick the details for each user one-by-one or in parallel.
What would be the best way to achieve this?