Systems | Development | Analytics | API | Testing

What's New In Kong Enterprise 3.1?

We’re excited to announce the general availability of Kong Enterprise 3.1. In Kong Enterprise 3.1, we build on the foundation of our plugin ecosystem by introducing five new plugins and enhancing the functionality of existing ones. These include: We’ll explore the ins and outs of each of these plugins below. But first let’s talk about why plugins are such an important part of Kong’s solutions.

Yellowfin Launches Certified CData Connectors

AUSTIN, TEXAS, USA - December 8, 2022 - Yellowfin, Inc. (“Yellowfin”), a leading global provider of BI and data analytics software, today announces a global partnership with CData Software, a premier provider of real-time data connectivity solutions, to extend the capabilities of Yellowfin with 250+ high-performance CData connectors.

All the Features A Robust Data Lake Should Have

From databases to data warehouses and, finally, to data lakes, the data landscape is changing rapidly as volumes and sources of data increase. With a growth projection of almost 30%, the data lake market will grow from USD 3.74 billion in 2020 to USD 17.6 billion by 2026. Also, from the 2022 Data and AI Summit, it is clear that data lake architecture is the future of data management and governance.

Interview With CTO Mahe Rangareddy

For the next interview in our series speaking to technical leads from around the world, we’ve welcomed experienced CTO Mahe Rangareddy. Mahe Rangareddy is the Chief Technology Officer at Alpha Omega Integration, a government contracting company in Tysons VA. An expert in data analytics, he promotes innovation and improvement within the company.

A story of Lazy Loading File System Operations for better dev system performance

In this blog post I want to share a story of a performance bottleneck using the filesystem that we experienced in our development setup. In the Tideways backend, we have a simple homegrown database migration tool that scans a directory for.sql files and applies them if not already done. It is a very old piece of code that I used since before the times of doctrine/migrations. It is much simpler but works for us.