<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>InfluxData Blog - Brian Gilmore</title>
    <description>Posts by Brian Gilmore on the InfluxData Blog</description>
    <link>https://www.influxdata.com/blog/author/brian-gilmore/</link>
    <language>en-us</language>
    <lastBuildDate>Wed, 13 Apr 2022 04:00:08 -0700</lastBuildDate>
    <pubDate>Wed, 13 Apr 2022 04:00:08 -0700</pubDate>
    <ttl>1800</ttl>
    <item>
      <title>Managing Time Series Data in Industrial IoT</title>
      <description>&lt;p&gt;&lt;em&gt;Thsi article was originally published in &lt;a href="https://thenewstack.io/managing-time-series-data-in-industrial-iot/"&gt;The New Stack&lt;/a&gt;. Posted here with permission. &lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The industrial revolution was a watershed period in human history. The shift from piecemeal, cottage-industry work to mechanized manufacturing transformed the way humans work. Since the 18th century, successive waves of innovation, such as the assembly line and the computer, continued to alter and change the nature of manufacturing. Today, we find ourselves in the midst of another industrial transformation. Typically referred to as Industry 4.0, this latest wave of innovation involves feeding data – either raw or as trained machine learning models – to autonomous systems that enhance manufacturing processes.&lt;/p&gt;

&lt;p&gt;&lt;img class="wp-image-266988 size-full aligncenter" src="/images/legacy-uploads/industrial-revolutions.png" alt="" width="1024" height="396" /&gt;&lt;/p&gt;

&lt;p&gt;Manufacturers seek to generate consistent and predictable output. To do that, they have embraced physical instrumentation, which involves putting sensors on equipment to measure different aspects of a process. These sensors are the basis for the industrial Internet of Things (IIoT) and record critical data about how industrial machinery functions.&lt;/p&gt;
&lt;h2&gt;Critical context: time&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://www.linkedin.com/in/industrialdata"&gt; &lt;/a&gt;Industrial operators need context for that data to begin to make sense of it. No matter what type of reading a sensor collects, it always includes a timestamp. This time-series data, therefore, provides a shared context for these readings and becomes the critical fulcrum for processing and understanding Industry 4.0 IoT data.&lt;/p&gt;

&lt;p&gt;Fortunately, the basic principles underpinning Industry 4.0 mesh with the characteristics of time-series data. Industry 4.0 strives for:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;strong&gt;Interconnection&lt;/strong&gt; &amp;ndash; The ability to have devices, sensors and people connect and communicate with each other.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Information transparency&lt;/strong&gt; &amp;ndash; Interconnection allows for the collection of large amounts of data from all points of the manufacturing process. Making this data available to industrial operators provides them with an informed understanding that helps identify areas for innovation and improvement.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Technical assistance&lt;/strong&gt; &amp;ndash; The ability to aggregate and visualize the collected data using a centralized dashboard allows industrial operators to make informed decisions and solve urgent issues on the fly. Furthermore, centralized data views help industrial operators avoid performing a range of tasks that are unpleasant or unsafe.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Decentralized decisions&lt;/strong&gt; &amp;ndash; The ability for systems to perform their tasks autonomously based on data collected. These systems only require human input for exceptions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Compare these concepts and goals with some of the IIoT use cases for time-series data, and you can start to see how time-series data touches almost every aspect of industrial operations, both physical and virtual.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;IIoT use case&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Metrics&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Temperature, pressure, flow, valve state, etc.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Resolution&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;(Sub) seconds&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Retention&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;5 to 10 years (or longer), no downsampling&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Main&lt;/strong&gt; &lt;strong&gt;goals&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Quality guarantee, Overall Equipment Effectiveness (OEE), predictive maintenance&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;

&lt;h2&gt;Incorporating time&lt;/h2&gt;
&lt;p&gt;Industrial operators want greater observability into their machinery and processes, and time-series data provides the raw data for that. Transforming that raw data into actionable insights is one of the key objectives for time-series data in Industry 4.0. Having the right tools in place for processing, transforming and analyzing that data can make or break Industry 4.0 initiatives.&lt;/p&gt;

