Operations | Monitoring | ITSM | DevOps | Cloud

Analytics

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.

8 Real-World MQTT Use Cases

MQTT is becoming the standard protocol for applications that operate in environments where network connectivity is intermittent or unreliable, reducing bandwidth usage is a priority, or where hardware resources are limited. In this post you will learn about some specific use cases where businesses are seeing value from making MQTT part of their tech stack.

How Google Sheet Skills Can Help You Be More Organized And Efficient

Google Sheets is a powerful tool that can help you be more organized and efficient. In this blog post, we will discuss some of the ways that you can use Google Sheets to manage your business. We will cover everything from creating a budget to tracking your website traffic. Google Sheets is a versatile tool that can be used for a variety of purposes. So, don't wait any longer! Start using Google Sheets to improve your business today!

Relational Databases vs Time Series Databases

Databases are often the biggest bottleneck when it comes to application performance. Over the years a number of new database designs have emerged to help with not only basic scalability and performance but also to help improve developer productivity and make building certain types of applications easier. That isn’t to say these new databases are magical — there are always trade-offs being made and certain things are sacrificed for gains in other areas.

Measuring cloud cost efficiency for FinOps

Public cloud can deliver significant business value across infrastructure cost savings, team productivity, service elasticity, and DevOps agility. Yet, up to 70% of organizations are regularly overshooting their cloud budgets, minimizing the gap between cloud costs and the revenue cloud investments can drive.

An Introduction to GitOps and Argo

In an ideal world, developers would be able to release new products and features from development environments into production extremely fast while also not having to stress about breaking prod. Achieving this combination of development speed while also maintaining software reliability requires having the right toolchain and automation in place.