Operations | Monitoring | ITSM | DevOps | Cloud

Analytics

Getting Started with Arduino and InfluxDB

Time series data differs from “normal” data in an interesting way. The essential characteristic is that the data’s primary point of reference is a timestamp showing at which point in time a sample of data was measured. Time series databases like InfluxDB are helpful for situations that involve this kind of data.

How to Use Big Data with Spark Successfully Today

You’d probably struggle to find a big data practitioner who’s never heard of Apache Spark or used big data with Spark. We’d even go so far as to say it’s near impossible—and that’s for good reason. Spark is well known because it’s fast, reliable, and capable. Let’s dive into why that is, answer some common questions surrounding Spark computing, how to easily use it to achieve success, and more.

InfluxData Named a Winner in 2021-22 Cloud Awards

InfluxDB Cloud wins Best Use of the Cloud in the Internet of Things category SAN FRANCISCO, February 8, 2022 – InfluxData, creator of the leading time series platform InfluxDB, today announced InfluxDB Cloud was named a winner in the 2021-22 Cloud Awards category for Best Use of the Cloud in the Internet of Things. Now in its 10th year, the Cloud Awards recognize innovation and excellence in cloud computing among startups and global enterprises.

Getting Started with the InfluxDB API

This article was written by Nicolas Bohorquez. Scroll below for the author’s picture and bio. Time series databases, like InfluxDB, index data by time. They are very efficient at recording constant streams of data, like server metrics, application monitoring data, sensor reports, and any data containing a timestamp. Data in a time series database is always written with the most recent data values but with the previous values not updated.

Support Database Technology Migration with Apache Kafka and Apache Kafka Connect

Aiven for Apache Kafka® Migrating from one database technology (such as PostgreSQL®) to another (such as MySQL) using batch has a variety of problems. Find out how to use Apache Kafka® to perform streaming updates, and keep the target continually in sync with the source.

Getting Started with Dart and InfluxDB

You just launched your application and it’s attracted more users than you were expecting. Your web server is bombarded with data. Now you need to know more about your users: what is the dominant device they’re using, and how long are they staying on the app? A time series database will help you answer these questions. It allows you to save data for a given point over a specified period of time, which gives you insight into what type of usage you’re getting and when.

Hive Performance Tuning Approaches for Hive Query Optimization

Are you sure your Hive queries are performing at their best? You might be surprised. Apache Hive is the most prevalent query engine used in many of the largest enterprise environments today, but that doesn’t mean it works optimally automatically. To get the most out of the engine and achieve Hive query optimization, it’s important to tune its performance. But before we dive into that, let’s cover the basics of Hive performance tuning. What is Hive performance tuning?

Data Visualizations with InfluxDB: Integrating plotly.js

One of the great features of the InfluxData cloud platform is that it comes out of the box with all the tools you need to quickly read and write your data to the database. Here, we’ll walk through creating data visualizations with InfluxDB and plotly.js, a JavaScript graphing library built on top of d3.js and stack.gl.