

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


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


“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.”

"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."
To begin, obtain your OneSignal API key from the OneSignal dashboard. This key will allow you to authenticate requests to the OneSignal API. Familiarize yourself with the API endpoints provided by OneSignal, which you will use to fetch the data you need.
Prepare a local development environment where you can write and execute scripts. You can use a programming language like Python, which has libraries to make HTTP requests and process JSON data easily. Install necessary libraries such as `requests` for handling API calls and `pandas` for data processing.
Write a script to fetch data from OneSignal using the API. Use the `requests` library to make GET requests to the relevant OneSignal endpoints. Ensure you handle pagination if your data exceeds the limits of a single API call. Store the fetched data in a suitable format, like JSON or CSV.
Once you have your data, transform it into a format compatible with BigQuery. This may involve cleaning the data, converting data types, and organizing data into a tabular structure. Use Python's `pandas` library to manipulate the data and export it as a CSV or JSON file.
Install and configure the Google Cloud SDK on your local machine if you haven't already. Authenticate with your Google Cloud account using the `gcloud auth login` command. Ensure you have access to the BigQuery service within your Google Cloud project.
In the Google Cloud Console, navigate to BigQuery and create a new dataset where you will store your OneSignal data. Within this dataset, define a table schema that matches the structure of your transformed data. You can do this through the BigQuery UI or using a SQL script.
Use the `bq` command-line tool to load your transformed data into BigQuery. Execute a command such as `bq load --source_format=CSV [DATASET].[TABLE] [FILE_PATH] [SCHEMA]` to import the data from your local file to the BigQuery table. Verify the data load by querying the table in BigQuery and checking for accuracy and completeness.
By following these steps, you can successfully transfer data from OneSignal to BigQuery without the use of 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.
OneSignal is an easy procedure to increase user engagement. OneSignal is a customer messaging and engagement platform that permits businesses to provide a seamless messaging experience to create a meaningful customer. OneSignal assimilates with leading analytics, CMS, and eCommerce solutions including Segment, Amplitude, HubSpot, Mix panel, Shopify, WordPress, and many more. OneSignal generates engaging customers simply and that is the fastest, most reliable service to send push notifications, in-app messages, SMS, and emails OneSignal is a free push notification service for mobile apps.
OneSignal's API provides access to various types of data related to user engagement and push notifications. The categories of data that can be accessed through OneSignal's API are:
1. User data: This includes information about the users who have subscribed to push notifications, such as their device type, language, location, and subscription status.
2. Notification data: This includes information about the push notifications that have been sent, such as the message, title, delivery time, and click-through rate.
3. Segmentation data: This includes information about the segments that have been created to target specific groups of users, such as their behavior, preferences, and demographics.
4. A/B testing data: This includes information about the different variations of push notifications that have been tested, such as their content, timing, and frequency.
5. Analytics data: This includes information about the performance of push notifications, such as the number of impressions, clicks, conversions, and revenue generated.
Overall, OneSignal's API provides a comprehensive set of data that can be used to optimize push notification campaigns and improve user engagement.
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: