<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>InfluxData Blog - Caitlin Croft</title>
    <description>Posts by Caitlin Croft on the InfluxData Blog</description>
    <link>https://www.influxdata.com/blog/author/caitlin-croft/</link>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Mar 2023 07:00:00 +0000</lastBuildDate>
    <pubDate>Wed, 01 Mar 2023 07:00:00 +0000</pubDate>
    <ttl>1800</ttl>
    <item>
      <title>Webinar Highlight: Introducing InfluxDB’s New Time Series Database Engine</title>
      <description>&lt;p&gt;As part of the InfluxDB Cloud, powered by IOx launch, Paul Dix and Balaji Palani provided an InfluxDB Cloud overview and demo. In case you missed it, this blog is a quick &lt;strong&gt;5 minute read&lt;/strong&gt; summarizing the webinar. We shared the &lt;a href="https://www.influxdata.com/resources/introducing-influxdbs-new-time-series-storage-engine/"&gt;recording&lt;/a&gt; and the &lt;a href="https://www.slideshare.net/influxdata/introducing-influxdbs-new-time-series-database-storage-engine"&gt;slides&lt;/a&gt; from the presentation for everyone to review and watch at your leisure.&lt;/p&gt;

&lt;div class="pt-4"&gt;&lt;/div&gt;

&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/1KirJqxz0rW1yMjHmlmKRi/4d274e7d2eba23c8f1312b85502b5561/influxdb_cloud_powered_by_IOx_white.svg" alt="influxdb cloud powered by IOx white" /&gt;&lt;/p&gt;

&lt;h2 id="tldr"&gt;TL;DR:&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;InfluxDB Cloud, powered by IOx is currently available in two AWS regions - Frankfurt, Germany or Virginia, USA&lt;/li&gt;
  &lt;li&gt;It is a columnar database written in Rust using the Apache Arrow ecosystem that supports SQL natively&lt;/li&gt;
  &lt;li&gt;Includes native InfluxQL support &amp;amp; enables unlimited cardinality&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="key-timestamps"&gt;Key timestamps:&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;:36 | Paul Dix provides an overview and roadmap update for InfluxDB Cloud, powered by IOx&lt;/li&gt;
&lt;li&gt;  22:47 | Balaji Palani demos InfluxDB Cloud and Apache Superset visualizations&lt;/li&gt;
&lt;li&gt; 38:40 | Q&amp;amp;A time&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id="webinar-highlights"&gt;Webinar highlights&lt;/h2&gt;

&lt;h3 id="overview"&gt;Overview&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.influxdata.com/products/influxdb-cloud/"&gt;InfluxDB Cloud&lt;/a&gt;, powered by IOx is a columnar database built on &lt;a href="https://www.influxdata.com/glossary/apache-arrow/"&gt;Apache Arrow&lt;/a&gt; with cloud environments in mind where the object storage and scalable compute layer are separate. The database uses object storage for persistence and &lt;a href="https://www.influxdata.com/glossary/apache-parquet/"&gt;Apache Parquet&lt;/a&gt; is the persistence format. Developers can use InfluxDB Cloud to query data in real time before it lands in object storage. It supports &lt;a href="https://www.influxdata.com/glossary/sql/"&gt;SQL&lt;/a&gt; natively by including a SQL query, parser, planner, and execution engine. InfluxDB Cloud uses &lt;a href="https://www.influxdata.com/glossary/apache-datafusion/"&gt;Apache DataFusion&lt;/a&gt; as the query engine. Paul dives deeper into the differences between the two different storage engines (TSM and IOx), the benefits of using the Apache ecosystem, and schema design tips and tricks.&lt;/p&gt;

&lt;p class="is-italic" style="padding-left: 30px; font-size: 18px;"&gt;“InfluxDB Cloud, powered by IOx is the cloud columnar database that is optimized for time series, including workloads and queries.” - Paul Dix | Founder and CTO, InfluxData&lt;/p&gt;

&lt;h3 id="unlimited-cardinality"&gt;Unlimited cardinality!&lt;/h3&gt;

&lt;p&gt;Paul Dix discussed the cardinality problem, which occurs when having a high number of time series affects system performance and can impact the cost of data ingestion. Queries would slow down, especially if you wanted to run computations across millions of individual unique time series. InfluxDB Cloud, powered by IOx’s underlying design and architecture removes this limitation.&lt;/p&gt;

&lt;p&gt;IOx’s capabilities enable our team to develop a bunch of features in the coming years. Community members will be able to scale the compute layer up and down dynamically without much manual work. It will be faster for developers to upload historical data in bulk. We addressed the needs of those collecting high precision data at the &lt;a href="https://www.influxdata.com/products/influxdb-edge-data-replication/"&gt;edge&lt;/a&gt; who don’t need their data in a centralized store for real-time querying, but need it for historical analysis:&lt;/p&gt;

&lt;p class="is-italic" style="padding-left: 30px; font-size: 18px;"&gt;“Our goal is to provide a place for developers to send all of the data, metrics, events, traces and log data….InfluxDB Cloud, powered by IOx is the ideal place to ingest data in real time and build automation systems on top of it, and be able to do historical analysis on it.” - Paul Dix | Founder and CTO, InfluxData&lt;/p&gt;

&lt;h3 id="why-rust"&gt;Why Rust?&lt;/h3&gt;

&lt;p&gt;Paul Dix believes Rust is essential for the future of system software. The Rust compiler safeguards against data erasures and other potential bugs. InfluxData’s developers are looking forward to taking advantage of how embeddable Rust is into other systems and languages.&lt;/p&gt;

&lt;p class="is-italic" style="padding-left: 30px; font-size: 18px;"&gt;“It gives you fine-grain control over memory, the safety of a higher-level language, and has a great model for concurrent applications.” - Paul Dix | Founder and CTO, InfluxData&lt;/p&gt;

&lt;h3 id="apache-arrow"&gt;Apache Arrow&lt;/h3&gt;

&lt;p&gt;The team sees &lt;a href="https://www.influxdata.com/glossary/apache-arrow-flight-sql/"&gt;Apache Arrow Flight SQL&lt;/a&gt; as the new standard for database systems to transfer data between clients and servers. Andrew Lamb is part of our engineering team and is the &lt;a href="https://arrow.apache.org/committers/"&gt;Chair&lt;/a&gt; of Apache Arrow’s Project Management Committee (PMC). Apache Arrow has been quickly adopted by data scientists and by data warehousing and big data engineers. Paul dives into the importance of using &lt;a href="https://www.influxdata.com/glossary/apache-parquet/"&gt;Apache Parquet&lt;/a&gt; as the persistent format and Apache Arrow Flight SQL. We even built a Flight SQL plugin for Grafana that enables users to build reports and dashboards common in traditional BI tools. There are many more integrations coming soon to InfluxDB Cloud!&lt;/p&gt;

&lt;p class="is-italic" style="padding-left: 30px; font-size: 18px;"&gt;“Our goal is to make Flight SQL the standard for larger database ecosystem vendors and make it easy for third-party tool developers to adopt.” - Paul Dix | Founder and CTO, InfluxData&lt;/p&gt;

&lt;h3 id="demo-time"&gt;Demo time!&lt;/h3&gt;

&lt;p&gt;Watch Balaji Palani, VP of Product Marketing, provide a demo of InfluxDB Cloud, powered by IOx. Balaji demoed the new Data Explorer where developers can write SQL queries and review schemas. Balaji shows how to visualize your time-stamped data in &lt;a href="https://www.influxdata.com/blog/introduction-apache-superset/"&gt;Apache Superset&lt;/a&gt; and how you can combine metrics and traces to create dashboards. Developers can now collect metrics, events, and traces in a single data store with InfluxDB. Check out the &lt;a href="https://github.com/influxdata/influxdb-observability/"&gt;InfluxDB Observability repo&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/4TbOKG75OuMgrw2rnEFZ3G/5f97591640c3955e21a5b66c0de5cc0f/image3.gif" alt="image3" /&gt;&lt;/p&gt;

&lt;h3 id="qa"&gt;Q&amp;amp;A&lt;/h3&gt;

&lt;p&gt;Attendees had lots of questions. Here are some of the most asked questions and their answers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; What are the benefits to using InfluxQL over SQL?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paul:&lt;/strong&gt; Whatever is in SQL will be a superset of what’s available in InfluxQL, as InfluxQL uses the same underlying engine. We’ve heard from people over the years that for some basic time series queries, they find InfluxQL easier to use. The primary benefit for existing users is that InfluxDB Cloud, powered by IOx will support InfluxQL natively; there will be a translation layer that will expose the InfluxDB V. 1 query API layer. You’ll be able to submit a query as though it were in InfluxDB V. 1 with InfluxQL. It will execute and return your results in the same format that InfluxQL 1 did, which means, if you’re using third-party tools like Grafana, you’ll just be able to interact with it as though it’s an InfluxDB V1 database without having to rewrite your dashboards.&lt;/p&gt;

&lt;p&gt;Our goal is to make it as close to the original InfluxQL as possible, while also taking advantage of the database’s new performance benefits. Many queries will be orders of magnitude faster on IOx, than they will be on the traditional InfluxQL engine. And obviously, requests for better performance have been ongoing for the entirety of the project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; Is Flux supported in InfluxDB Cloud, powered by IOx?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paul:&lt;/strong&gt; Flux is enabled in InfluxDB Cloud’s API, but it is not in the user interface. For people who want to use Flux, they can do so in the API. We’re currently pushing SQL in the UI. Once native InfluxQL support is added, we will likely enable it in the UI, too. Flux isn’t just a query language — it’s an entire scripting language and we currently don’t have the bandwidth to add it into a Rust-native implementation. Unfortunately, it means a lot of the query optimizations that happen within influxDB Cloud, powered by IOx are not available in Flux. Flux is essentially acting as a scripting client that’s pulling back a bunch of data and doing some things. For the best performance, we’re encouraging people to use SQL or, when it comes out, InfluxQL.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; Now that it’s written in Rust, are there any changes to bucket creation or data ingestion?&lt;/p&gt;

&lt;p&gt;Paul: The API for creating buckets is the same. If you signed up for InfluxDB Cloud prior to the launch, you will be using TSM, the previous storage system. Within your account, you can create a new organization which will be IOx-based. In the coming months, we will be migrating existing InfluxDB Cloud accounts from TSM to IOx. We aim to have all users upgraded to InfluxDB Cloud, powered by IOx by the end of year.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; Will it be possible to write InfluxDB tasks in SQL?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paul:&lt;/strong&gt; Yes, that’s part of the plan. We want to enable people to write tasks in SQL. We’re looking at adding support for Python or JavaScript for scripting within the database, too. But this is currently TBD. Having the ability to write tasks in SQL and InfluxQL is definitely part of the roadmap.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; What is the product timeline for InfluxDB OSS and InfluxDB Enterprise?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Paul:&lt;/strong&gt; The team is primarily focused on building more InfluxDB Cloud features. We’re planning to have cloud-dedicated clusters available in late April. By August, we aim to update InfluxDB OSS and InfluxDB Enterprise. Stay tuned for more updates from the team.&lt;/p&gt;

&lt;h3 id="helpful-links"&gt;Helpful links:&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Sign up for InfluxDB Cloud &lt;a href="https://www.influxdata.com/products/influxdb-cloud/"&gt;here&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;InfluxDB Cloud, powered by IOx GitHub &lt;a href="https://github.com/influxdata/influxdb"&gt;repo&lt;/a&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To check out the full webinar and listen to the rest of the Q&amp;amp;A, click &lt;a href="https://www.influxdata.com/resources/introducing-influxdbs-new-time-series-storage-engine/"&gt;here&lt;/a&gt;!&lt;/p&gt;
</description>
      <pubDate>Wed, 01 Mar 2023 07:00:00 +0000</pubDate>
      <link>https://www.influxdata.com/blog/webinar-highlight-influxdb-new-time-series-database-engine</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/webinar-highlight-influxdb-new-time-series-database-engine</guid>
      <category>Product</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>How to Use Time-Stamped Data to Reduce Network Downtime</title>
      <description>&lt;p&gt;&lt;em&gt;This article was originally published in &lt;a href="https://thenewstack.io/how-to-use-time-stamped-data-to-reduce-network-downtime/"&gt;The New Stack&lt;/a&gt; and is reposted here with permission.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Telecommunication organizations need to ensure they have the necessary resources and technology to maintain service uptime SLAs.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Increased regulations and emerging technologies forced telecommunications companies to evolve quickly in recent years. These organizations’ engineers and site reliability engineering (SRE) teams must use technology to improve performance, reliability and service uptime. Learn how WideOpenWest  &lt;a href="https://www.influxdata.com/customer/wideopenwest/"&gt;uses a time series platform&lt;/a&gt;  to monitor its entire service delivery network.&lt;/p&gt;

&lt;h2 id="trends-in-the-telecommunications-industry"&gt;Trends in the telecommunications industry&lt;/h2&gt;

&lt;p&gt;Telecommunication companies are facing  &lt;a href="https://www.influxdata.com/blog/how-time-series-data-empowers-telcos-stay-competitive/"&gt;challenges&lt;/a&gt;  that vary depending on where the company is in their life cycle. Across the industry, businesses must modernize their infrastructure while also maintaining legacy systems. At the same time, new regulations at both the local and federal levels increase the competition within the industry, and new businesses challenge the status quo set by current industry leaders.&lt;/p&gt;

&lt;p&gt;In recent years, the surge in people working from home requires a more reliable internet connection to handle their increased network bandwidth needs. The increased popularity of smartphones and other devices means there are more devices requiring network connectivity — all without a reduction in network speeds. Latency issues or poor uptime lead to unhappy customers, who then become flight risks. Add to this situation more frequent security breaches, which then requires all businesses to monitor their networks to detect potential breaches faster.&lt;/p&gt;

&lt;h2 id="challenges-to-modernizing-networks"&gt;Challenges to modernizing networks&lt;/h2&gt;

&lt;p&gt;Founded in 1996 in Denver, Colorado,  &lt;a href="https://www.wowway.com/"&gt;WideOpenWest&lt;/a&gt;  (WOW) provides internet, video and voice services in various markets across the United States. Over the years, WOW acquired various telecommunication organizations, and as its network expanded, it needed a better  &lt;a href="https://www.influxdata.com/solutions/network-monitoring/"&gt;network monitoring&lt;/a&gt;  tool to address a growing list of challenges. For instance, WOW engineers wanted to be able to analyze an individual customer’s cable modem, determine the health of a node and understand the overall state of the network. However, several roadblocks prevented the company from doing so. WideOpenWest already used multiple monitoring platforms internally, and the cost of purchasing hardware that aids in monitoring individual nodes was too expensive. It already had a basic process in place to collect telemetry data from specific modems, but there was no single source of truth to tie everything together.&lt;/p&gt;

&lt;h2 id="using-time-series-data-to-reduce-network-latency"&gt;Using time series data to reduce network latency&lt;/h2&gt;

&lt;p&gt;A few years ago, WideOpenWest decided to replace its legacy time series database, and after considering other solutions, it chose InfluxDB, the  &lt;a href="https://www.influxdata.com/time-series-database/"&gt;purpose-built time series database&lt;/a&gt;. It now has a four-node cluster of InfluxDB Enterprise in production and a two-node cluster running on OpenStack for testing. The team uses Ansible to automate cluster setup and installation.&lt;/p&gt;

&lt;p&gt;The primary motivations for using InfluxDB are to improve overall observability of the entire network and to implement better alerting. The WOW engineers use  &lt;a href="https://www.influxdata.com/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt;  for data collection whenever possible because it integrates easily with all the other systems. Some legacy hardware requires them to use Filebeats, custom scripts and vendor APIs.&lt;/p&gt;

&lt;p&gt;They make extensive use of  &lt;a href="https://www.influxdata.com/integration/snmp/"&gt;Simple Network Management Protocol (SNMP)&lt;/a&gt; polling and traps in the data collection process because that remains an industry standard, despite its age. Specifically, they use SNMP to collect metrics from cable modems and Telegraf to collect time-stamped data from their virtual machines and containers. Using InfluxDB provided the team with the necessary flexibility to work around restrictions from vendor-managed systems, and they now collect data from all desired sources.&lt;/p&gt;

&lt;p&gt;Next they stream the data to Kafka to better control data input and output. Kafka also allows them to easily consume or move data into different regions or systems, if necessary. From the Kafka cluster, they use Telegraf to send data to their InfluxDB Enterprise cluster.&lt;/p&gt;

&lt;p&gt;WOW’s team aggregates various metrics from the fiber-to-the-node network, such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Telemetry metrics, like usage and uptime, from over 650,000 cable modems on a five-minute polling cycle.&lt;/li&gt;
  &lt;li&gt;Status of all television channels upstream and downstream, including audio and visual signal strength and outages.&lt;/li&gt;
  &lt;li&gt;Average signal, port and power levels.&lt;/li&gt;
  &lt;li&gt;Signal-to-noise ratio (SNR) — used to ensure the highest level of wireless functionality.&lt;/li&gt;
  &lt;li&gt;Modulation error ratio (MER) — another measurement used to understand signal quality that factors in the amount of interference occurring on the transmission channel.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The WOW team uses all this data to gain insights from real-time analytics to create visualizations and to trigger alerts and troubleshoot processes. Once the data is in InfluxDB, they use Grafana for all their visualizations. They also leverage InfluxDB’s alerting frameworks to send alerts via ServiceNow, Slack and email. Adopting InfluxDB allowed the WOW team to implement an Infrastructure-as-Code (IaC) system, so instead of spending time manually managing their infrastructure, they can write config files to simplify processes.&lt;/p&gt;

&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/5GvCtew7tfm7qSgxjqDZr2/14e3d77593c73eba1aaedda1a17f8f68/WideOpenWest-InfluxDB-implementation.PNG" alt="WideOpen-West-InfluxDB-Implementation" /&gt;&lt;/p&gt;
&lt;figcaption&gt;WideOpenWest’s InfluxDB implementation&lt;/figcaption&gt;

&lt;p&gt;WideOpenWest’s next big project is to implement a full CI/CD pipeline with automated code promotions. With this, they hope to improve automated testing. WOW also wants to streamline all monitoring across the organization and increase the level of infrastructure monitoring.&lt;/p&gt;
</description>
      <pubDate>Fri, 10 Feb 2023 07:00:00 +0000</pubDate>
      <link>https://www.influxdata.com/blog/how-use-time-stamped-data-reduce-network-downtime</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/how-use-time-stamped-data-reduce-network-downtime</guid>
      <category>Use Cases</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>Customer Highlight: How Rune Labs is Improving Parkinson’s Patients’ Quality of Life Using Sensor Data Collected with InfluxDB</title>
      <description>&lt;div class="columns"&gt;

&lt;div class="column is-two-thirds"&gt;
I recently chatted with one of our &lt;a href="https://www.influxdata.com/products/influxdb-cloud/"&gt;InfluxDB Cloud&lt;/a&gt; customers, Rune Labs, to discuss how they’re using this &lt;a href="https://www.influxdata.com/time-series-database/"&gt;purpose-built time series&lt;/a&gt; platform. Every customer has a unique story — I love sharing their stories as well as their &lt;a href="https://www.influxdata.com/products/data-collection/"&gt;Telegraf&lt;/a&gt;, &lt;a href="https://www.influxdata.com/products/influxdb-overview/"&gt;InfluxDB&lt;/a&gt;, and &lt;a href="https://www.influxdata.com/products/flux/"&gt;Flux&lt;/a&gt; tips and tricks. Keep reading to learn about Rune Labs’ approach to precision neurology, and learn from Engineering Manager Carolyn Ranti how they are using InfluxDB to collect &lt;a href="https://www.influxdata.com/solutions/consumer-iot/"&gt;sensor data&lt;/a&gt;.
  &lt;/div&gt;

  &lt;div class="column px-6"&gt;
    &lt;img src="//images.ctfassets.net/o7xu9whrs0u9/5s3LmcfCpApxsSJomRixdM/e4e2fb76cbae9fa7afb25687965a2564/Carolyn.jpg" alt="Carolyn" /&gt;
  &lt;/div&gt; 
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Caitlin:&lt;/strong&gt; Tell us a little about yourself and Rune Labs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Carolyn:&lt;/strong&gt; I studied neuroscience in college — while there I did computational research and learned to write code in an academic context. After college, I worked in the biology and neuroscience space, then joined a few startups as a software engineer. In 2019 I was looking for a new job and discovered Rune Labs. At the time, it was a small company and a perfect combination of two of my passions: neuroscience and software engineering.&lt;/p&gt;

&lt;p&gt;Rune Labs is a software and data analytics company for precision neurology, supporting care delivery and therapy development. We are collecting and processing data from various sources including a mobile app, sensors implanted inside of patients, and from patients’ wearables. We are primarily working in the Parkinson’s medical research and treatment fields. We were lucky to gain these partnerships early on; there’s a lot of potential because of the deep brain stimulation (DBS) devices used to treat the symptoms and side effects of Parkinson’s. Our &lt;a href="https://www.strive.group/"&gt;StrivePD&lt;/a&gt; platform is our care delivery ecosystem for Parkinson’s disease, enabling patients and clinicians to better manage Parkinson’s by providing access to curated dashboards summarizing a range of patient data sources, and by connecting patients to clinical trials.&lt;/p&gt;

&lt;p&gt;Deep brain stimulation isn’t new technology, but there have been a lot of recent developments; the newer ones are able to stimulate the brain and record neural activity. You can think of them like electrodes that are implanted into the brain. With advances in recording capabilities, there’s a lot of academic research and clinical potential.&lt;/p&gt;

&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/7EHPAFn94a2pM1Ed5fBTNb/52b7374ea78ba15265f10f9abc7b0b4d/StrivePS_Patient_Experience.png" alt="StrivePS Patient Experience" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Caitlin:&lt;/strong&gt; You’ve been at Rune Labs for over three years — how has your career developed since joining?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Carolyn:&lt;/strong&gt; Over a year ago, I moved into an engineering management role; while I’m not in the technical weeds as much, engineering managers at Rune Labs are still pretty technical. I write less code these days, but I’m kept busy with strategic technical planning, engineering, and architecture design.&lt;/p&gt;

&lt;p&gt;The team I currently manage is focused on our ETL data ingestion pipeline — from the point the data is uploaded to the way it’s processed, and the query API’s. A lot of the &lt;a href="https://www.influxdata.com/sensor-data-is-time-series-data/"&gt;sensor data&lt;/a&gt; coming in is numerical time series data, and this is why we turned to InfluxDB. We call it numerical time series data because the data has a timestamp and at least one numerical value (there may be multiple values). Once the data is cleaned up and extracted from the raw data, it’s used in our platform and stored in InfluxDB. My team is in charge of the query APIs that expose the data to our users.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Caitlin:&lt;/strong&gt; How is Rune Labs helping Parkinson’s patients?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Carolyn:&lt;/strong&gt; Our platform collects real-time data that helps patients better understand the day-to-day lives of those with Parkinson’s. The data is ingested from DBS devices as well as our iOS app, and Apple Watch integration. Rune Labs partners with device manufacturers to develop software that helps them make better use of their data. We have a web portal for clinicians where they can view the data that their patients have asked us to share with them.&lt;/p&gt;

&lt;p&gt;Rune Labs’ goals include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Improve patient treatment plans&lt;/strong&gt; - present patient data that helps improve data-driven healthcare decisions.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Better understand patients’ symptoms&lt;/strong&gt; - Parkinson’s has a huge range of symptoms that are complicated to track.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Become data-driven using real patient data&lt;/strong&gt; - reduce the burden of tracking how patients are doing, and simplify tracking how environmental and lifestyle (i.e. sleep and diet) choices influence their state.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Streamline medical care&lt;/strong&gt; - Create useful data visualizations to make doctor appointments smoother and more effective.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The DBS devices require major brain surgery and not all Parkinson’s patients elect or qualify for the procedure. The devices are very effective at treating the symptoms of Parkinson’s: they don’t cure Parkinson’s, but they can greatly improve patients’ quality of life. Once implanted, it takes time to tinker with the settings to ensure the patient is getting the most benefit. It takes a team of specialists time to dial in the best settings for each patient; there’s a lot of back and forth between the patient and their clinical team.&lt;/p&gt;

&lt;p&gt;Deep brain stimulators are electrodes implanted directly on patient’s brains. They’re somewhat similar to pacemakers. Pacemakers are closed-loop systems where most detect what’s happening and stimulate the heart based on the electrical activity. However, approved DBS devices are not closed loop systems; they are either on or off. You can adjust the settings, but they can’t (yet) detect what’s happening in the brain and stimulate the brain appropriately. Making them adaptive is the cutting edge of research right now.&lt;/p&gt;

&lt;p&gt;Rune Labs helps facilitate the research side and make it easier to develop the algorithms needed to make DBS devices closed loop systems. The data is currently stored on the DBS devices until the patient is in their physician’s office; there, a special tablet is used to extract the metrics from the device. An advantage of the devices is that patients can share with their doctors not just their current state while in the clinical office, but also a longitudinal snapshot of the patient’s state as recorded by the patient.&lt;/p&gt;

&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/3ePHI3q55JYBp7GicAG3C0/799248f6144d9e01e2d5c67b50aaf96d/StrivePD_user_experience.png" alt="StrivePD user experience" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Caitlin:&lt;/strong&gt; Tell us about Rune Labs’ InfluxDB implementation.&lt;/p&gt;

&lt;p&gt;Carolyn: We needed a tool that could collect time-stamped data and query it. We’ve been using InfluxDB OSS for a while and after considering other tools, we ultimately picked InfluxDB Cloud. We needed to upgrade to InfluxDB Cloud as we knew we were going to need to scale as we prepared to analyze more patient data. We are using InfluxDB to provide customers with &lt;a href="https://www.influxdata.com/solutions/consumer-iot/"&gt;visibility into sensor data&lt;/a&gt; collected from DBS and wearables.&lt;/p&gt;

&lt;p&gt;We are using InfluxDB for all of our production data. We collect numerical time series data from a variety of devices, including electrical activity from deep brain stimulation devices. We take this raw data and clean it, normalize it, and store it in InfluxDB. We’re using the &lt;a href="https://www.influxdata.com/integration/go-client-library/"&gt;Go Client Library&lt;/a&gt; for read and write. After writing directly from a Go app, the data is used in the dashboards and visualizations that our users see. We want to have pre-built visualizations based on what we know is going to be most useful for clinicians. We don’t want to expose or force them to learn a query language. Eventually our data is sent to AWS for cloud storage.&lt;/p&gt;

