Systems | Development | Analytics | API | Testing

API

Protecting Australian Consumer Data Rights (CDR) with Kong Gateway

This post highlights how you could use Kong Gateway to implement a solution for the Australian Consumer Data Standards (CDS), which is part of the Consumer Data Right legislation introduced by the Australian Government in November 2017. As detailed on the Australian ACCC website: CDR will give consumers greater access to and control over their data and will improve consumers’ ability to compare and switch between products and services.

Squid game: how we load-tested Ably's Control API

We recently announced Ably's Control API, a REST API that enables you to manage Ably's configuration programmatically. You can now use the Control API to configure anything previously only configurable via the Ably dashboard. The Ably platform is designed around four pillars of dependability: Performance, Integrity, Reliability, and Availability.

5 Reasons Why Your Business Needs APIs

Once you find a platform that makes it easy for you to execute an effective API strategy, it becomes obvious why your business needs a standardized, secure and documented APIs. If you’ve had negative experiences with APIs that can take a long time to build or don’t offer the functionality you want, it’s time to take a pause and learn more about how you can benefit when you have an advanced API management platform working for you.

Application Observability With Kuma Service Mesh

The more services you have running across different clouds and Kubernetes clusters, the harder it is to ensure that you have a central place to collect service mesh observability metrics. That’s one of the reasons we created Kuma, an open-source control plane for service mesh. This tutorial will show you how to set up and leverage the Traffic Metrics and Traffic Trace policies that Kuma provides out of the box.

2021 Cloud Connectivity Innovator Award Winners: Big Success, Great Advice

Many organizations have been able to accomplish impressive things using Kong products, including Kong Konnect, Kong Enterprise, Kong Gateway, Kuma and Insomnia. We recently honored four of these enterprises in the inaugural Cloud Connectivity Innovator Awards program during Kong Summit 2021.

Sponsored Post

The HTTP/2 Landscape in 2021

When the internet first came into existence in 1983, its communication channels didn't exist, and it was just operational enough to be used for research purposes. In 1989, Tim Berners-Lee had the idea to develop a system for the internet using TCP/IP protocols. That public project at CERN introduced HTTP, HTML, World Wide Web (WWW), and a client-server as communication mechanisms. In this post, you'll learn how HTTP protocol works and how new versions brought it to where we are now, with the widely used HTTP/2 in 2021.

Supercharge Kubernetes Ingress with Kong

When services are exposed outside a Kubernetes cluster, you need to take care of authentication, observability, auditing, encryption and integrations with other third-party vendors, amongst other things. In this demo, @Viktor Gamov introduces Kong Ingress Controller and how you can use it in your applications that run in a Kong Mesh-enabled Kubernetes cluster.

How to Test HTTP/2 APIs

Slowly but surely, HTTP/2 is becoming the favored protocol for transporting data files between clients and servers. While HTTP/1 used to be the only way of loading web applications, it’s now lagging behind, especially on the UX front. Since 2015, HTTP/2 APIs have taken the lead with lightning-fast server responses. In particular, they’re responsible for state changes and server responses without the need for browser reloads.

What is a MySQL REST API?

Databases are an important part of application development. They let you store data in a way that is easy to manage and manipulate. MySQL has been the standard for this for decades. The one drawback is that databases only store data. If you want to do something with that data, a MySQL REST API makes it possible. Here is what you need to know to use MySQL REST APIs in your projects.