Operations | Monitoring | ITSM | DevOps | Cloud

InfluxData

Paul Dix [InfluxData] | Opening Keynote | InfluxDays Virtual Experience NA 2020

In this keynote, InfluxData Founder and CTO Paul Dix shares updates on InfluxDB and Flux and announces an exciting new open source project, InfluxDB IOx — a powerful storage engine designed to execute increasing query workloads over time. InfluxDB IOx lifts restrictions on cardinality, data size and cluster size – expanding the possibilities for workloads across thousands of servers and petabytes of data.

Barbara Nelson | How Can I Put That Dashboard in My App? | InfluxDays

Many users love using the InfluxDB UI to visualize their time series data in a variety of different graphical representations. In this session, Barbara Nelson will show how to use Giraffe (the React-based visualization library powering the data visualizations in InfluxDB 2.0 UI) to visualize your time series data within your own app. You can bring the power of our visualization tools to your users, directly in your app, instead of requiring them to login to the InfluxDB UI to see a visual representation of your data.

InfluxData advances possibilities of time series data with general availability of InfluxDB 2.0

SAN FRANCISCO — November 10, 2020 — InfluxData, creator of the time series database InfluxDB, today announced the general availability of the next-generation open source platform for time series data, InfluxDB 2.0. Developers can now ingest, query, store and visualize time series data in a single unified platform, leverage new tools and integrations, and use familiar skills — making it faster and easier than ever to develop and deploy modern time-based applications.

InfluxDB 2.0 Open Source is Generally Available

Today, we are proud to announce that InfluxDB Open Source 2.0 is now generally available for everyone. It’s been a long road, and we couldn’t have done it without the amazing support and contributions of our community. This marks a new era for the InfluxDB platform, but it truly is just the beginning. Before we talk about the future, let’s take a look at some of the amazing new capabilities our team has been working on.

Announcing InfluxDB IOx - The Future Core of InfluxDB Built with Rust and Arrow

On November 12, 2013, I gave the first public talk about InfluxDB titled: InfluxDB, an open source distributed time series database. In that talk I introduced InfluxDB and outlined what I meant when I talked about time series: specifically, it was any data that you might ask questions about over time.

Scaling Kubernetes Deployments with InfluxDB & Flux

This article was written by InfluxDB Community member and InfluxAce David McKay. Eighteen hours ago, I was meeting with some colleagues to discuss our Kubernetes initiatives and grand plan for improving the integrations and support for InfluxDB running on Kubernetes. During this meeting, I laid out what I felt was missing for InfluxDB to really shine on Kubernetes.

Downsampling with InfluxDB v2.0

Downsampling is the process of aggregating high-resolution time series within windows of time and then storing the lower resolution aggregation to a new bucket. For example, imagine that you have an IoT application that monitors the temperature. Your temperature sensor might collect temperature data. This data is collected at a minute interval. It’s really only useful to you during the day.

TLDR InfluxDB Tech Tips; Creating Buckets with the InfluxDB API

Whether you’re using InfluxDB Cloud or InfluxDB OSS, the InfluxDB API provides a simple way to interact with your InfluxDB instance. The InfluxDB v2 API offers a unified approach to querying, writing data to, and assessing the health of your InfluxDB instances. In today’s Tech Tips post, we’re learning about how to create and list buckets. Buckets are named locations in InfluxDB where time series data is written to.

TLDR InfluxDB Tech Tips; Creating Tokens with the InfluxDB API

Whether you’re using InfluxDB Cloud or InfluxDB OSS, the InfluxDB API provides a simple way to interact with your InfluxDB instance. The InfluxDB v2 API, the read and write portions are available with InfluxDB v1.8+, offers a unified approach to querying, writing data to, and assessing the health of your InfluxDB instances. In today’s Tech Tips post, we learn how to create and list authentication tokens. Tokens provide secure data flow between an InfluxDB instance and its users.