&lt;p&gt;The challenge here is that many factories and manufacturers use legacy data historians, the time-series databases common in Industry 3.0. There are several reasons why these solutions are not ideal for an Industry 4.0 system.&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;strong&gt;Cost &lt;/strong&gt; &amp;ndash; These solutions are expensive to set up and maintain, plus they charge annual license and support fees. Most installations of legacy data historians require custom development work to fit the needs of a specific business or process and may require external consulting resources. The proprietary nature of these systems means this work is time consuming and expensive.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Vendor lock-in &lt;/strong&gt; &amp;ndash; These solutions are often Windows-based and do not offer a simple, open API to interface with other software. Therefore, you need to buy all integrations and components from a single vendor, locking you into a proprietary solution.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Scalability &lt;/strong&gt; &amp;ndash; Scalability issues can stem from both commercial and technical problems. On the technical side, these legacy data historians were built with a limited dataset in mind. This creates problems when introducing advanced capabilities like artificial intelligence or machine learning (AI/ML). These capabilities require a lot more data to train the models, which legacy systems cannot handle.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Poor developer experience &lt;/strong&gt; &amp;ndash; Most legacy solutions have a traditional closed design with limited API support. As a result, it takes a lot of time and money to implement or integrate these systems. These closed-design solutions provide few built-in tools, no developer community and do not support a modular development approach, thereby limiting developers' ability to pick and choose the tools that best fit the needs of their organization.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Siloed data&lt;/strong&gt; &amp;ndash; &lt;a href="https://www.influxdata.com/glossary/SCADA-supervisory-control-and-data-acquisition/"&gt;SCADA&lt;/a&gt; makers may provide a data historian for their devices, but most industrial organizations that use a traditional manufacturing execution system (MES) consolidate all their data to a single on-premises data historian. However, the lack of microservices architecture and open APIs, and an extensive use of firewalls and subnets, typically separate the data at the site level.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Without the ability to integrate with modern IT, cloud, or open source software (OSS) solutions, legacy data historians do not provide the flexibility and connectivity necessary to evolve industrial operations. This significantly reduces the efficacy of the operational technology and IT systems involved, and the data they contain, in an Industry 4.0 context because the lack of interoperability between the data historian and other systems inhibits innovation and limits observability.&lt;/p&gt;
&lt;h2&gt;Replacing legacy data historians&lt;/h2&gt;
&lt;p&gt;So, if legacy data historians aren’t the answer, what should companies use instead?&lt;/p&gt;

&lt;p&gt;It may be tempting for manufacturers to fall back on familiar technology, like relational databases, to replace their legacy data historians. However, relational databases can’t scale for the high-volume data and lack of fixed schema that characterize time-series data.&lt;/p&gt;

&lt;p&gt;A more suitable replacement for legacy data historians is an open source time-series platform. &lt;a href="https://www.influxdata.com/products/influxdb/"&gt;InfluxDB&lt;/a&gt;, for example, is purpose-built to handle the volume and velocity of time-series data. It uses APIs so it’s able to integrate with virtually any other connected device. InfluxDB is a schemaless platform, so it automatically adjusts to changes in the shape of incoming IIoT data.&lt;/p&gt;

&lt;p&gt;Another open source tool that complements InfluxDB is &lt;a href="https://www.influxdata.com/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt;, a plugin-based collection agent. Telegraf is written in Go, compiles into a single binary with no external dependencies and requires a minimal memory footprint. With hundreds of plugins, many of which cater to the most popular IIoT technologies and protocols, such as OPC-UA, MQTT, Modbus, AMQP and Kafka, Telegraf connects directly to, or scrapes data from, virtually any database, application, system or sensor.&lt;/p&gt;
&lt;h2&gt;Managing and leveraging time series data&lt;/h2&gt;
&lt;p&gt;This broad connectivity also enables manufacturers to monitor and manage distributed systems and networks and remote devices in the field more easily. For example, if a manufacturer has three different facilities spread across the country, Telegraf and InfluxDB allow them to collect data from every sensor on every machine in each facility.&lt;/p&gt;

&lt;p&gt;The data generated at each facility can be aggregated and stored on site. Those aggregations can also be sent to a central storage instance that collects data from all three sites and be rolled up to generate company-wide insights.&lt;/p&gt;

&lt;p&gt;These same principles apply to any connected devices on the edge, whether that includes rural solar panels or ocean buoys with GSM (Global System for Mobile) connectivity. No matter how your company &lt;a href="https://www.influxdata.com/glossary/edge-computing/"&gt;defines “the edge”&lt;/a&gt;, Telegraf and InfluxDB can handle data collection from the devices there.&lt;/p&gt;

&lt;p&gt;InfluxDB has a mature ecosystem for IIoT systems. Some of the leading industrial systems, including &lt;a href="https://www.influxdata.com/integration/kepware/"&gt;PTC Kepware&lt;/a&gt;, &lt;a href="https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Composer/DataStorage/PersistenceProviders/using_influxdb_as_the_persistence_provider.html"&gt;PTC ThingWorx&lt;/a&gt;, &lt;a href="https://assets.new.siemens.com/siemens/assets/api/uuid:d2bb4a78-e3da-472c-b621-6bcf1b922035/br-technical-product-description-3-17-en.pdf"&gt;Siemens WinCC OA&lt;/a&gt; and &lt;a href="https://apps.boschrexroth.com/microsites/ctrlx-automation/en/ctrlx-world/partner/influxdata-en/"&gt;Bosch ctrlX&lt;/a&gt; use InfluxDB as their time-series platform. Preconfigured integrations already exist with these systems, so companies, like those making the transition to Industry 4.0, can quickly and easily upgrade their time-series database to InfluxDB.&lt;/p&gt;

