

Building your pipeline or Using Airbyte
Airbyte is the only open source solution empowering data teams to meet all their growing custom business demands in the new AI era.
- Inconsistent and inaccurate data
- Laborious and expensive
- Brittle and inflexible
- Reliable and accurate
- Extensible and scalable for all your needs
- Deployed and governed your way
Start syncing with Airbyte in 3 easy steps within 10 minutes



Take a virtual tour
Demo video of Airbyte Cloud
Demo video of AI Connector Builder
Setup Complexities simplified!
Simple & Easy to use Interface
Airbyte is built to get out of your way. Our clean, modern interface walks you through setup, so you can go from zero to sync in minutes—without deep technical expertise.
Guided Tour: Assisting you in building connections
Whether you’re setting up your first connection or managing complex syncs, Airbyte’s UI and documentation help you move with confidence. No guesswork. Just clarity.
Airbyte AI Assistant that will act as your sidekick in building your data pipelines in Minutes
Airbyte’s built-in assistant helps you choose sources, set destinations, and configure syncs quickly. It’s like having a data engineer on call—without the overhead.
What sets Airbyte Apart
Modern GenAI Workflows
Move Large Volumes, Fast
An Extensible Open-Source Standard
Full Control & Security
Fully Featured & Integrated
Enterprise Support with SLAs
What our users say

Andre Exner

"For TUI Musement, Airbyte cut development time in half and enabled dynamic customer experiences."

Chase Zieman

“Airbyte helped us accelerate our progress by years, compared to our competitors. We don’t need to worry about connectors and focus on creating value for our users instead of building infrastructure. That’s priceless. The time and energy saved allows us to disrupt and grow faster.”

Rupak Patel
"With Airbyte, we could just push a few buttons, allow API access, and bring all the data into Google BigQuery. By blending all the different marketing data sources, we can gain valuable insights."
Start by accessing the Pendo API to extract the necessary data. You'll need to authenticate using your Pendo API key and then use HTTP requests to pull data. You can do this by writing a script in a programming language like Python, which can handle GET requests using libraries such as `requests`. Identify the specific endpoints in Pendo's API documentation that provide the data you need.
Once data is extracted from Pendo, transform it into a CSV format. This involves parsing the JSON response data and converting it into a structured CSV file. Python’s `csv` module can be used to write data into a CSV file. Ensure that the CSV structure matches the schema of the Redshift table into which you will be loading the data.
If not already set up, create an Amazon Redshift cluster through the AWS Management Console. Ensure that your cluster is configured with the appropriate node type and size to handle your data volume. Also, ensure that your security settings allow access from the system where the CSV files are stored.
Before loading data, you must create a table in Redshift that matches the structure of your CSV file. Use SQL commands to define your table schema, specifying the appropriate data types for each column. This can be done through the Redshift query editor or using a SQL client connected to your Redshift cluster.
Transfer your CSV file to an Amazon S3 bucket. You can use the AWS CLI for this task. First, ensure that you have configured the AWS CLI with the appropriate credentials and region settings. Use the `aws s3 cp` command to upload your file to S3.
Use the Redshift `COPY` command to load data from your S3 bucket into the Redshift table. Ensure that the Redshift cluster has the necessary IAM roles and permissions to access the S3 bucket. Specify the S3 path, the CSV format, and any necessary options like delimiter or ignore header.
After loading the data, perform checks to ensure that the data is accurate and complete. This can involve running SQL queries to compare record counts, checking for NULL values, or validating field content against expected patterns. This step is crucial for ensuring that the data migration was successful and the data is ready for analysis.
By following these steps, you can efficiently transfer data from Pendo to Amazon Redshift without relying on third-party connectors or integrations.
FAQs
What is ETL?
ETL, an acronym for Extract, Transform, Load, is a vital data integration process. It involves extracting data from diverse sources, transforming it into a usable format, and loading it into a database, data warehouse or data lake. This process enables meaningful data analysis, enhancing business intelligence.
Pendo is a product experience platform that enables marketers to deliver personalized in-app experiences and gather valuable customer insights. With Pendo, marketers can create targeted campaigns, walkthroughs, and product tours directly within their applications. This allows for contextual, relevant messaging that enhances user onboarding and adoption. Pendo also provides robust analytics and feedback tools, giving marketers visibility into feature usage, user journeys, and sentiment. By understanding how customers interact with their products, marketers can optimize experiences, drive engagement, and ultimately improve conversions and retention. Pendo's integrations with popular marketing automation and CRM systems streamline data sharing and enable coordinated cross-channel campaigns.
Pendo's API provides access to a wide range of data related to user behavior and product usage. The following are the categories of data that can be accessed through Pendo's API:
1. User data: This includes information about individual users such as their name, email address, and user ID.
2. Product data: This includes information about the product being used, such as the product name, version, and features.
3. Usage data: This includes information about how users are interacting with the product, such as which features they are using, how often they are using them, and how long they are spending on each feature.
4. Engagement data: This includes information about how engaged users are with the product, such as how frequently they are logging in, how often they are completing certain actions, and how long they are spending in the product.
5. Feedback data: This includes information about user feedback, such as ratings, reviews, and comments.
6. Conversion data: This includes information about how users are converting, such as how many users are signing up, how many are upgrading to paid plans, and how many are churning.
What is ELT?
ELT, standing for Extract, Load, Transform, is a modern take on the traditional ETL data integration process. In ELT, data is first extracted from various sources, loaded directly into a data warehouse, and then transformed. This approach enhances data processing speed, analytical flexibility and autonomy.
Difference between ETL and ELT?
ETL and ELT are critical data integration strategies with key differences. ETL (Extract, Transform, Load) transforms data before loading, ideal for structured data. In contrast, ELT (Extract, Load, Transform) loads data before transformation, perfect for processing large, diverse data sets in modern data warehouses. ELT is becoming the new standard as it offers a lot more flexibility and autonomy to data analysts.
What should you do next?
Hope you enjoyed the reading. Here are the 3 ways we can help you in your data journey: