Here's a question. For Meltano, do we have any pre-configured server that allows us to run it on the cloud and interact with it (through API endpoints) to
• Add and configure taps
• Add and configure targets
• Run pipelines
• Monitor pipelines and job status
Or do we just have to use the CLI and probably write a python server of our own that can run these commands based on the given inputs to setup specific taps, targets, connections, monitoring pipelines, etc?