&lt;p&gt;Getting data into InfluxDB is one part of the equation to managing and leveraging time-series data. Analyzing and acting on that data are equally important parts. The Flux query language works with all components of the InfluxDB platform (i.e., InfluxDB, Telegraf). Flux allows you to slice and dice time-series data to produce actionable insights, set thresholds and alerts, and output data to any desired end points. By using Flux and InfluxDB, you can create visualizations for your data that assist with identifying usage patterns and areas for optimization or predicting maintenance.&lt;/p&gt;
&lt;h2&gt;The bottom line&lt;/h2&gt;
&lt;p&gt;Ultimately, incorporating an open source time-series database into your Industry 4.0 technology stack helps to bridge the gap between operational technology and information technology, delivering greater observability for both physical and virtual plant and providing critical data about all aspects of the manufacturing process. A solution like InfluxDB empowers industrial operators to harness data, providing critical information to workers on the factory floor and adding measurable value throughout the manufacturing process.&lt;/p&gt;
</description>
      <pubDate>Wed, 13 Apr 2022 04:00:08 -0700</pubDate>
      <link>https://www.influxdata.com/blog/managing-time-series-data-industrial-iot/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/managing-time-series-data-industrial-iot/</guid>
      <category>Use Cases</category>
      <category>Developer</category>
      <author>Brian Gilmore (InfluxData)</author>
    </item>
    <item>
      <title>Where Will Process Historians Fit in the Modern Industrial Technology Stack?</title>
      <description>&lt;p&gt;When Rolls Royce Power Systems recently needed to improve its operational efficiency within its manufacturing plants, it didn’t expand its use of a legacy process historian or purchase historian connectors to export data to their business intelligence systems. Instead, it decided to go with a modern time series database, InfluxDB.&lt;/p&gt;

&lt;p&gt;Graphite Energy, another customer we featured in &lt;a href="https://www.influxdata.com/blog/influxdata-announces-new-customers-accelerated-momentum-industrial-data-internet-of-things/"&gt;our recent IIoT announcement&lt;/a&gt;, also chose InfluxDB over the legacy process historian vendors. Why? It was simply a better value to monitor and optimize its zero-emissions energy platform.&lt;/p&gt;

&lt;p&gt;These are just two recent examples of this trend. Going a bit further back, Ausgrid, the organization that owns, maintains, and operates the electrical networks in Sydney, the Central Coast, and Hunter regions of New South Wales, Australia, selected InfluxDB over the OSIsoft Pi System for storing and analyzing information from tens of thousands of distributed smart cities devices. Its reasoning? Faster time to install, faster time to implement, and faster time to value. We like to call the combination of these “Faster Time to Awesome,” and it fits here. Ausgrid’s performance testing suggested nearly 4000x better query performance than the Pi System for complex, multi-sensor use cases.&lt;/p&gt;

&lt;p&gt;So what has changed? Legacy process historians used to be a “must-have” for any critical industrial operation. Open-source software and cloud services were unwelcome just ten years ago, but it now looks as if these technologies may disrupt the old-guard vendors, even as they scramble to keep up. Here are just a few of the reasons we are seeing this shift:&lt;/p&gt;

&lt;h2&gt;Silos are collapsing&lt;/h2&gt;

&lt;p&gt;It was an easy if misleading story to tell – the big industrial software companies made the machines. Therefore, their software was the only responsible and safe way to interact with them. Historians came bundled with the assets and automation applications, usually selected by the design-build engineering firms long before the end-users could give input. Like the grade of concrete or the piping schedule, certain technologies became part of the boilerplate, with no consideration of the future needs of the customer or operator. This selection process was truly a one-size-fits-all approach, and organizations found themselves locked into the standards and vendor contracts.&lt;/p&gt;

&lt;p&gt;Over the last decade, these standard technology stacks have begun to show cracks. First were the cracks created by interoperability standards, like OPC-UA. Many third-party applications have used these standards to connect newer, modern, and cost-effective solutions. Kepware Technologies KepServerEX is a great example of this, now owned by PTC (&lt;a href="https://www.influxdata.com/partners/ptc-thingworx/"&gt;one of our premier IIoT partners&lt;/a&gt;). Kepware built inexpensive software that could run on commodity hardware and bridge the gap between the legacy industrial protocols and OPC-UA. Over time, this evolved into other interfaces like HTTP and MQTT. Now, any organization can securely capture data from their industrial assets in real-time and send it to a platform like InfluxDB. Customers remark again and again that it “just works.” This new stack does not introduce artificial or unnecessary obstacles to pilots or production, a total paradigm shift for industry. Self-service data pipelines are now a reality.&lt;/p&gt;