&lt;p&gt;Internally, we use InfluxDB’s UI and &lt;a href="https://docs.influxdata.com/influxdb/cloud/notebooks/"&gt;Notebooks&lt;/a&gt; to develop new queries. We’re looking at the raw values as that’s the most useful for development. Typically, we’re in the UI looking at output tables and ensuring they look the way they should.&lt;/p&gt;

&lt;p&gt;Rune Labs takes security and privacy seriously. This is reflected in the way we store data in InfluxDB. Our data schema is quite simple: time series are tagged with one opaque ID, which is not directly linked to the patient’s identity. In a separate database in our platform, we store the metadata that links the patient to their time series data. This allows us to control the flow of information throughout our architecture: we are able to identify where in our platform there is sensitive information, so that we can be particularly cautious about the way that part of the architecture is accessed and adhere to privacy best practices.&lt;/p&gt;

&lt;p&gt;Often with time series projects, data granularity becomes less important as time goes on. However, our internal team of neuroscientists wants to have a rich historical dataset, with as much granularity as possible. They often want all of the raw data metrics; they don’t want averages over time. As a result latency is an ongoing important project for us as we need to make sure clinicians are able to access the portal and graphs.&lt;/p&gt;

&lt;h3 id="we-love-that-we-can-rely-on-influxdb-cloud-because-its-horizontally-scalable-its-self-hosted-and-we-dont-have-to-worry-about-our-constantly-growing-data-set"&gt;“We love that we can rely on InfluxDB Cloud because it’s horizontally scalable. It’s self-hosted and we don’t have to worry about our constantly growing data set.”&lt;/h3&gt;

&lt;p&gt;Carolyn Ranti - Engineering Manager, Rune Labs&lt;/p&gt;

&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/4eS5ZEdPAFqh2wh5qktVX/eb1df8768b2a8f8c6fa1da426eafc504/Rune_Labs_-_InfluxDB_diagram.png" alt="Rune Labs - InfluxDB diagram" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Caitlin:&lt;/strong&gt; What’s next for Rune Labs?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Carolyn:&lt;/strong&gt; We’d like to help enable patients to be able to look at their data themselves, rather than needing to go into a doctor’s office to learn more. We know that not everyone is interested in looking at their state, but there are some who are really interested in the data collected by the devices and what’s happening with them.&lt;/p&gt;

&lt;p&gt;Currently our platform is very tailored to Parkinson’s, but there’s a lot of opportunity to expand from a software engineering standpoint. Just this year we &lt;a href="https://www.prnewswire.com/news-releases/rune-labs-partners-with-coastal-research-institute-to-identify-biomarkers-of-multiple-sclerosis-lesions-using-ai-platform-to-analyze-patient-neurophysiological-data-301586477.html?tc=eml_cleartime"&gt;announced&lt;/a&gt; that we are partnering with Coastal Research Institute to help identify biomarkers (i.e. demyelination) of Multiple Sclerosis lesions in patients who have spinal cord stimulators. Demyelination is a standard symptom of MS when the patient’s immune system starts attacking nerve fibers which causes brain and spine lesions.&lt;/p&gt;

&lt;p&gt;From an InfluxDB standpoint, we want to be able to make use of InfluxDB’s profiling capabilities as we want to ensure the queries we’re writing are performant.&lt;/p&gt;
</description>
      <pubDate>Tue, 20 Dec 2022 07:00:00 +0000</pubDate>
      <link>https://www.influxdata.com/blog/rune-labs-sensor-data-collected-influxdb</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/rune-labs-sensor-data-collected-influxdb</guid>
      <category>Product</category>
      <category>Use Cases</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>It’s That Time Again — Join Us for InfluxDays 2022!</title>
      <description>&lt;p&gt;&lt;img src="//images.ctfassets.net/o7xu9whrs0u9/5wIkhWEqqsXV8Zd5xSYtQ1/5117eb46aee38a056871ca3392b889ab/It___s_That_Time_Again_-_InfluxDays_2022.gif" alt="It’s That Time Again - InfluxDays 2022" /&gt;&lt;/p&gt;

&lt;p&gt;We’re excited to announce that &lt;a href="https://www.influxdays.com/"&gt;InfluxDays&lt;/a&gt; is back! Save the date: November 2-3, 2022. The two-day conference is dedicated to sharing knowledge and the roadmap for the &lt;a href="https://www.influxdata.com/products/influxdb-cloud/"&gt;InfluxDB platform&lt;/a&gt;, and discussing the latest innovations spanning IoT, monitoring, real-time analytics, and developer toolsets. In addition to the conference, &lt;a href="https://influxdbu.com/"&gt;InfluxDB University&lt;/a&gt; will be hosting in-person and virtual training sessions, and there will be &lt;a href="https://www.influxdays.com/#party"&gt;in-person watch parties&lt;/a&gt; in San Francisco and London.&lt;/p&gt;

&lt;h2 id="sessions"&gt;Sessions&lt;/h2&gt;

&lt;p&gt;InfluxDays 2022 will showcase the next evolution of InfluxDB as the smart data platform for developers building applications with time series data and how its latest capabilities support developers at every stage of application development.&lt;/p&gt;

&lt;p&gt;It’s already been an exciting year for InfluxData – this year we’ve launched:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href="https://university.influxdata.com/"&gt;InfluxDB University&lt;/a&gt;: Free on-demand and instructor-led training on InfluxDB, Telegraf, Flux, and more.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href="https://www.influxdata.com/products/influxdb-edge-data-replication/"&gt;InfluxDB Edge Data Replication&lt;/a&gt;: Process data at the edge and automatically replicate it to the cloud&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There will be presentations from InfluxData’s executives, DevRels, product managers, and engineers who have been busy developing the latest InfluxDB features.&lt;/p&gt;

&lt;p&gt;A few of the sessions include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Building Toward a Sustainable Future&lt;/strong&gt; – Evan Kaplan &amp;amp; Colin Breck, Cloud Platforms Lead Tesla Energy Products&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;The Journey of InfluxDB&lt;/strong&gt; – Paul Dix, Founder and CTO, InfluxData&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;strong&gt;Build, Ship, Repeat: Milestones for InfluxDB&lt;/strong&gt; – Barbara Nelson, Vice President of Engineering, InfluxData&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Additional sessions from InfluxData’s product managers and engineers on &lt;strong&gt;Revving up the Time Series Engine&lt;/strong&gt;, &lt;strong&gt;Collecting Data with InfluxDB&lt;/strong&gt;, and the &lt;strong&gt;Scripting Languages of InfluxDB&lt;/strong&gt;&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Join us in November to learn what else we’ve been working on behind the scenes! Check out the full InfluxDays agenda &lt;a href="https://www.influxdays.com/#agenda"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id="influxdb-university-at-influxdays"&gt;InfluxDB University at InfluxDays&lt;/h2&gt;

&lt;p&gt;&lt;img style="display: inline; float: left; width: 110px; margin: 0px 25px 10px 0px;" src="//images.ctfassets.net/o7xu9whrs0u9/1UlS1mVfQVWz6zpoZftHoC/2439085ef04cbd9a9d06a26be84b7999/InfluxDB_University_logo.png" alt="LBBC-Technologies-logo" /&gt; Get a head start with InfluxDB University’s Taming the Tiger: Tips and Tricks for Using Telegraf with InfluxDB  Training. This instructor-led course will be held virtually on November 1, 2022 from 9am - 12pm PT. The syllabus includes a hands-on lab setting where developers will be provided with an introduction to using Telegraf and InfluxDB. Students will gain experience through a series of lab exercises and will be guided through the examples with remote proctors. Seats are limited — sign up for free &lt;a href="https://www.influxdays.com/taming-the-tiger-tips-and-tricks-for-using-telegraf/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;On November 8-9, InfluxDB University will be hosting the Hands-on Advanced Flux Training. This course will be held in person  from 9am - 5pm GMT in London, UK. During the course, the instructors will dive into advanced uses of Fluxlang and will cover topics including Data Engineering to Data Science using Flux to manipulate time series data. Seats are limited — sign up for £500 &lt;a href="https://www.influxdays.com/advanced-flux-training/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id="annual-community-awards"&gt;Annual Community Awards&lt;/h2&gt;

&lt;p&gt;We’re also announcing winners of our annual &lt;a href="https://www.influxdays.com/influxdata-community-awards/"&gt;Community Awards,&lt;/a&gt; which recognize developers who have made significant contributions to InfluxData’s open source products and community this past year. Community Awards will be given out in the following areas: InfluxDB, Telegraf, Flux Language, and Community. Nominations will close on October 21 — submit nominations &lt;a href="https://docs.google.com/forms/d/e/1FAIpQLSdKDkpilVXVqwwXNwieM4FCCYPZbtIDtASwBRYTXCKnt5nM3Q/viewform"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;h2 id="in-person-watch-parties"&gt;In-person watch parties&lt;/h2&gt;

