When you work with data, you need a way to retrieve that data. When you’re done processing said data, you need to save it. Connectors do the job of sourcing and sinking data you or your application uses.
In a simple data pipeline:
source → process → sink
In this simple example, I already have two connectors. Even if the source and sink are the same syste…