&lt;p&gt;The disruption started by Kepware directly led to similar approaches from new platforms like the HighByte Intelligence Hub, the Akenza IoT Platform, Losant, and Cogent Data Hubs. In addition, the more forward-looking of the established industrial software vendors like Siemens, Bosch, Rockwell, Schneider and PTC also collaborate with InfluxData to bring the InfluxDB time series database to their platforms and customers. These efforts ultimately provide a more powerful and cost-effective solution than existing options.&lt;/p&gt;

&lt;h2&gt;The workforce is evolving&lt;/h2&gt;

&lt;p&gt;A &lt;a href="https://www.themanufacturinginstitute.org/wp-content/uploads/2020/03/MI-Sloan-Aging-in-the-MFG-Workforce-Report.pdf"&gt;2019 research study&lt;/a&gt; by the Manufacturing Institute, partnered with the Alfred P. Sloan Foundation, identified several concerning findings related to the aging workforce in US manufacturing.&lt;/p&gt;

&lt;p&gt;With the median age of manufacturing workers approaching 45, it is clear that there are a high number of near-retirement operators in the workforce. However, those older workers are quickly joined by younger workers who are truly “digital natives.” This new generation of operators, analysts, and engineers is tech-savvy and obstacle-adverse. To them, an instruction manual is a troubleshooting tool, and technologies that are intuitive, powerful, and, most importantly, stimulating are the ones that grab their attention. With few exceptions, the legacy process historians appear more like a rotary phone or typewriter than a piece of modern technology to them. As the Manufacturing Institute study shows, a combination of apprenticeship and adaptation is the best way to navigate the generational change. This approach presents the perfect opportunity for any industrial organization to prioritize technology modernization projects. It’s a special surprise when the newer technologies turn out to be more cost-effective as well.&lt;/p&gt;

&lt;p&gt;The new world is one of microservices, edge and cloud hybrid networks, and access-anywhere information users can consume through new interactions and user interfaces. This is the technology landscape into which millennial makers, developers and engineers were born. It is where they learned the basics, innovated, and it’s where and how they are building their own successful companies. As a result, we see fundamental changes and accommodations coming within industrial sectors to put this new generation in their element, and 40-year-old software isn’t the answer.&lt;/p&gt;

&lt;h2&gt;A new mindset is emerging&lt;/h2&gt;

&lt;p&gt;The emergence of new, open-source technology stacks designed specifically for industrial operations is a telltale sign of an important change in mindset. Consider, for example, the &lt;a href="https://www.libremfg.com/"&gt;Libre Stack&lt;/a&gt; – a fast, flexible, infinitely scalable data hub for manufacturing. Libre is “revolutionizing the industry with the world’s only completely open Manufacturing Operating System.”&lt;/p&gt;

&lt;p&gt;Libre believes that their platform disrupts the legacy hybrid MES/Historian applications by taking novel approaches to data governance, platform extensibility, open-source and open standards. It provides a truly scalable, microservices-based platform for data collection, analytics, application building, and API-first access, all incredibly novel approaches that fly in the face of previous solutions. With an active Discord community, tight interlock with the Industry 4.0 online community, Docker and Kubernetes support, and regular commits on GitHub, this type of vendor-agnostic, capabilities-focused community presents novel and serious competition to the technology and business models of the legacy process historian.&lt;/p&gt;

&lt;p&gt;The team behind Libre chose InfluxDB as the historian component for the platform. According to Geoff Nunan, Chief Technology Officer at Libre Technologies, “The one word that defines success in Industrial IoT for many companies is Agility. Being able to look at a new problem, explore a new angle or prove a new concept fast. Competitive advantage is often found in shortening the time-to-market for new products. InfluxData lives their “Time to Awesome” vision, and that’s why we chose InfluxDB as the time series database behind the Libre Manufacturing platform.”&lt;/p&gt;

&lt;p&gt;The times are truly changing.&lt;/p&gt;
</description>
      <pubDate>Mon, 28 Mar 2022 04:00:14 -0700</pubDate>
      <link>https://www.influxdata.com/blog/where-will-process-historians-fit-in-the-modern-industrial-technology-stack/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/where-will-process-historians-fit-in-the-modern-industrial-technology-stack/</guid>
      <category>Product</category>
      <category>Use Cases</category>
      <category>Developer</category>
      <author>Brian Gilmore (InfluxData)</author>
    </item>
    <item>
      <title>A Platform Gaining Momentum: Announcing New InfluxDB Features for Industrial IoT</title>
      <description>&lt;p&gt;Data – specifically time series data – continues to be the key ingredient for successful digital transformation. No matter the industry, time series data helps companies understand the activities and output of people, processes and technologies impacting their business. The effective management and use of time series data has emerged as the best path towards this goal. Nowhere is this more apparent than when IoT or industrial devices and applications are part of the technology landscape.&lt;/p&gt;

