📄️ Deploy Airbyte
Deploying Airbyte Open-Source just takes two steps.
📄️ Add a Source
You can either follow this tutorial from the onboarding or through the UI, where you can first navigate to the Sources tab on the left bar.
📄️ Add a Destination
The destination we are creating is a simple JSON line file, meaning that it will contain one JSON object per line. Each objects will represent data extracted from the source.
📄️ Set up a Connection
When we create the connection, we can select which data stream we want to replicate. We can also select if we want an incremental replication, although it isn't currently offered for this source. The replication will run at the specified sync frequency.