Community
A Deep Dive into Machine Learning in Flux: Naive Bayes Classification
Machine learning – the practice of writing algorithms that improve automatically through experience – has become a buzzword nowadays that connotes to something otherworldly and on the bleeding edge of technology. I’m here to tell you while that may be true,...
Save the Date: InfluxDays Virtual Experience is Coming Back November 10-11, 2020
2020 has been one crazy year! Like so many tech communities, we had planned for an exciting year filled with travel, conferences, and talking to people in person only to have all of those plans upended by the COVID-19 pandemic. InfluxData...
Putting You in Control of Your InfluxDB Cloud Spend
We recently changed the pricing of InfluxDB Cloud to let you control your cloud database spend so you spend only as much as you need to run your software and systems with no wasted budget. If you just want a summary,...
Data Layout and Schema Design Best Practices for InfluxDB
Figuring out the best data layout for InfluxDB v2 is important in optimizing the resources used by InfluxDB, as well as improving ingestion rates and the performance of queries and tasks. You also want to consider developer and user experience (UX)....
Why I Loved Being an Intern at InfluxData
Whenever I start a new experience, whether it’s an internship or a new school year, I’m always a little nervous but mostly excited about all the new skills and relationships I’ll gain through the experience. Before this internship, I was more...
Monitoring Your Data with the Mosaic Graph Type
This article was written by InfluxData interns Rashi Bose and Rose Parker. InfluxDB provides several graph type visualizations to allow users to easily monitor their data. However, most of those graph types are only helpful if your data can be represented...
What I've Learned from My Internship at InfluxData
Throughout the summer, I’ve gotten the chance to meet some amazing people, work on an exciting project, and learn far more about the tech industry than I imagined I could during a remote internship. I’ve already written a blog post with...
How to Fix Common Errors for Beginners in InfluxDB Cloud 2.0
In this post, we’ll review some common InfluxDB Cloud 2.0 errors for beginners. We’ll discuss probable causes as well as recommended fixes. This blog uses the Telegraf System Configuration and data as an example to illustrate the various errors you may...
How We Made InfluxDB Cloud and Flux Faster
Performance has been a top user concern and an area of investment for InfluxDB Cloud since launching a year ago. The theme of our recent performance push is aggregations; we took a vertical slice from backend platform to front-end user interface...
TL;DR Tech Tips — How to Construct a Table with Flux
In this post, we share how to use the array.from() function to construct a table from an array of records with Flux. Flux is InfluxData’s scripting and functional query language. This TL;DR assumes that you have either registered for a InfluxDB...