&lt;p&gt;In IIoT, time series data can be used to detect operational anomalies, like storage tank leaks and changes in wind direction. With InfluxDB, this data can trigger alerts to inform operators and engineers when anomalies or problematic conditions occur. Other IIoT use cases which require time series data include predictive maintenance, optimized traffic routing, and enhanced water conservation.&lt;/p&gt;

&lt;p&gt;We built &lt;a href="https://www.influxdata.com/products/influxdb-overview/"&gt;InfluxDB&lt;/a&gt; to handle the variety, volume and velocity of IoT data, making it an ideal foundation for IoT and IIoT use cases. As our business grows, we find our platform at the center of the “IoT Insights” value proposition, with almost a half-million installs of the InfluxDB platform to date. We’re confident that the substance of our solutions and the community that supports them foster this level of adoption in the IoT and IIoT spaces. Check out &lt;a href="https://www.influxdata.com/blog/influxdata-announces-new-customers-accelerated-momentum-industrial-data-internet-of-things"&gt;our announcement&lt;/a&gt; about how we’re making an impact in IoT and the new features we’re rolling out to support developers, our community members, and our customers and partners in that field. Here are a few highlights to get you started:&lt;/p&gt;

&lt;p&gt;&lt;img class="wp-image-262433 size-full" src="/images/legacy-uploads/influxdb-dashboarding-sensor-data.png" alt="InfluxDB dashboarding capabilities - sensor data" width="1002" height="467" /&gt;&lt;/p&gt;
&lt;figcaption&gt; InfluxDB includes powerful dashboarding tools for visualizing and analyzing sensor data.&lt;/figcaption&gt;

&lt;h2&gt;InfluxDB enhancements to build IoT applications&lt;/h2&gt;
&lt;p&gt;Today we’re announcing new capabilities to store IoT data at the edge, to process and analyze that data locally, and to push raw, aggregated, and otherwise actionable data to a network of InfluxDB hubs in the datacenter or cloud. Together, these features expedite the development of IoT and IIoT solutions and enable accelerated insights for engineers working with industrial data at the edge. These updates include:&lt;/p&gt;
&lt;h3&gt;New and expanded support for edge analytics&lt;/h3&gt;
&lt;p&gt;Developers can now perform analytics at the edge, which shifts processing loads to the edge and increases the efficiency of overall data management and processing for large, distributed architectures. Developers can now also replicate data generated from an instance of InfluxDB at the edge to &lt;a href="https://www.influxdata.com/products/influxdb-cloud/"&gt;InfluxDB Cloud&lt;/a&gt;. This gives developers more control over how to process and handle high velocity and high-resolution data. The replication update makes it easier to collect and view data in a central location, and to perform additional analytic processing on both finite and unified data sets. You can learn more about working with InfluxDB to collect and analyze data from edge devices in &lt;a href="https://www.youtube.com/watch?v=EbTGnu7xqnU"&gt;this video.&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Expanded flexibility for resource-constrained edge devices&lt;/h3&gt;
&lt;p&gt;We’ve added a new InfluxDB feature that allows developers to distribute processed data with custom payloads to thousands of devices all at once from a single &lt;a href="https://www.influxdata.com/products/flux/"&gt;Flux&lt;/a&gt; script. This is part of our broader focus on reducing the memory footprint of our edge-capable software components, while also making them more modular. We want developers to feel confident and comfortable using our databases, Telegraf agents, and client libraries, and SDKs in situations with limited compute, storage, and network resources.&lt;/p&gt;
&lt;h3&gt;Contextualize IoT data across multiple sources&lt;/h3&gt;
&lt;p&gt;We know that &lt;a href="https://www.influxdata.com/blog/mqtt-topic-payload-parsing-telegraf/"&gt;MQTT is a key protocol for IoT and IIoT use cases&lt;/a&gt;, so we improved our support for data residing in &lt;a href="https://www.influxdata.com/mqtt/"&gt;MQTT&lt;/a&gt; brokers. Customers can use &lt;a href="https://www.influxdata.com/time-series-platform/telegraf/"&gt;Telegraf&lt;/a&gt;, our collection and processing agent, to connect to these key data sources. Keep an eye out for future announcements related to cloud-native MQTT collection, a hosted service connecting your InfluxDB Cloud directly to your cloud or on-premises MQTT brokers. Join our &lt;a href="https://influxdata.com/slack"&gt;community Slack channel &lt;/a&gt;to be first to know when we’re looking for beta testers and early adopters!&lt;/p&gt;

&lt;p&gt;&lt;img class="wp-image-262435 size-full" src="/images/legacy-uploads/mqtt-parsing-influxdb.png" alt="InfluxDB capabilities - MQTT conveniences" width="1004" height="508" /&gt;&lt;/p&gt;
&lt;figcaption&gt; New MQTT conveniences include parsing of topic names and message payloads, as well as new actions for sending information and setpoints to thousands of devices via an MQTT broker.&lt;/figcaption&gt;

