VOOZH about

URL: https://thenewstack.io/apis-are-where-fun-happens/

⇱ APIs Are Where Fun Happens - 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
2022-11-17 09:08:34
APIs Are Where Fun Happens
contributed,sponsor-stepzen,sponsored,sponsored-post-contributed,
API Management / Data

APIs Are Where Fun Happens

GraphQL APIs go from being gateways to backends to being gateways for applications to do magic.
Nov 17th, 2022 9:08am by Anant Jhingran
👁 Featued image for: APIs Are Where Fun Happens
Image via Pixabay
StepZen sponsored this post.

We are living the API economy, and it is fueling the evolution of the digital world. Every day, new companies whose products are APIs are being created. New forms of APIs — GraphQL, gRPC — and new vendors around API, especially API security, are being created every month. At a recent API world conference I attended, I served on a panel about API trends where I said: “For a long time, APIs were gateways to fun. Now it is time for APIs to be the fun.”

That is clearly where the world is going. APIs are where governance, orchestration, federation, distribution, data serving and “backends for frontends” are moving.

Let the fun begin.

APIs as Gateways to Fun in Data Sources

APIs are the way to access and manipulate data, and so they are clearly the interfaces to the data layer.

👁 Image

Figure 1: API interfaces to the data

APIs do not replace some other interfaces; they supplant them to address a different audience or to hide business logic.

A couple of independent observations here:

  1. Of course databases have SQL interfaces. But they now increasingly have APIs too. The reason is simple: APIs bring more developers, more apps, more uses to the data. Last month, Ed Anuff, chief product officer at DataStax, wrote an excellent article on APIs: “Why Databases Need APIs.” I would edit the title somewhat to be “Why Databases *Have* APIs.” Because it is all around us.
  2. Traditional analytical tools have been slower to catch the API wave, but that is changing. Headless business intelligence (BI) is becoming a thing. Power the BI app straight from the analytical system, bypassing custom “app/dashboarding” code. Cube.dev is a great example of this, with REST and GraphQL APIs being central to its offering.

But APIs don’t just provide interfaces to independently built data layers. They help build out the data layers. The most important aspect they help with is data federation.

StepZen enables developers to easily build and deploy a single GraphQL API that gets the data they need from multiple backends. The API delivers the right data reliably, irrespective of backend protocols, schemas and authentications. We manage the API so that developers manage zero infrastructure.
Learn More
The latest from StepZen

APIs as Fun

Almost all enterprises have efforts to build out their data warehouse/lake. However, data lakes are difficult to maintain and primarily serve analytical needs. The output of all the analytics needs to be consumed, and there is data that is either not in the warehouse today, or will never be in the warehouse (quantity at hand, anyone?). Furthermore, there are several other secular trends that lead to decentralization of data:

  • API economy: Say you are accessing a third-party API like Stripe. In that case, you (typically) do not have access to the raw data. Rather, you have access to the data through the APIs that the system provides. This is also true of the microservices that your organization might be building.
  • Clouds tend to lock away the data (they make the egress fees really high), so the data stays where it is.
  • Data residency requirements further help decentralize the data.

Net-net, a data federation approach is sometimes the only way to access decentralized data. And while you could build a SQL interface, it would typically only cover SQL databases, such is the approach used by Trino, for example. The right approach is an API tier, more particularly, a GraphQL API tier.

👁 Image

Figure 2: GraphQL as the federated data tier

In this tier, you put some metadata (which backend can do what), a scatter-and-gather execution optimization engine, and lightweight business logic for routing and assembly.

APIs also help round out traditional data architectures. Take ETL (extract, transform, load), for example. There are source systems (some accessed through bulk APIs) that are transformed and then loaded into warehouses. How does governance move around as data is moved around?

APIs as a Way of Organizational Control on the Data Layer

The biggest problem for enterprises is almost never the technology; it is the organization. APIs help unlock data sources from control of organizations and make enterprisewide capabilities easier. However, someone once said, “Show me the APIs that an organization exposes, and I will tell you its org structure.”

The fun is in taking an organization-specific API structure and converting it to a consumption-specific API structure. Again, GraphQL comes to the rescue here. Federation is its superpower, and it allows for slicing and dicing of APIs into parts and recombinations. GraphQL APIs go from being gateways to backends to being gateways for applications to do magic. Imagine the ability to shape something wonderful from the clay that the backends provide.

A federated GraphQL API architecture does exactly that.

👁 Image

Figure 3: Federation is a superpower of GraphQL

Summary

There is a generational shift from APIs being just gateways to backend data sources to APIs being a place where new data architectures are born and new capabilities are produced. APIs are going from gateways to fun to being the fun. Hang on tight!

StepZen enables developers to easily build and deploy a single GraphQL API that gets the data they need from multiple backends. The API delivers the right data reliably, irrespective of backend protocols, schemas and authentications. We manage the API so that developers manage zero infrastructure.
Learn More
The latest from StepZen
TRENDING STORIES
Anant is the founder and CEO of StepZen, a startup with a new approach for simplifying the way developers access the data they need to power digital experiences. With a career that spans IBM Fellow, CTO of IBM’s Information Management...
Read more from Anant Jhingran
StepZen sponsored this post.
SHARE THIS STORY
TRENDING STORIES
DataStax is a sponsor of The New Stack.
TNS owner Insight Partners is an investor in: Pragma.
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.