Operations | Monitoring | ITSM | DevOps | Cloud

Why ZE PowerGroup chose Applications Manager to monitor its data analytics platform

ZE PowerGroup Inc. is a British Columbia-based software company. It offers ZEMA, an award-winning data management, analytics, and integration platform. Although ZEMA was created in-house, the developers at ZE were never successful at measuring the performance of the application during the initial years. They tried a few third-party tools, but measuring the actual application performance continued to be a dilemma until they evaluated ManageEngine’s Applications Manager.

Getting Started with PHP and InfluxDB

This article was written by Cameron Pavey, a full-stack dev living and working in Melbourne. Scroll below for this picture and bio. As a developer, it is likely that you will eventually run into a situation where a traditional relational database’s document stores don’t quite cut it. If you need to store points of data over time, you’ll likely need a time series database.

Data applications with Kubernetes and Snowflake

Data application developers using Snowflake as the data warehouse and who are new to Kubernetes, spinning up a single cluster on their laptop and deploying their first application can seem deceptively simple. As they start deploying data-driven applications using microservices and Kubernetes in production, the difficulty increases exponentially. It quickly throws the developer into a kind of configuration hellscape that drives productivity down for many data engineering teams.

Flux Aggregation in InfluxDB: Now or Later

Aggregations are a powerful tool when processing large amounts of time series data. In fact, most of the time you’re going to care more about the min, max, mean, count or last values of your dataset than you will about the raw values you’re collecting. Knowing this, InfluxDB and the Flux language make it as easy as possible to run these aggregations, whenever and wherever you need to, and sometimes that leads people to running them in ways that aren’t as efficient as they could be.

What's the real story behind the explosive growth of data?

You may have read or heard about IDC’s recent Global DataSphere Forecast, 2021-2025, which predicts that global data creation and replication will experience a compound annual growth rate (CAGR) of 23% over the forecast period, leaping to 181 zettabytes in 2025. That’s up from 64.2 zettabytes of data in 2020 which, in turn, is a tenfold increase from the 6.5 zettabytes in 2012.

InfluxDB IOx Tech Talks - Observability of InfluxDB IOx: Tracing, Metrics and System Tables

InfluxDB IOx Tech Talks - Observability of InfluxDB IOx: Tracing, Metrics and System Tables. The September 2021 edition of InfluxDB IOx Tech Talks is now available to watch on-demand. InfluxDB IOx Tech Talks are cone-hour community sessions that provide a chance to interact directly with Influxers about all things InfluxDB IOx and time series and a chance to get your questions answered in the live Q&A.

Creating The Perfect Variance Analysis Report: 5 Best Practices

A variance analysis report is used to measure actual performance against your budgeted or planned performance. From a finance perspective, it’s essentially a way to measure your organization’s planning effectiveness. While there are a number of reasons you might be surprised by your variance analysis, it can be a signal that something went wrong along the way and you have not been collaborating with your team, are using the wrong tools, or have ineffective processes.

Visualizing Your Time Series Data with the Highcharts Library and InfluxDB

If you’re building an IoT application on top of InfluxDB, you’ll probably use a graphing library to handle your visualization needs. Today we’re going to take a look at the charting library, Highcharts, to visualize our time series data with InfluxDB Cloud. However, I also encourage you to take a look at Giraffe, a React-based visualization library that powers the data visualizations in the InfluxDB 2.0 UI.