&lt;p&gt;&lt;a href="https://www.influxdata.com/blog/influxdata-announces-new-customers-accelerated-momentum-industrial-data-internet-of-things"&gt;Check out today’s announcement&lt;/a&gt; for more information on the new features we’ve built and how they’re helping our IoT customers be successful.&lt;/p&gt;
&lt;h2&gt;A growing ecosystem of IIoT partners&lt;/h2&gt;
&lt;p&gt;We’ve expanded our partner ecosystem with a host of new technology partners and integrations, connecting the leading Industrial and IoT platforms and middleware software with InfluxDB. &lt;a href="https://www.influxdata.com/partners/ptc-thingworx/"&gt;PTC ThingWorx&lt;/a&gt;, &lt;a href="https://inductiveautomation.com/moduleshowcase/module/kymera-systems-inc-influxdb-history-provider"&gt;Inductive Automation’s Ignition&lt;/a&gt;, &lt;a href="https://apps.boschrexroth.com/microsites/ctrlx-automation/en/ctrlx-world/partner/influxdata-en/"&gt;Bosch ctrlX&lt;/a&gt;, &lt;a href="https://www.influxdata.com/integration/kepware/"&gt;PTC Kepware&lt;/a&gt;, &lt;a href="https://www.influxdata.com/partners/highbyte/"&gt;HighByte’s Intelligence Hub&lt;/a&gt;, &lt;a href="https://docs.akenza.io/tutorials/create-enterprise-solutions/how-to-send-data-to-influxdb"&gt;Akenza&lt;/a&gt;, &lt;a href="https://cogentdatahub.com/products/historians/connect-influxdb/#:~:text=InfluxDB%20is%20an%20open%20source,so%20it's%20easy%20to%20install."&gt;Cogent Data Hub&lt;/a&gt; and many more now support direct connection to InfluxDB’s hybrid edge-cloud APIs for time series data storage. Several of these integrations also open the opportunity for their customers to analyze and visualize the time series data stored within InfluxDB as part of their own applications.&lt;/p&gt;

&lt;p&gt;Check out our &lt;a href="https://www.influxdata.com/technology-partners/"&gt;tech partners page&lt;/a&gt; for additional information on our partner ecosystem, and reach out if you would like to join.&lt;/p&gt;
&lt;h2&gt;Time series in action&lt;/h2&gt;
&lt;p&gt;Along with our success in open source and edge adoption, we’ve built and extended commercial relationships with several organizations leading the Industrial, Enterprise, and Consumer categories of the Internet of Things. A few examples:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li style="list-style-type: none;"&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;a href="https://www.influxdata.com/customer/solarcity/"&gt;Tesla&lt;/a&gt; uses InfluxDB as a key component of its internal and customer-facing analytics time series data pipeline for its consumer and commercial solar power solutions.&lt;/li&gt;
 	&lt;li&gt;Rolls-Royce Power Systems uses InfluxDB to improve operational efficiency at its industrial engine manufacturing facility. They collect sensor data from the engines of ships, trains, planes, and other industrial equipment to monitor performance in real time, identify trends, and to predict maintenance needs.&lt;/li&gt;
 	&lt;li&gt;&lt;a href="https://www.influxdata.com/customer/graphite-energy/"&gt;Graphite Energy&lt;/a&gt; helps its clients collect industrial sensor data about energy usage, fuel consumption, temperature, solar panels, wind farms, process steam and air dryers. Graphite Energy chose InfluxDB over a legacy data historian to collect IIoT data used to monitor its zero-emission energy platform. You can read more about our work with Graphite Energy in &lt;a href="https://www.influxdata.com/blog/graphite-energy-time-series-data-industrial-decarbonization"&gt;today's blog&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img class="size-full wp-image-262436" src="/images/legacy-uploads/influxdb-geospatial-time-series.png" alt="New InfluxDB capabilities join existing geospatial and time series features" width="981" height="568" /&gt;&lt;/p&gt;
&lt;figcaption&gt; New InfluxDB capabilities join existing geospatial and time series features to expand relevance for IoT solution and application builders.&lt;/figcaption&gt;

&lt;p&gt;We’re seeing new adoption in Energy, Transportation, Manufacturing, Consumer Goods and beyond. All of this is a good sign for the future, and we’re honored to be a part of this digital revolution. If you’d like to join us, &lt;a href="https://www.influxdata.com/get-influxdb/"&gt;sign up for an InfluxDB Cloud trial&lt;/a&gt; or &lt;a href="https://portal.influxdata.com/downloads/"&gt;download&lt;/a&gt; one of our open source distributions.&lt;/p&gt;

