📄️ Deploy Airbyte
Deploying Airbyte Open-Source just takes two steps.
📄️ Add a Source
Setting up a new source in Airbyte is a quick and simple process! When viewing the Airbyte UI, you'll see the main navigation bar on the left side of your screen. Click the Sources tab to bring up a list of all available sources.
📄️ 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.