VOOZH about

URL: https://thenewstack.io/the-future-of-data-integration/

⇱ The Future of Data Integration - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-02-27 10:00:44
The Future of Data Integration
contributed,
Data

The Future of Data Integration

Beyond ETL and ELT: The CEO of Airbyte gives us a glimpse of how data integration systems will evolve in the years ahead.
Feb 27th, 2023 10:00am by Michel Tricot
👁 Featued image for: The Future of Data Integration
Image via Pixabay.

Data integration has significantly evolved since data became centralized in data warehouses and lakes. ELT (Extract-Load-Transform) has replaced ETL (Extract-Transform-Load) by making analysts autonomous at getting access to the data they need in those warehouses.

New reverse-ETL solutions emerged enabling operational teams to access consolidated data from the same warehouses. The industry refers to the new standard as the modern data stack. And while 30% of the most valuable companies — such as Amazon, Apple, Facebook and Microsoft — were taking a data-driven approach in 2008, that number grew to 70%.

The issue with “modern” is that today’s modern becomes tomorrow’s outdated. And that leads to the question: how will data integration evolve given the indications we already have? In this article, I will explore the challenges companies will face and what they should do to overcome them.

Current ELT Challenges

Inability to Address All Connector Needs

Let’s begin by looking at the issues companies face today, starting with ELT and reverse-ETL. There are two significant reasons why companies continue building and maintaining more and more connectors in-house.

  • Long-tail needs: ELT solutions are unable to keep up with the number of tools that companies are using internally. ELT solutions all plateau at around 150–200 data connectors. The reason is simple: the hard part about data integration is not building the connectors, but maintaining them. Any cloud-based closed-source solution will be restricted by ROI (return on investment). It isn’t profitable for them to support the long tail of connectors, so they only focus on the most popular integrations.
  • Custom needs: Companies all have different needs in terms of data for the same tools they use. If by any chance, an ELT solution is missing one API stream for a tool, there is no other choice but to build and maintain it themselves.

This is true for both ELT and reverse-ETL.

Missing Quality and Data Lineage on Reverse-ETL

In addition to not addressing the long-tail and custom needs, there is an additional issue that reverse-ETL solutions are facing. When syncing data back to the operational tools, the teams need to know where that data comes from (also named data lineage) and how correct that data is. Not having these types of insights and validation constitutes an operational risk that will cause you to send emails to the wrong person or take incorrect actions that could hurt your business. Unfortunately, reverse-ETL solutions don’t have access to that data. Data teams need to add that information manually to their sync which requires even more data engineering work.

How Today’s Problems Will Get Solved

Consolidation of ELT and Reverse-ETL

Companies should consider merging their ELT and reverse-ETL processes using a single tool. The technological differences between ELT and reverse-ETL are small enough that this consolidation is predictable. Some ELT solutions, including Airbyte, have already announced it in their product roadmap. There are several important benefits to this consolidation:

  • Doing ELT enables companies to have data lineage at the reverse-ETL level. Teams will know where the data comes from if the same tool handles ELT, reducing data engineering efforts.
  • It’s easier to monitor all your pipelines within one platform, also reducing data engineering efforts.

The Advent of Open Source

It is very challenging for ELT vendors to address the long tail or custom needs every company has. I believe that the only way to address them is through open source with an active contributor community all engaged to publish their own connectors for the benefit of all. This is how an ELT platform can rapidly get from 200 to thousands of connectors.

Closed source can’t address the long tail or custom needs every company has. I believe that the only way for companies to address the issue is through open source. Engineering teams should adopt an ELT platform that uses open source and has an active contributor community engaged in publishing their own connectors for the benefit of all. Using an open-source-based ELT solution can bring challenges, such as maintaining a high level of reliability across all those connectors. There are two ways this can be solved:

  • By abstracting everything that is not specific to the tool of the integration. Indeed, data connectors are 90% identical, and only the remaining 10% are specific to the source they are connected to.
  • By incentivizing the community to maintain their contributed connectors through financial or recognition incentives, like a marketplace for connectors where individuals and companies could publish their connectors, much like an App Store.

A New Operating System of Data Pipelines

Warehouses (Snowflake, BigQuery, Redshift, etc.) are fast becoming the operating system for data, the place where all operations are performed on companies’ data, along with an ecosystem of data apps built on top of it.

The same concept can be applied to data integration. With a platform that can do the following:

  • ELT and reverse-ETL with open source connectors that you can customize at will;
  • An active data engineering community incentivized to maintain the long tail of connectors;
  • Data lineage;
  • Observability across all data pipelines;
  • Integration with other tools of the company data stack to ensure interoperability

This platform — which I call the operating system of data pipelines — is the future of the current modern data stack. This is what all data teams are striving for. They want a platform that does it all while providing the customizability they need to address all their needs.

Conclusion

With companies’ data creation experiencing a growth rate of 23% until 2025, having an efficient operating system of data pipelines has never been so important. And it’s worth it: data-driven organizations’ revenues are 70% higher than their counterparts. It’s time for organizations to overcome those ELT challenges by adopting an operating system of data pipelines.

TRENDING STORIES
Michel Tricot is co-founder and CEO of Airbyte, which started in 2020 as an open-source data integration platform with a vision of commoditizing data integration pipelines across all industries and organizations. He has been working in data engineering for the...
Read more from Michel Tricot
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.