

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
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


"The intake layer of Datadog’s self-serve analytics platform is largely built on Airbyte.Airbyte’s ease of use and extensibility allowed any team in the company to push their data into the platform - without assistance from the data team!"


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


“We chose Airbyte for its ease of use, its pricing scalability and its absence of vendor lock-in. Having a lean team makes them our top criteria. The value of being able to scale and execute at a high level by maximizing resources is immense”
- Create a Google Cloud Project:
- Go to the Google Cloud Console (https://console.cloud.google.com/).
- Click on the project drop-down and select “New Project”.
- Enter a project name and billing information as required.
- Enable BigQuery API:
- In the Cloud Console, navigate to “APIs & Services > Dashboard”.
- Click on “+ ENABLE APIS AND SERVICES”.
- Search for “BigQuery API” and enable it.
- Set up a BigQuery Dataset:
- Go to the BigQuery console.
- Click on your project name, then “Create Dataset”.
- Provide a dataset ID and set other options as necessary.
- Get API Access:
- Log in to your Shopify admin panel.
- Go to “Apps > Manage private apps”.
- Create a new private app and ensure it has the necessary permissions to access the data you want to export.
- Note the API key and password; you’ll need these to authenticate API requests.
- Extract Data from Shopify:
- Use Shopify’s REST Admin API to extract the data you want to move to BigQuery.
- Write a script (e.g., in Python) to make paginated API calls to retrieve data from endpoints corresponding to the data you need (e.g., orders, products, customers).
- Ensure that you handle rate limits and pagination correctly.
- Format the Data:
- The data retrieved from Shopify will be in JSON format. BigQuery requires data in a format it can ingest, like CSV, Avro, or JSON with a newline delimiter.
- Convert the data into a BigQuery-friendly format, ensuring that it matches the schema you plan to use in BigQuery.
- Create a Schema:
- Define a schema for your BigQuery tables that corresponds to the Shopify data you’re importing.
- Make sure data types in your schema match the data you extracted (e.g., STRING, INTEGER, FLOAT, TIMESTAMP).
- Create a Cloud Storage Bucket:
- In the Google Cloud Console, navigate to “Storage > Browser”.
- Click on “Create bucket” and follow the prompts to create a new bucket.
- Upload the Data Files:
- Use the gsutil command-line tool or the Cloud Console to upload your formatted data files to the newly created bucket.
- Create Tables in BigQuery:
- In the BigQuery console, select your dataset and click on “Create Table”.
- Set the “Create table from” option to “Google Cloud Storage” and provide the path to your uploaded files.
- Define your table schema, either manually or by selecting “Auto-detect”.
- Load the Data:
- Configure the remaining options for your data load job, such as file format and any necessary data conversion options.
- Click “Create Table” to start the load job.
- Monitor the job for completion and check for any errors.
Check the Loaded Data:
- Run queries against your new tables in BigQuery to ensure the data has been loaded correctly.
- Compare record counts and sample data with your original dataset to verify integrity.
- Automate Data Extraction:
- Use a scheduler like cron to run your data extraction script at regular intervals.
- Automate Data Upload and Load:
- Write a script that uploads new data files to Google Cloud Storage and triggers a BigQuery load job.
- Schedule this script to run after each data extraction process.
Remember to secure your data throughout this process by following best practices for handling API keys and ensuring that your Google Cloud resources are not publicly accessible.
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.
Shopify is a cloud-based commerce platform focused on small- to medium-sized businesses and designed for ultimate scalability and reliability. Its software allows merchants to set up, design and manage businesses easily across multi-sales channels: mobile, web, social media, marketplaces, pop-up shops, and even brick-and-mortar stores. It offers a plethora of services including customer engagement, payments, marketing, and shipping tools to provide small merchants with the ability to run an online store simply and efficiently.
Shopify's API provides access to a wide range of data related to an online store's operations. The following are the categories of data that can be accessed through Shopify's API:
1. Products: Information about the products available in the store, including their titles, descriptions, prices, images, and variants.
2. Orders: Details about the orders placed by customers, including the customer's name, shipping address, payment information, and order status.
3. Customers: Information about the customers who have created accounts on the store, including their names, email addresses, and order history.
4. Collections: Details about the collections of products that have been created in the store, including their titles, descriptions, and products included.
5. Discounts: Information about the discounts that have been created in the store, including their codes, types, and amounts.
6. Fulfillment: Details about the fulfillment of orders, including the status of each order and the tracking information for shipped orders.
7. Analytics: Data related to the store's performance, including sales reports, traffic reports, and conversion rates.
8. Storefront: Information about the store's design and layout, including the theme, templates, and customizations.
Overall, Shopify's API provides access to a comprehensive set of data that can be used to manage and optimize an online store's operations.
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: