![]() |
VOOZH | about |
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.
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.
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 are the way to access and manipulate data, and so they are clearly the interfaces to the data layer.
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:
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.
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:
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.
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?
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.
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!