&lt;p&gt;We’ve missed hanging out with the awesome InfluxDB community! If you live in San Francisco or London, join us for in-person watch parties on November 2. Come mingle with other developers, grab a drink, and snag exclusive swag! To find out more about the locations, click &lt;a href="https://www.influxdays.com/#party"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p style="text-align: center;"&gt;&lt;b&gt;Join us November 2-3 for InfluxDays 2022. &lt;/b&gt;&lt;a href="https://www.influxdays.com/" target="_blank" rel="noopener"&gt;&lt;b&gt;RSVP&lt;/b&gt;&lt;/a&gt;&lt;b&gt; for free today. &lt;/b&gt;&lt;/p&gt;
</description>
      <pubDate>Wed, 05 Oct 2022 06:00:00 +0000</pubDate>
      <link>https://www.influxdata.com/blog/join-us-influxdays-2022</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/join-us-influxdays-2022</guid>
      <category>Use Cases</category>
      <category>Company</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>InfluxData Community Awards Announced at InfluxDays North America 2021</title>
      <description>&lt;p&gt;&lt;img class="alignnone size-full wp-image-260268" src="/images/legacy-uploads/influxdata-community-awards-2021.png" alt="InfluxData Community Awards announced at InfluxDays NA 2021" width="1367" height="459" /&gt;&lt;/p&gt;

&lt;p&gt;We’ve just wrapped up &lt;a href="https://www.influxdays.com/past-events-na-virtual-experience-2021/"&gt;InfluxDays North America 2021&lt;/a&gt; as a virtual experience. Throughout the event, we got to hang out with our community and our engineers shared insights into their work and #InfluxDB best practices. InfluxDB users shared their expertise from implementing Telegraf and the InfluxDB platform within their organizations. Attendees also got to hone their skills during the &lt;a href="https://www.influxdata.com/influxdb-challenge/"&gt;InfluxDB Challenge&lt;/a&gt;. One of the best parts of our conference is to highlight some of our amazing community members.&lt;/p&gt;

&lt;p&gt;“We couldn’t create the software we build and support all of the users of the software, without the commitment and contributions from the InfluxDB Community. These awards represent the gratitude and appreciation of the entire community, not just InfluxData, to those individuals who have done so much to benefit all of us.”&lt;/p&gt;

&lt;p&gt;– Michael Hall, Community Manager, InfluxData&lt;/p&gt;

&lt;p&gt;The InfluxData Community awards aim to recognize developers who have gone above and beyond by sharing their knowledge around the world - through blogs, community forums, &lt;a href="https://www.influxdata.com/slack"&gt;InfluxDB community Slack&lt;/a&gt;, webinars, and other virtual events. The award categories are:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;strong&gt;InfluxDB:&lt;/strong&gt; Overall contribution to InfluxDB&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Telegraf:&lt;/strong&gt; By contributing bug fixes, new features, plugins, documentation or tutorials&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Flux:&lt;/strong&gt; Through helping with Fluxlang design, submitting bug fixes, and creating documentation and tutorials&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Community:&lt;/strong&gt; Helping developers worldwide by providing support, speaking at events, and other activities&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Founder's Choice:&lt;/strong&gt; An all-encompassing award whose winner was hand-chosen by Paul Dix&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;InfluxDB winner: Tristan Su&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Tristan has provided 30+ code contributions to InfluxDB within the last two years. Thank you, Tristan, for always providing your invaluable feedback and GitHub submissions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Telegraf winner: Sven Rebhan &lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sven has been a valuable member of the InfluxDB community by contributing PR’s and bugs to the Telegraf project. He is also a Telegraf maintainer who meets regularly with InfluxData’s engineering team to help with plugin development. He joined InfluxDays North America 2021 and was super helpful by helping answer other attendees’ questions.&lt;/p&gt;

&lt;p&gt;“Thank you guys for the amazing award! It’s such a pleasure to work with you guys!”&lt;/p&gt;

&lt;p&gt;– Sven Rebhan&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flux winner: Desmond Hokin&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Desmond is an important member of the community by helping manage and continuously answers questions in our community forums. While he helps out with InfluxDB, Telegraf and Flux questions, he has answered more Fluxlang questions than anyone else in the forums!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Community winner: Jorge de la Cruz&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Jorge has shared his InfluxDB expertise over the years by speaking at various webinars and events. He is always energetically willing to share his expertise across the tech industry. His tech blog has 50,000 + monthly visitors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Founder’s Choice winner: Jamie Milton&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Jamie has a familiar name to those who have attended the last few InfluxDays. Since joining Flux Training last spring, he has been a fixture in the InfluxDB community. He has provided answers to fellow developers’ questions and become a Flux SME for the community.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Congratulations&lt;/strong&gt; to this year’s winners! Thank you for making the global InfluxDB community amazing! We invite you to join the &lt;a href="https://influxdata.com/built-on-influxdb/"&gt;Built on InfluxDB program&lt;/a&gt; to share your InfluxDB projects and solutions. If you missed any session from InfluxDays North America 2021, check out all sessions &lt;a href="https://www.influxdays.com/past-events-na-virtual-experience-2021/"&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Fri, 05 Nov 2021 04:00:00 -0700</pubDate>
      <link>https://www.influxdata.com/blog/influxdata-community-awards-influxdays-north-america-2021</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/influxdata-community-awards-influxdays-north-america-2021</guid>
      <category>Use Cases</category>
      <category>Developer</category>
      <category>Company</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>Event Highlights: InfluxDays North America 2021</title>
      <description>&lt;p&gt;&lt;img class="aligncenter wp-image-259594 size-full" src="/images/legacy-uploads/Event-Highlights.png" alt="InfluxDays Event Highlights" width="880" height="296" /&gt;&lt;/p&gt;

&lt;p&gt;Roadmap revealed, insight gained, connections made, and InfluxDB Challenge swag won — that’s a wrap for InfluxDays North America 2021! The conference, which brought together the &lt;strong&gt;#InfluxDB&lt;/strong&gt; community to exchange time series acumen and use cases, is always a reminder of why and how we’ve grown. It included subject-matter-expert led courses, on-demand videos and live sessions. Check out session recordings and presentations &lt;a href="https://www.influxdays.com/past-events-na-virtual-experience-2021/"&gt;here&lt;/a&gt;. Recordings of the live sessions will be available November 5, 2021.&lt;/p&gt;

