Systems | Development | Analytics | API | Testing

Cloudera Data Warehouse - What You Should Know

Cloudera Data Warehouse is just one of the many experiences you can use on the Cloudera Data Platform (CDP). Cloudera Data warehouse packages up the projects you may already know and use such as Impala and Hive into a service. This Service runs on Kubernetes which gives it the ability to pause, resume, scale up, or down quickly and automatically.

How to Fix JavaScript Errors

My computer programming teacher had always told me that 10% of our time is spent developing 90% of our application, and the other 90% of our time finishing the last 10% of our project. Even with a good project plan and a concept that makes logical sense, most of our time will be consumed with fixing errors. Moreover, with JavaScript, our application can run without obvious errors preventing it from being run, so we have to employ several techniques to make sure everything is running smoothly.

Fresh Features: automated data discovery goes prime time

Here’s part 2 of ‘Fresh Features’ of Yellowfin 9. And this week, we’re looking at Signals. Signals is Yellowfin’s unique and powerful automated data discovery product. It will automatically scan your dimensional data and find any significant changes in your data. Then, it automatically sends you an alert, complete with analysis and correlations to help you take swift action to nip issues in the bud or build on successes.

From GDPR to CCPA, the right to data access is the Achilles' Heel of data privacy compliance and customer trust - Part 3

In the first and second blog posts we explained the importance of DSAR as well as how the customer experience can be impacted if the process is not well managed. In this last part, we will go through a few tips that could help you to be DSAR champions!

Bringing action into analytics

One of the really interesting topics in business intelligence is the desire for organizations to take action from data. Traditionally this has been a huge hurdle for organizations to achieve with the reporting tools that they have. While most use dashboards as a source of information it certainly doesn't prompt or drive them to act. This means they can’t close the loop on the insights and the decisions that it drives.

How to Get Your Elixir Application Ready for CI/CD

In today’s post, we’ll go over what continuous integration and continuous delivery are, the benefits that come along with employing CI/CD, and some best practices that you should follow. We’ll also explore a wide array of Elixir ecosystem tools that can help you create top-notch CI pipelines. In order to experiment with a handful of the tools that we will be discussing, we’ll use a Git hooks Elixir library to execute our CI/CD validation steps, but on our local machine.