Systems | Development | Analytics | API | Testing

Looking back at Keboola Connection: 2019

For Keboola, 2019 was a year of growing—and growing up. We evolved a lot, on both the business and product sides. In this blog, I want to give a quick overview of the changes, as well as give you some indication of what to expect from us in the next 6 months. Many of those improvements were inspired or directly driven by our users - there is a “wishlist” button available for everyone right in the Keboola Connection UI.

Top 6 Website Builders for Beginners

In 2020, a website is essential for just about everyone. Whether you run a small business, are a blogger, a professional like a graphic designer or a freelance writer, or an entrepreneur, a website is critical for being able to do what you do. Luckily, these days it is also extremely easy to create a website. Thanks to the large number of website builders now available, you no longer need to hire a web developer, and instead can build your own website from scratch.

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.

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.