&lt;div style="padding:56.25% 0 0 0;position:relative; margin: 30px 0px;"&gt;&lt;iframe src="https://player.vimeo.com/video/767182584?h=f0e0891ce3&amp;amp;badge=0&amp;amp;autopause=0&amp;amp;player_id=0&amp;amp;app_id=58479/embed" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen="" frameborder="0" style="position:absolute;top:0;left:0;width:100%;height:100%;"&gt;&lt;/iframe&gt;&lt;/div&gt;
</description>
      <pubDate>Tue, 15 Feb 2022 04:10:07 -0700</pubDate>
      <link>https://www.influxdata.com/blog/platform-momentum-new-influxdb-features-for-industrial-iot/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/platform-momentum-new-influxdb-features-for-industrial-iot/</guid>
      <category>Product</category>
      <category>Use Cases</category>
      <category>Developer</category>
      <author>Brian Gilmore (InfluxData)</author>
    </item>
    <item>
      <title>Industry 4.0 Defined and Explained</title>
      <description>&lt;p&gt;With Industry 4.0 fundamentally transforming manufacturing systems and processes through IIoT technologies, manufacturers large and small are seeking the most efficient ways to reap its benefits. Potential gains include optimizing operations, generating data-driven insight, creating new revenue streams, and accelerating innovation. To paint the big picture, let’s start with a definition of &lt;a href="https://www.influxdata.com/what-is-industry-4-0/"&gt;Industry 4.0&lt;/a&gt;, followed by an explanation of what adopting it involves.&lt;/p&gt;
&lt;h2&gt;What Industry 4.0 means&lt;/h2&gt;
&lt;p&gt;Industry 4.0 – the Fourth Industrial Revolution also known as the Industrial Internet of Things (IIoT) – is the automation of traditional manufacturing and industrial practices, using cloud-native technology and data analytics. In Industry 4.0, industrial machine-to-machine communication and IoT are integrated for increased automation, communication and autonomous monitoring.&lt;/p&gt;

&lt;p&gt;Industry 4.0, which focuses on cyber physical systems to reinvent the manufacturing process around the power of data, was preceded by the:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;1st industrial revolution (mechanization, water power, steam power)&lt;/li&gt;
 	&lt;li&gt;2nd (mass production, assembly line, electricity)&lt;/li&gt;
 	&lt;li&gt;3rd (introduction of computers and automation to enhance existing processes)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Although coined as a phrase back in 2012, the term “Industry 4.0” has gained popularity in recent years with its promise to revolutionize manufacturing through the power of data.&lt;/p&gt;