&lt;p&gt;In less than a two-week span, we hosted the InfluxDB Challenge, two trainings and a 2-day conference dedicated to everything InfluxDB and time series data! Influxers and community members had a great time networking and learning from each other during our &lt;a href="https://www.influxdays.com/meet-the-experts/"&gt;Meet the Experts&lt;/a&gt; series. Here’s a recap of the event.&lt;/p&gt;
&lt;h2&gt;InfluxData and the #InfluxDB Community&lt;/h2&gt;
&lt;p&gt;&lt;img class="aligncenter wp-image-259613" style="padding-bottom: 20px;" src="/images/legacy-uploads/influxdays-infographic-2.png" alt="InfluxDays 2021 stats" width="1200" height="776" /&gt;&lt;/p&gt;
&lt;h2&gt;Trainings&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Flux Training:&lt;/strong&gt; InfluxDays North America 2021 kicked off on October 11-12, 2021 with our popular Hands-On Flux Training. &lt;a href="https://www.influxdata.com/products/flux/"&gt;Flux&lt;/a&gt; is InfluxData’s standalone data scripting and query language that increases productivity and code reuse. Over the course of two days, students learned everything from Fluxlang core concepts to advanced topics like User Defined Functions, passing by basic queries to manipulate time series data. Check out the awesome dashboards students made using the InfluxDB UI!&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-259595 size-full" src="/images/legacy-uploads/Flux-Training-1-resized.gif" alt="Flux Training" width="1200" height="628" /&gt;&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="text-pr" style="vertical-align: top;" width="62%"&gt;&lt;strong&gt;Telegraf Training:&lt;/strong&gt; On October 25, 2021, members of the InfluxDB community came together for a virtual Telegraf Training. This course provided everyone with a fantastic introduction to &lt;a href="https://www.influxdata.com/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt; &amp;ndash; the open source server used to collect metrics and events from your stacks, sensors and systems. It is InfluxDB's native data collector with nearly 300 plugins. As Alan Pope, the engineering manager for Telegraf pointed out during the training, Telegraf builds nicely on the "super new M1 Macs"!&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="alignnone size-full wp-image-259593" src="/images/legacy-uploads/Telegraf-Training.png" alt="" width="982" height="850" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Day 1 highlights&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Paul Dix&lt;/strong&gt; opened the conference with an update on the future of InfluxDB. Thank you to everyone who asked Paul tons of questions about InfluxDB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tim Hall&lt;/strong&gt; reviewed the InfluxDB Roadmap. Tim demonstrated where InfluxDB is today and where the product is headed in the coming months and years.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Bhagvan Kommadi&lt;/strong&gt; covered a real-life experience related to building a DevOps Delivery-powered AI platform for doctors’ community and telehealth support for patients during COVID-19 lockdown.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vijeta Hingorani, Milos Pavkovic, Mladen Maric, Marina Svicevic &lt;/strong&gt;profiled two projects. The first (transforming email reports into self-serving dashboards) involved generating query-based reports for the sales team replacing email reports. The second (detecting anomalies in-stream) involved detecting strange behaviors in graphs of data streams that are internally considered as anomalies.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Russ Savage&lt;/strong&gt; showed how to get up and running by creating a Python application built on the InfluxDB platform; how to connect to InfluxDB from a client library; and best practices for user and data management for your time series application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tanny Ng&lt;/strong&gt; &lt;strong&gt;and&lt;/strong&gt; &lt;strong&gt;Nadeem Syed&lt;/strong&gt; showed how WP Engine transformed their monitoring solution into an Observability Platform with InfluxDB, gaining better visibility and reducing infrastructure downtime. It was great learning about their journey that led them to InfluxDB - they are writing 5.5 million points to InfluxDB per minute!&lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="text-pr" style="vertical-align: top;" width="77%"&gt;&lt;strong&gt;Alan Pope and Sebastian Spaink&lt;/strong&gt; covered Telegraf plugins and InfluxDB client libraries as well as early access to release candidates. They highlighted recent updates to Telegraf - including the new JSON and XML parsers. Special shout-out to Sebastian for creating awesome Telegraf cartoons!&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="alignnone size-full wp-image-259604" src="/images/legacy-uploads/Telegraf-tiger-1.png" alt="Telegraf-tiger" width="500" height="499" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Scott Anderson&lt;/strong&gt; closed out Day 1 by demonstrating how to generate and send notifications in raw Flux and familiarized the audience with patterns and functions built into Flux for sending alerts. He was worried about showing too much code - but we know our community loves it!&lt;/p&gt;
&lt;h2&gt;Day 2 highlights&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Ryan Betts&lt;/strong&gt; provided an engineering update on InfluxDB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Martin Moucka&lt;/strong&gt; discussed how Red Hat uses InfluxDB and Flux for better real-time monitoring of their networks to improve performance and to understand utilization better. Naturally, Red Hat appreciates the open source core of InfluxDB and the enterprise support. Martin demonstrated how they are monitoring 60+ sites, ~1,6k devices and ~14k interfaces with 5 collectors. Martin loves &lt;a href="https://www.influxdata.com/products/flux/"&gt;Flux&lt;/a&gt; as he finds it powerful and was impressed that it met his needs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Timothy Spann&lt;/strong&gt; from StreamNative discussed their edge applications, which classify images and sensor readings real-time at the edge and then send Deep Learning results to Flink SQL and Apache NiFi for transformation, parsing, enrichment, querying, filtering and merging data to InfluxDB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Jacob Marble&lt;/strong&gt; showed how to record metrics, logs, and traces with one library - OpenTelemetry - and how to store them in one open source database - InfluxDB/IOx.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Anais Dotis-Georgiou&lt;/strong&gt; demonstrated how to learn Flux by example, using the NOAA dataset, enabling the audience to follow along as she went over some of the most common Flux questions from community members.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Brian Gilmore&lt;/strong&gt; outlined the key components of architecture for capturing and analyzing IoT data at ANY scale and showcased how he has implemented these recommendations in his own lab. I personally enjoyed his references to aquariums and marine biology.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Michael Hall&lt;/strong&gt; provided an update on the worldwide InfluxDB community. During this session, we learned that InfluxDB is running on all 7 continents. He also announced this year’s Community Award winners! Congrats to this year’s winners!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hari Prasad Sudharshan and Ezhilmathy Shanmugam Veeramani&lt;/strong&gt; showed how quickly, reliably and cost-effectively you can do data-driven software development by writing custom code. Hari discussed how he started mapping software development with a time series DB and created an IoT within a software development tool. He explains why he chose Flux over Python to determine mean, median, mode, and quantiles with Flux’s built-in functions. Hari did a nice job using the Slack channel to make this session interactive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ana-Maria Calin&lt;/strong&gt; demonstrated running InfluxDB OSS on a self-hosted cloud platform on Kubernetes and the process of migrating from OSS to the Usage-Based InfluxDB Cloud platform. Ana provided an amazing demo as part of her session!&lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="text-pr" style="vertical-align: top;" width="42%"&gt;Our community loves their &lt;strong&gt;#InfluxDB&lt;/strong&gt; swag! There are so many different styles of t-shirts, hoodies, socks and onesies in the wild!&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="alignnone size-full wp-image-259596" src="/images/legacy-uploads/InfluxData-community-resized.gif" alt="InfluxData community" width="1086" height="724" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;InfluxDB Challenge&lt;/h2&gt;
&lt;p&gt;Attendees impressed us with their InfluxDB knowledge by participating in the InfluxDB Challenge. Congrats to the InfluxDB Challenge Extra Credit winner: Egor Morozovxx!&lt;/p&gt;

&lt;p&gt;If you missed out on the InfluxDB Challenge — don’t worry, you can still compete! Check out the contest details &lt;a href="https://www.influxdata.com/influxdb-challenge"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;InfluxDB Challenge extra credit winner: Egor Morozov shared this Data Transformation screenshot:&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-259590" style="padding-bottom: 20px;" src="/images/legacy-uploads/Data-Transformation-screenshot.png" alt="Data Transformation screenshot" width="1200" height="443" /&gt;&lt;/p&gt;

&lt;p&gt;Thank you to the entire &lt;strong&gt;#InfluxDB&lt;/strong&gt; community for attending and speaking at InfluxDays North America 2021. All sessions’ recordings and slides will be available &lt;a href="https://www.influxdays.com/past-events-na-virtual-experience-2021/"&gt;here&lt;/a&gt; by November 5 2021. It was a blast chatting with everyone on Slack, learning more about our community of developers and sharing with you the latest from InfluxData. Stay tuned to learn more about InfluxDays 2022!&lt;/p&gt;
</description>
      <pubDate>Thu, 28 Oct 2021 04:00:45 -0700</pubDate>
      <link>https://www.influxdata.com/blog/event-highlights-influxdays-north-america-2021</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/event-highlights-influxdays-north-america-2021</guid>
      <category>Use Cases</category>
      <category>Developer</category>
      <category>Company</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>See You Tomorrow at InfluxDays North America 2021</title>
      <description>&lt;p&gt;&lt;img class="alignnone size-full wp-image-258416 aligncenter" src="/images/legacy-uploads/image7-1.gif" alt="InfluxDays NA2021" width="930" height="313" /&gt;&lt;/p&gt;

&lt;p&gt;We can’t wait to see everyone &lt;strong&gt;tomorrow&lt;/strong&gt; for the start of &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/"&gt;InfluxDays North America 2021&lt;/a&gt;, our virtual conference bringing together the entire #InfluxDB community for the latest on time series data and related technologies.&lt;/p&gt;

&lt;p&gt;The conference spans two half-days tomorrow and Wednesday - October 26-27, 2021 (Pacific Time). &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/register/"&gt;Registration is free&lt;/a&gt; and attendees will gain first-hand knowledge about the InfluxDB roadmap, time series applications, innovative use cases across industries, and product tips shared by developers for developers.&lt;/p&gt;
&lt;h2&gt;Speaker lineup &amp;ndash; listen to fellow developers&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/agenda/"&gt;conference agenda&lt;/a&gt; features:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;Speakers from InfluxData including members of our engineering teams, product management, with keynotes by InfluxData founder and CTO Paul Dix, and VP of Products Tim Hall&lt;/li&gt;
 	&lt;li&gt;Live sessions from community members and customers who will share real-world use cases on building time series solutions&lt;/li&gt;
 	&lt;li&gt;On-demand sessions that become &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/sessions/#on-demand"&gt;available&lt;/a&gt; on October 26: &lt;em&gt;Going Underground with InfluxDB&lt;/em&gt;, &lt;em&gt;MQTT &amp;ndash; Machine Data Collection&lt;/em&gt;, and &lt;em&gt;How Not to Build an SLO Platform&lt;/em&gt;&lt;/li&gt;
 	&lt;li&gt;Get your questions answered by InfluxDB engineers during our &lt;a href="https://www.influxdays.com/meet-the-experts/"&gt;Meet the Experts&lt;/a&gt; series on both conference days&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;InfluxData Community Awards 2021 &amp;ndash; the winners&lt;/h2&gt;
&lt;p&gt;During the conference, InfluxData Community Awards 2021 winners will be announced. These awards recognize the InfluxDB open-source community and the many outstanding contributions of engineers working on open-source projects.&lt;/p&gt;
&lt;h2&gt;InfluxDB Challenge &amp;ndash; a chance to win cool swag&lt;/h2&gt;
&lt;p&gt;Participate in our InfluxDB Challenge for a chance to show us your InfluxDB knowledge! Sign up for a free account before or during the event and &lt;a href="https://www.influxdata.com/influxdb-challenge/"&gt;follow a few steps to get cool InfluxData swag&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Join us on Slack&lt;/h2&gt;
&lt;p&gt;Be sure to join our &lt;a href="https://influxdata.com/slack"&gt;Community Slack&lt;/a&gt; before the event to network and get timely InfluxDays updates. And during the event, join the dedicated Slack channel &lt;strong&gt;#influxdays-virtual&lt;/strong&gt; where you can chat and ask questions.&lt;/p&gt;

