Systems | Development | Analytics | API | Testing

How to Handle the Clone Not Supported Exception in Java

The CloneNotSupportedException is an exception in Java that is thrown to indicate that the clone() method in class Object was called to clone an object, but that object's class does not implement the Cloneable interface. Applications that override the clone() method can also throw this exception to indicate that an object could not or should not be cloned.

Little Fluffy Hybrid Clouds

In this series of demystifying the tech trends, my colleagues and I will be looking at busting the buzzwords to help you keep on track. Concerned about puzzling parlance, analytics argot, techie terminology – or plain old jargon? This series breaks down words and concepts to give you the deepest insight and understanding into how to talk the talk in the world of tech, so you can engage in conversations with the confidence of being data literate.

What defines the modern data stack and why you should care

When I was working at Google back in the mid 2000’s, we dealt with tens of billions of ad impressions a day, trained several machine learning models on years worth of historic data, and used frequently-updated models in ranking ads. The whole system was an amazing feat of engineering and there was no system out there that was even close to handling this much data. It took us years and hundreds of engineers to make this happen, today, the same scale can be achieved in any enterprise.

What is a Workflow?

When we talk about technology, we should try to do it in the simplest possible terms. But while we hear many CEOs and other tech executives preach this advice, it’s rarely followed—and the workflow software space is no exception. Popular workflow lingo like hyperautomation, digital process automation, and intelligent automation all mean essentially the same thing: to digitize processes for efficiency, consistency, and compliance.

FinTech Companies Thrive and Innovate with ChaosSearch

Welcome to the second installment of our ChaosSearch for FinTech blog series, where we explore how financial technology (FinTech) companies can solve analytics challenges and drive business outcomes with ChaosSearch. In Part One of this series, we brought you an in-depth look at how FinTech companies could accelerate application development and streamline operations in the cloud by adopting ChaosSearch for log analytics at scale.

Flask vs. Django - Which One Outperforms the Other?

Flask and Django are two of the most popular Python packages. More importantly, they are the two most preferred web frameworks you can use with the language. Both frameworks are open-source and offer excellent APIs for developers to build robust Python web applications. While both frameworks serve the same purpose, they take two philosophically opposed routes to achieve it.

Now in preview, BigQuery search features provide a simple way to pinpoint unique elements in data of any size

Today, we are excited to announce the public preview of search indexes and related SQL SEARCH functions in BigQuery. This is a new capability in BigQuery that allows you to use standard BigQuery SQL to easily find unique data elements buried in unstructured text and semi-structured JSON, without having to know the table schemas in advance. By making row lookups in BigQuery efficient, you now have a powerful columnar store and text search in a single data platform.