&lt;h2&gt;Overcoming the data challenges of Industry 4.0&lt;/h2&gt;
&lt;p&gt;With data at the center of Industry 4.0 environments, the challenge becomes designing a data architecture that meets industrial environments’ demanding performance, scalability, and availability requirements. As such, a common challenge is adopting new data flow systems and connecting them to existing legacy solutions. This is where IIoT comes into play, offering heavy asset industries reduced cost, easy installation, improved data accuracy and remote monitoring. As IIoT is a newer technology than industrial automation mainstays such as &lt;a href="https://www.influxdata.com/glossary/SCADA-supervisory-control-and-data-acquisition/"&gt;Supervisory Control and Data Acquisition (SCADA)&lt;/a&gt; and Programmable Logic Controller (PLC) systems, its capabilities adapt well to current industry demands.&lt;/p&gt;
&lt;h2&gt;IIoT adoption requirements&lt;/h2&gt;
&lt;p&gt;Industry 4.0 marks the convergence of operational technology (OT) and information technology (IT) as well as the real-time interdependence between the process and analytics. Achieving this convergence necessitates reinventing the manufacturing process with an architecture that can ingest the huge volumes of real-time data generated by IoT sensors and other devices, and enable nano-second control of the entire environment. Transitioning to Industry 4.0 requires:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;strong&gt;Real-time data ingestion and querying capabilities&lt;/strong&gt; — The &lt;a href="https://www.influxdata.com/sensor-data-is-time-series-data/"&gt;magnitude of data that IIoT applications process&lt;/a&gt; and the real-time processing they require impose distinct demands on the database used to ingest and process their data. This is why a data historian (a &lt;a href="https://www.influxdata.com/iot-database/"&gt;time series database for industrial IoT&lt;/a&gt;) is a centerpiece of Industry 4.0. The data historian needs to allow for fast ingestion and query of &lt;a href="https://www.influxdata.com/what-is-time-series-data"&gt;time series data&lt;/a&gt; in near real-time; compression to minimize storage; and storage at the required precision for maintaining production line efficiency and minimizing downtime.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;A data architecture that allows seamless integration across data sources&lt;/strong&gt; — Integrations maintain data availability for real-time process optimization. The role of data integrations in managing industrial assets is captured well by &lt;a href="https://nortal.com/us/blog/the-role-of-time-series-database-in-industry-4-0/"&gt;Nortal&lt;/a&gt;: "The road to your digitalization journey and the Fourth Industrial Revolution is paved with data integrations...Without data silos, you have a complete, accurate, and centralized view of your assets and their current state and health. The ability to visualize your asset performance and process efficiencies anytime and anywhere makes you agile and able to react quickly."&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Designing an Industry 4.0 environment&lt;/h2&gt;
&lt;p&gt;In sync with the data requirements discussed above, an &lt;a href="https://www.influxdata.com/resources/navigating-the-new-industrial-revolution-paths-pitfalls/?utm_source=vendor&amp;amp;utm_medium=referral&amp;amp;utm_campaign=2021-06-23_partner_nortal-industry-4-0-tech-paper_global&amp;amp;utm_content=TNS"&gt;Industry 4.0 environment&lt;/a&gt; can be based on four &lt;a href="https://get.influxdata.com/rs/972-GDU-533/images/TechPaper_IIoT_Solution.pdf"&gt;design&lt;/a&gt; principles:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;strong&gt;Interconnection&lt;/strong&gt; — Enabling communication between devices, sensors, and people&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Information transparency&lt;/strong&gt; — Gathering large data volumes from all points of the manufacturing process&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Technical assistance&lt;/strong&gt; — Aggregating and visualizing data in a centralized dashboard to solve problems in real time&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Decentralized decisions&lt;/strong&gt; — Enabling systems to perform tasks autonomously based on collected data and only exceptionally require human interference&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From cost efficiency to data democratization, operational agility, traceability, and customer retention through better products and services, Industry 4.0 adoption is empowering manufacturers to realize their productive potential. In contrast, failing to adopt Industry 4.0 technologies puts manufacturers at risk of falling behind as their competitors race to capitalize on automation and digitization.&lt;/p&gt;
</description>
      <pubDate>Tue, 21 Sep 2021 04:00:31 -0700</pubDate>
      <link>https://www.influxdata.com/blog/industry-4-0-defined-explained/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/industry-4-0-defined-explained/</guid>
      <category>Use Cases</category>
      <category>Company</category>
      <category>Developer</category>
      <author>Brian Gilmore (InfluxData)</author>
    </item>
    <item>
      <title>Why I Joined InfluxData - Brian Gilmore</title>
      <description>&lt;p&gt;&lt;img class="alignnone wp-image-257822 aligncenter" src="/images/legacy-uploads/brian-gilmore-influxdata.png" alt="brian gilmore influxdata" width="432" height="432" /&gt;&lt;/p&gt;

&lt;p&gt;I’ve worked on golf courses, in music stores, as a hospital administrator, and in Marine Husbandry and Life Support. I never finished college, have collected several comically dated tattoos, and am proud of all of it. My family and friends have oscillated between shock and curiosity with each new adventure. They whisper quietly that I’m still finding myself. I’m fine with saying it out loud.&lt;/p&gt;

&lt;p&gt;When I found my way into Tech, I knew I had found a professional home. For the most part, &lt;strong&gt;Tech is a place where substance, experience, and expertise are valued over pedigree.&lt;/strong&gt; I wish there were fewer obstacles to inclusion for others, but that’s a problem easier fixed from the inside. I need to work harder there myself.&lt;/p&gt;

&lt;p&gt;While I’ve used technology and data to make an impact in each of my “careers,” this is my second act in software and my first at a startup. InfluxData was a no-brainer for me — I’m passionate about the democratization of data, integrating diverse human experience and tribal knowledge within analytics strategies, and I believe that &lt;strong&gt;we’re actively deciding our future with the technology we invent, build, and deploy today&lt;/strong&gt;. I want to be here for that.&lt;/p&gt;

&lt;p&gt;From my first conversation with the team, it was clear to me that InfluxData was one of the “good ones”. Valuing each other as individuals. Being great and humble. Embracing failure in the interest of progress. Building great software that people love to use. A position of leadership in a segment of technology that is critical to the availability, performance, security, and efficacy of every other innovative technology in Healthcare, Manufacturing, Energy, Public Sector, and beyond. It all just seemed to make sense and I jumped at the opportunity.&lt;/p&gt;

&lt;p&gt;My first month has made it clear that I’ve made the right choice, and I’m looking forward to much more of what I’ve experienced so far. Together, let’s use technology to make the world a better, safer, more inclusive, and equitable place. I’m here for you — just let me know how I can help!&lt;/p&gt;
</description>
      <pubDate>Fri, 06 Aug 2021 00:17:46 -0700</pubDate>
      <link>https://www.influxdata.com/blog/why-i-joined-influxdata-brian-gilmore/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/why-i-joined-influxdata-brian-gilmore/</guid>
      <category>Company</category>
      <author>Brian Gilmore (InfluxData)</author>
    </item>
  </channel>
</rss>