&lt;p&gt;Don’t miss out. InfluxDays is a unique opportunity for developers, solution builders, data scientists, and engineers to share expertise, gain insight, and network with peers.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;strong&gt;InfluxDays North America 2021 starts tomorrow and you can still &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/register/"&gt;register now for free&lt;/a&gt; to save your spot.
See you there!&lt;/strong&gt;&lt;/p&gt;
</description>
      <pubDate>Mon, 25 Oct 2021 04:00:31 -0700</pubDate>
      <link>https://www.influxdata.com/blog/see-you-tomorrow-at-influxdays-north-america-2021</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/see-you-tomorrow-at-influxdays-north-america-2021</guid>
      <category>Use Cases</category>
      <category>Developer</category>
      <category>Company</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>Celebrating Oktoberfest: Making Better Beer With InfluxDB</title>
      <description>&lt;p&gt;Oktoberfest festivities may look a little differently this year, but that doesn’t mean the InfluxDB community can’t celebrate at home. Speaking of Oktoberfest (by default associated with beers!), Luke Bond uses Telegraf and InfluxDB to monitor fermentation temperatures as he makes beer at home. So can you! ????&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Oktoberfest Fun Fact #1:&lt;/strong&gt; It wasn't originally a beer festival — it was originally a celebration to commemorate Bavarian Crown Prince Ludwig's marriage in 1810.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;Who is Luke Bond?&lt;/h2&gt;

&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top;" width="80%"&gt;Luke Bond is an engineer at InfluxData — he previously worked on the Deployments team and now works in the InfluxDB IOx group. Prior to joining InfluxData, he was a Kubernetes developer; in fact, he founded a container security consulting company. He has over 20 years of developer experience. Discover &lt;a href="/time-series-meetup/virtual-2020/#homebrew"&gt;how&lt;/a&gt; he uses the InfluxDB platform to gain observability into his beer yeast by using InfluxDB.&lt;/td&gt;
&lt;td&gt;&lt;img class="wp-image-253002 alignright" src="/images/legacy-uploads/Luke-Bond.jpg" alt="Luke Bond" width="300" height="300" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Oktoberfest Fun Fact #2:&lt;/strong&gt; Attendees at the annual festival can't start drinking until the Mayor of Munich opens the first keg. The mayor will proclaim "O' zapft is" which means "It's tapped!'.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;Fermentation basics&lt;/h2&gt;
&lt;p&gt;At a high level, there is always a sugary liquid needed for fermentation. When making beer, this solution is malted barley. The yeast will consume the sugar and convert it into alcohol and carbon dioxide. The solution starts off as a flat, sweet and dense liquid and eventually turns into a lighter fizzy alcohol liquid. Craft beers are becoming more popular today, and when making these beers, people are using grains beyond just barley.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Oktoberfest Fun Fact #3:&lt;/strong&gt; In 2019, Oktoberfest attendees, from 55 nations, consumed around 7.3 million liters of beer! The amount of beer drank at the festival could fill more than three Olympic-sized swimming pools!&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;How is beer made?&lt;/h2&gt;
&lt;p&gt;&lt;img src="/images/legacy-uploads/Comparing-the-commercial-and-home-brewing-process.gif" alt="Comparing the commercial and home brewing process" width="1000" height="489" /&gt;&lt;/p&gt;
&lt;figcaption&gt; Comparing the commercial and home brewing process&lt;/figcaption&gt;

&lt;p&gt;As seen above, brewers at home are generally able to skip the milling step and go straight to the mash tun. Usually homebrewers will purchase grain that has already been malted and milled. Luke’s setup is even easier as the mash tun and kettle are the same machine. It is common for homebrewing setups to include a machine that does both. Filtering is less common at home, as it requires more machines. Packaging at home means bottling or pressure-transferring it into a keg.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Oktoberfest Fun Fact #4:&lt;/strong&gt; Beer consumed at Oktoberfest must be brewed in Munich. The beer must be made within the city walls and come from one of the six special historical breweries.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;Tasty beer needs InfluxDB&lt;/h2&gt;

&lt;p&gt;Fluctuations in yeast temperature can result in undesirable flavors; this is usually the cause of the common “homebrew smell”. Most home brewing yeast needs to be at 18-21ºC (64-70ºF). It’s more important to have the temperature consistent. As Luke points out, it is better to be consistently at 20ºC rather than fluctuating between 18-20ºC.&lt;/p&gt;

&lt;p&gt;Luke needed to be able to monitor the ambient temperature in his home to ensure the temperature was ideal and consistent for his beer-making projects. There are various ways to control yeast temperature including: pure luck, affordable DIY solutions and expensive solutions. Space and financial resources are the biggest limiting factors.&lt;/p&gt;

&lt;p&gt;Prior to using &lt;a href="/the-best-way-to-store-collect-analyze-time-series-data/"&gt;InfluxDB&lt;/a&gt;, &lt;a href="/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt; and Raspberry Pis to monitor everything, Luke had to check the temperature manually. He needed to be able to remotely monitor and tweak the temperature of his fermentation setup. He had all of the data available to him, but it wasn’t automated. Everything from ice melting, environmental temperature changes, and other equipment in use emitting heat (i.e. controllers and pumps) can unintentionally heat the beer too much.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Oktoberfest Fun Fact #5:&lt;/strong&gt; Locals call the festival Wies'n (short for Theresienwiese) which translates to "Theresa's fields". This refers to Princess Therese of Saxony-Hildurghausen who married the prince in 1810.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;Stress-free beer monitoring&lt;/h2&gt;

&lt;p&gt;Automate everything! Luke now uses a myriad of technologies to collect and analyze metrics about his beer-making activities. He uses Telegraf to collect temperature metrics and sends them to InfluxDB. Once the metrics are in the purpose-built &lt;a href="/time-series-database/"&gt;time series database&lt;/a&gt;, he easily creates useful dashboards and alerts.&lt;/p&gt;

&lt;p&gt;&lt;img src="/images/legacy-uploads/Lukes-IoT-monitoring-solution.jpg" alt="Luke's IoT monitoring solution " width="1000" height="253" /&gt;&lt;/p&gt;
&lt;figcaption&gt; Luke's IoT monitoring solution&lt;/figcaption&gt;

&lt;p&gt;Luke has a cooler that automatically turns on to reduce the temperature. After the dramatic drop, the temperature begins to slowly climb again. He added code to reject values above 28ºC — this resulted in a lot of erroneous notifications. His dashboards even show a time where he must have accidentally kicked the webcam while passing — his graph displayed a lot of rapid up and down. Luke created a rule where he gets an alert in Slack whenever the temperature rises above 21ºC. This indicates that he needs to check the ice level. He also received deadman alerts when there was no data coming into InfluxDB.&lt;/p&gt;

&lt;p&gt;&lt;img src="/images/legacy-uploads/Examples-of-dashboards-and-notifications.gif" alt="Examples of Luke's dashboards and notifications" width="1000" height="514" /&gt;&lt;/p&gt;
&lt;figcaption&gt; Examples of Luke's dashboards and notifications&lt;/figcaption&gt;

&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Oktoberfest Fun Fact #6:&lt;/strong&gt;  In 1896, Albert Einstein was working as an electrician who helped set up one of the beer tents.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;Oktoberfest at InfluxData&lt;/h2&gt;

&lt;p&gt;There are countless types of beers out there, and Influxers enjoy their hops! When polled, InfluxData employees shared some of their favorite beers.&lt;/p&gt;

&lt;p&gt;&lt;img src="/images/legacy-uploads/Oktoberfest.png" alt="" width="900" height="524" /&gt;&lt;/p&gt;

&lt;p&gt;To learn more about how Luke uses InfluxDB to monitor his homebrewing setup, check out the recording and presentation &lt;a href="/time-series-meetup/virtual-2020/#homebrew"&gt;here&lt;/a&gt;. Whether you’re making your own beer at home or enjoying a local microbrew at home, we hope everyone has fun celebrating Oktoberfest!&lt;/p&gt;

&lt;p&gt;P.S. If you’re using InfluxDB to monitor your own brewing project or if you’re using it in other ways, share your InfluxDB story &lt;a href="/get-hoodie/"&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Thu, 30 Sep 2021 04:00:46 -0700</pubDate>
      <link>https://www.influxdata.com/blog/celebrating-oktoberfest-making-better-beer-influxdb</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/celebrating-oktoberfest-making-better-beer-influxdb</guid>
      <category>Product</category>
      <category>Use Cases</category>
      <category>Developer</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
    <item>
      <title>See You in October - InfluxDays North America 2021!</title>
      <description>&lt;p&gt;&lt;img class="aligncenter wp-image-258416 size-full" src="/images/legacy-uploads/image7-1.gif" alt="InfluxDays NA2021" width="930" height="313" /&gt;&lt;/p&gt;

