Systems | Development | Analytics | API | Testing

From Data to Value: Building a Scalable Data Platform with Google Cloud

At the DataOps Unleashed 2022 conference, Google Cloud’s Head of Product Management for Open Source Data Analytics Abhishek Kashyap discussed how businesses are using Google Cloud to build secure and scalable data platforms. This article summarizes key takeaways from his presentation, Building a Scalable Data Platform with Google Cloud. Data is the fuel that drives informed decision-making and digital transformation.

IPaaS: 3 Ways It Helps You Grow

An integration platform as a service (iPaaS) solution is a set of tools that help businesses integrate applications across environments and formats. While some companies have the resources to handle this integration themselves, an iPaaS solution is often able to handle things more efficiently while bringing in new features (like hands-on support) to ensure the solution is effective and affordable for the business.

Hevo Data Featured as a Leader in G2's Spring 2022 Report

The G2 Spring 2022 Grid Reports are out! We’re excited to announce that Hevo Data has been rated as a Leader in the categories – ETL Tools, Data Extraction, and Data Replication. Besides this, we have also received badges in numerous other categories, like Easiest To Use: Data Extraction and High Performer: E-commerce Data Integration, giving us a count of 17 badges in total and highlighting our strengths as a product. According to G2, 98% of our users have rated us 4 or 5-stars.

[Webinar] How To Reduce Selenium Scripts Maintenance by up to 90%

Selenium script maintenance can be a nightmare. Even a minor UI change can flood QA teams with endless repetitive work, yet while leaving broken locators and web loading issues are still undetected. In this webinar, Katalon experts will show how you can use Artificial Intelligence and Machine Learning to reduce Selenium script maintenance by up to 90%.

ChaosSearch Named in 2022 Gartner Market Guide for Analytics Query Accelerators

Last week, Gartner released their 2022 Gartner Market Guide for Analytics Query Accelerators (AQAs), which names ChaosSearch as a Representative Vendor. In this week’s blog, we share perspectives from both Gartner and ChaosSearch on the emerging AQA category that focuses on accelerating data lakes’ time to value. You’ll learn what AQAs are, their role in the enterprise tech stack, and how ChaosSearch differentiates itself from others in the segment.

Stored Procedures: Native API/Native Code vs SourcePro DB

In the previous article, we walked through an example of how to use input parameter binding to send data to a MySQL database using the native MySQL C API and then compared that to the clean simplicity of using the SourcePro DB API. In this final article, we are going to walk through building an example that can invoke a stored procedure with an input parameter of the name of a new account holder and an output parameter of the new account id assigned by the database.

Hands-On Test Automation: Using Selenium With Python

You just finished creating your web application and want to clean it from any possible bugs, imperfections, and performance issues. But you feel a bit overwhelmed with the choice of testing tools and frameworks and the articles singing their praises. In this article, we will explore using Selenium with Python for test automation.