Operations | Monitoring | ITSM | DevOps | Cloud

Analytics

Creating Custom Functions With Tips from InfluxDB University

Flux is InfluxDB’s functional data scripting language. It’s made to query, process, analyze, and act on data. It’s very powerful and is built and optimized for time series. There are so many things you can do with Flux it can be hard to know where to start. This August, InfluxDB University launched a free Intermediate Flux course taught by experts that can take your Flux skills up a notch.

Redshift Pricing Explained: A 2022 Beginner-Friendly Guide

The Amazon Redshift data cloud provides a fast, secure, and widely accessible data warehouse solution. It is an ideal platform for performing complex analytics and processing large data sets. In addition to supporting multi-parallel processing (MPP), Redshift is also a type of Online Analytical Processing (OLAP) database. Yet, one of Redshift’s main selling points is its cost-effectiveness over alternatives like Snowflake and BigQuery. Is this the case? What is the actual cost of Amazon Redshift?

5 Reasons Why Your Cloud Costs Are High

Bill shock stemming from surprisingly high cloud bills remains a persistent concern for enterprises that have migrated to the cloud. Cloud service providers often market the cloud as a highly effective means to lower operational costs. By moving their applications and processes to cloud-hosted infrastructures, organizations are saving money that would have gone to datacenters, hardware, and personnel.

7 advantages of business intelligence in the retail industry

Retailers are operating in a highly competitive and fast-paced environment, which means they are always looking for an edge over their competitors. Retail business intelligence can provide just the edge they are looking for. In this article, we'll look at the many advantages of business intelligence in the retail industry.

Product Update - Adaptive Zoom now live

We love to write and ship code to help developers bring their ideas and projects to life. That’s why we’re constantly working on improving our product to meet developers where they are, to ensure their happiness, and accelerate Time to Awesome. This week, we are covering a product release that helps all InfluxDB Cloud UI users get more from their graphs.

Banking In Today's Digital Age: 6 Tech Trends

The banking industry is changing rapidly. In today's digital age, customers expect to be able to bank online and on their mobile devices. They also want to be able to use new technologies, such as biometrics and chatbots, to manage their finances. In this blog post, we will discuss six tech trends that are changing the banking industry. We will also provide tips for banks on how they can stay ahead of the curve and meet the needs of their customers. So, without further ado, let's get started!

TL;DR InfluxDB Tech Tips: Joins

If you’re an InfluxDB user you’ve almost certainly used the join() function. The join() function performs an inner join of two table streams. It’s most commonly used to perform math across measurements. However, now it is deprecated in favor of the join.inner() function which is part of the new join package. With the addition of the join package, Flux now has the ability to perform the following types of joins: A visualization of different types of joins from this article.