2. Setting Up Airbyte OSS:

Installation:

Airbyte provides a docker-compose setup. First, ensure Docker is installed on your machine. If not, you can download it from Docker's official site.

# Clone the Airbyte repository
git clone <https://github.com/airbytehq/airbyte.git>
cd airbyte

# If starting Airbyte for the first time, run this command
./run-ab-platform.sh

# Start Airbyte using Docker 
docker-compose up

Access the Airbyte dashboard at http://localhost:8000.