&lt;p&gt;We’re super excited to announce our &lt;strong&gt;speaker lineup&lt;/strong&gt; for &lt;strong&gt;InfluxDays North America 2021 &lt;/strong&gt;Virtual Experience. InfluxDays is an event focused on the impact of time series data, where you’ll gain first-hand knowledge — from InfluxDB community members and InfluxData’s team — about time series applications and use cases. The conference is being held on &lt;strong&gt;October 26-27, 2021&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;We will have speakers from InfluxData including members of our engineering teams, product management and leadership. There will also be sessions from community members and customers who will share their knowledge and expertise from hands-on experience with the tools.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;strong&gt;Registration is open — it's &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/"&gt;free&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;Trainings&lt;/h2&gt;
&lt;p&gt;Leading up to InfluxDays, we have two separate trainings available for our community! On October 11-12 2021, our popular &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/flux-training/"&gt;Flux Training&lt;/a&gt; returns. The day before InfluxDays, on October 25, we will be providing our &lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/taming-the-tiger-tips-and-tricks-for-using-telegraf/"&gt;Telegraf Training&lt;/a&gt;. Both trainings will be held virtually. If you register for either one of these trainings (or both), you will be automatically registered for the conference. Spaces are filling up fast — so register now!&lt;/p&gt;
&lt;h2&gt;Day 1 speakers&lt;/h2&gt;
&lt;p&gt;InfluxData founder and CTO Paul Dix will kick off the conference! After Paul discusses the future of InfluxDB, VP of Products Tim Hall will follow up with a roadmap update deep-dive.&lt;/p&gt;

&lt;iframe src="https://www.youtube.com/embed/N5GFX_IqCrI" width="900" height="506" frameborder="0" allowfullscreen="allowfullscreen"&gt;&lt;span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"&gt;?&lt;/span&gt;&lt;/iframe&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top;" width="70%"&gt;&lt;strong&gt;Bhagvan Kommadi&lt;/strong&gt; is the Director of Engineering at Value Momentum. He will demonstrate how they created a DevOps delivery platform that is powered by AI which has been instrumental for doctors and other healthcare professionals during the COVID-19 pandemic.&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258398" src="/images/legacy-uploads/Bhagvan-Kommadi.jpg" alt="Bhagvan Kommadi " width="230" height="230" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The team from Socialgist, including &lt;strong&gt;Vijeta Hingorani, Milos Pavkovic and Mladen Maric&lt;/strong&gt;, will show how they use Kafka, Slack, Grafana, Elasticsearch andInfluxDB to turn email reports into useful dashboards. These dashboards are self-service and used by their sales team. They are also able to run their anomaly detection model and store the data in InfluxDB, the &lt;a href="https://www.influxdata.com/products/influxdb-overview/"&gt;purpose-built time series database&lt;/a&gt;.&lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258402" src="/images/legacy-uploads/Vijeta-Hingorani.jpg" alt="Vijeta Hingorani" width="230" height="230" /&gt;Vijeta Hingorani&lt;/td&gt;
&lt;td style="text-align: center; font-size: 13px;"&gt;&lt;img class="aligncenter wp-image-258403" src="/images/legacy-uploads/Milos-Pavkovic.jpg" alt="Milos Pavkovic" width="230" height="230" /&gt;Milos Pavkovic&lt;/td&gt;
&lt;td style="text-align: center; font-size: 13px;"&gt;&lt;img class="aligncenter wp-image-258404" src="/images/legacy-uploads/Mladen-Maric.jpg" alt="Mladen Maric" width="230" height="230" /&gt;Mladen Maric&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: center;" colspan="3"&gt;&lt;em&gt;Socialgist team&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Russ Savage&lt;/strong&gt; will provide an update on the InfluxDB platform. The Telegraf team will highlight product updates and share tips on data collection. In case you don’t get enough from the Flux Training, Scott Anderson will show new features in Flux - including how to create and send notifications using raw Flux.&lt;/p&gt;
&lt;h2&gt;Day 2 speakers&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Ryan Betts&lt;/strong&gt;, our VP of Engineering, will kick off the second day of InfluxDays by highlighting advances made to the platform by the developers behind InfluxDB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Michael Hall&lt;/strong&gt; is our Community Manager who will give shoutouts to all of the amazing worldwide developers who contribute to InfluxDB via our communities, Slack workspace, GitHub repos, social media, etc. We couldn’t do it without our community of fierce supporters, and we always want to show our appreciation to everyone out there.  ??&lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top;" width="70%"&gt;&lt;strong&gt;Timothy Spann&lt;/strong&gt; from StreamNative will share how to use FLiP with InfluxDB for EdgeAI IoT at scale. Learn how to use various technologies, including Apache Pulsar, NiFi and InfluxDB, to develop a low-code IoT app. InfluxDB is used for data transformations, parsing, enrichment and querying.&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258407" src="/images/legacy-uploads/Timothy-Spann.jpg" alt="Timothy Spann" width="230" height="230" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Day 2’s speakers also include &lt;strong&gt;Jacob Marble&lt;/strong&gt; and &lt;strong&gt;Brian Gilmore&lt;/strong&gt; from InfluxData. Jacob is an engineer on the InfluxDB IOx team. In his session, he will show how to use OpenTelemtry to collect metrics and then use InfluxDB for storage. Brian is the Director of IoT Product Management. Sensors are everywhere! Join his session to understand more about how InfluxDB is a perfect solution for sensor data — regardless if it’s a sensor at your home or thousands of sensors monitoring an industrial manufacturing plant!&lt;/p&gt;

&lt;p&gt; &lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top;" width="70%"&gt;&lt;strong&gt;Anais Dotis-Georgiou&lt;/strong&gt; from InfluxData will help you sharpen your Flux skills by querying a NOAA dataset! She'll also answer some of the common Flux questions from community members.&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258408" src="/images/legacy-uploads/Anais-Dotis-Georgiou.jpg" alt="Anais-Dotis-Georgiou" width="230" height="230" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top;" width="70%"&gt;&lt;strong&gt;Hari Prasad Sudharshan&lt;/strong&gt; from Fujitsu Network Communications will teach you how to use InfluxDB to make your software development process data-driven. He uses InfluxDB, Flux and InfluxDB Templates to make developers' lives easier!&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258409" src="/images/legacy-uploads/HariPrasad-Sudharshan.jpg" alt="Hari Prasad-Sudharshan" width="230" height="230" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="vertical-align: top;" width="70%"&gt;&lt;strong&gt;Ana-Maria Calin&lt;/strong&gt; works at InfluxData; in her capacity as a Senior Software Engineer, she deploys and maintains all app components that make up InfluxDB Cloud and she works on our CI/CD pipeline! Check out this session to learn more about running InfluxDB on a self-hosted cloud platform using Kubernetes — Containerize!&lt;/td&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258410" src="/images/legacy-uploads/Ana-Maria-Calin.jpg" alt="Ana-Maria-Calin" width="230" height="230" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;On-demand sessions&lt;/h2&gt;
&lt;p&gt;We will have a few on-demand sessions that will be available on October 26, 2021. &lt;strong&gt;Tobias Braun&lt;/strong&gt; from Herrenknecht AG will highlight how they use InfluxDB to collect and store IIoT metrics from construction projects. The team at Eldor including &lt;strong&gt;Volkan Balikci, Nilden Tutalar and Uygar Zubari&lt;/strong&gt; will demonstrate how to collect machine data using the MQTT protocol, Telegraf, InfluxDB and Kapacitor to produce actionable insights and to create useful data pipelines!&lt;/p&gt;
&lt;table class="report-table"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="font-size: 13px; text-align: center;"&gt;&lt;img class="aligncenter wp-image-258411" src="/images/legacy-uploads/Volkan-Balikci.jpg" alt="Volkan Balikci" width="230" height="230" /&gt;Volkan Balikci&lt;/td&gt;
&lt;td style="text-align: center; font-size: 13px;"&gt;&lt;img class="aligncenter wp-image-258413" src="/images/legacy-uploads/Nilden-Tutalar.jpg" alt="Nilden Tutalar" width="230" height="230" /&gt;Nilden Tutalar&lt;/td&gt;
&lt;td style="text-align: center; font-size: 13px;"&gt;&lt;img class="aligncenter wp-image-258414" src="/images/legacy-uploads/Uygar-Zubari.jpg" alt="Uygar Zubari" width="230" height="230" /&gt;Uygar Zubari&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align: center;" colspan="3"&gt;&lt;em&gt;Eldor Corporation team &lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="text-align: center;"&gt;&lt;em&gt;&lt;strong&gt;Can't wait to see everyone October 26-27, 2021.&lt;/strong&gt;&lt;/em&gt;
&lt;strong&gt;&lt;a href="https://www.influxdays.com/influxdays-north-america-2021-virtual-experience/"&gt;Save your free spot today&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;
</description>
      <pubDate>Thu, 09 Sep 2021 02:00:04 -0700</pubDate>
      <link>https://www.influxdata.com/blog/see-you-in-october-influxdays-north-america-2021</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/see-you-in-october-influxdays-north-america-2021</guid>
      <category>Use Cases</category>
      <category>Developer</category>
      <category>Company</category>
      <author>Caitlin Croft (InfluxData)</author>
    </item>
  </channel>
</rss>
