

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 an AWS account if you don’t already have one at https://aws.amazon.com/.
- Access the AWS Management Console and navigate to the Amazon S3 service.
- Create a new S3 bucket where you will store your Salesforce data:
- Click on “Create bucket”.
- Provide a unique name for your bucket.
- Select the AWS Region where you want the bucket to reside.
- Configure options such as versioning or logging if needed.
- Set permissions carefully to control access to the data.
- Review and create the bucket.
- Log in to your Salesforce account and navigate to Setup.
- Find the Data Export option by using the Quick Find box and typing “Data Export”.
- Schedule or perform an export:
- Choose to schedule the export or perform it immediately.
- Select the objects and fields you want to export.
- Define the export file encoding and format (e.g., CSV).
- Start the export process.
Salesforce will prepare your data, and you will receive a notification when it's ready to be downloaded.
1. Once the export is ready, download the data files from Salesforce to your local machine.
2. Unzip the export if it's in a compressed format.
1. Check the data files to ensure they contain the correct data and are properly formatted.
2. Optionally, convert the data files to a different format if required (e.g., from CSV to JSON) using a script or a tool like Excel.
1. Install the AWS Command Line Interface (CLI) on your local machine if it's not already installed. Instructions can be found at https://aws.amazon.com/cli/.
2. Configure the AWS CLI by running `aws configure` and entering your AWS Access Key ID, Secret Access Key, default region name, and output format.
1. Navigate to the directory containing your Salesforce data files in your local machine's terminal or command prompt.
2. Use the AWS CLI to upload files to your S3 bucket with the following command:aws s3 cp <file-name> s3://<your-bucket-name>/<optional-path>/
Replace `<file-name>` with the name of your data file, `<your-bucket-name>` with the name of your S3 bucket, and `<optional-path>` with any folder structure you wish to maintain in your bucket.
3. Repeat the upload command for each data file you want to move to S3.
1. Check the S3 bucket through the AWS Management Console to ensure that your files have been uploaded successfully.
2. Verify the integrity of the data by downloading a file and checking its contents.
To automate this process for future data transfers:
1. Write a script that uses Salesforce APIs (like the Bulk API) to export data, formats it as needed, and uploads it to S3.
2. Schedule the script to run at regular intervals using cron jobs (on Linux/macOS) or Task Scheduler (on Windows).
Notes
- Always ensure that you are complying with data governance and privacy standards when moving data between systems.
- The AWS CLI commands provided above assume that you have the necessary permissions to access the S3 bucket and perform actions on it.
- If you are dealing with large volumes of data, consider using AWS S3 Transfer Acceleration for faster uploads.
- Always encrypt sensitive data both in transit and at rest.
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.
Salesforce is a cloud-based customer relationship management (CRM) platform providing business solutions software on a subscription basis. Salesforce is a huge force in the ecommerce world, helping businesses with marketing, commerce, service and sales, and enabling enterprises’ IT teams to collaborate easily from anywhere. Salesforces is the force behind many industries, offering healthcare, automotive, finance, media, communications, and manufacturing multichannel support. Its services are wide-ranging, with access to customer, partner, and developer communities as well as an app exchange marketplace.
Salesforce's API provides access to a wide range of data types, including:
1. Accounts: Information about customer accounts, including contact details, billing information, and purchase history.
2. Leads: Data on potential customers, including contact information, lead source, and lead status.
3. Opportunities: Information on potential sales deals, including deal size, stage, and probability of closing.
4. Contacts: Details on individual contacts associated with customer accounts, including contact information and activity history.
5. Cases: Information on customer service cases, including case details, status, and resolution.
6. Products: Data on products and services offered by the company, including pricing, availability, and product descriptions.
7. Campaigns: Information on marketing campaigns, including campaign details, status, and results.
8. Reports and Dashboards: Access to pre-built and custom reports and dashboards that provide insights into sales, marketing, and customer service performance.
9. Custom Objects: Ability to access and manipulate custom objects created by the organization to store specific types of data.
Overall, Salesforce's API provides access to a comprehensive set of data types that enable organizations to manage and analyze their customer relationships, sales processes, and marketing campaigns.
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: