Home / Companies / InfluxData / Blog / December 2023

December 2023 Summaries

10 posts from InfluxData

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses time series analysis, a method used by commercial, scientific, and other organizations to better predict data trends over different time periods. It highlights the difference between stationary and non-stationary data trends, with stationary data having constant variance over time and non-stationary data showing seasonal fluctuations. The Dicky-Fuller test is used to determine if a given data model is stationary or non-stationary, and its results can help verify if the time series follows a stationary pattern or has a non-stationary pattern. First-order and second-order time series differencing are also discussed as methods to convert non-stationary time series into stationary ones, with logarithmic transformation being one of the approaches used.
Dec 29, 2023 1,501 words in the original blog post.
Quix and InfluxDB were used in conjunction to manage and analyze data effectively, even during peak holiday volumes, with Quix aiding real-time data processing and InfluxDB enabling long-term data storage. The open-source technologies behind these tools benefit from community contributions and demonstrate interoperability and flexibility in customized data solutions. OpenTelemetry was also highlighted as a powerful tool for monitoring data pipelines by collecting traces, metrics, and logs from applications, providing better visibility and control over data processing.
Dec 28, 2023 803 words in the original blog post.
The increasing threat of cyber attacks and malware has led to the need for robust security information and event management (SIEM) systems to protect organizations' networks and data. SIEM tools collect, analyze, and manage security event data from various sources, providing real-time monitoring, threat detection, and incident response capabilities. When choosing a SIEM tool, it's essential to consider factors such as cost, scalability, integration, real-time monitoring and alerting, analytics and reporting, compliance support, usability, vendor support, and updates. Organizations should evaluate their security needs, budget, and technical infrastructure to select the best SIEM tool that aligns with their requirements.
Dec 27, 2023 1,345 words in the original blog post.
InfluxDB 3.0 is designed to unlock time series data for real-time analytics, offering high-performance and advanced capabilities in observational data management. The new version fundamentally changes its design from previous versions, with a focus on high-efficiency data ingestion and optimized query performance using Parquet files instead of indexing. It can handle all kinds of observational data, both structured and semi-structured, and is particularly beneficial for users building real-time monitoring and alerting systems. InfluxDB 3.0 leverages the FDAP stack, which includes Flight, DataFusion, Arrow, and Parquet, to provide better performance for specific workloads, including time series data. The system enables users to ingest and query data in real-time, making it ideal for applications that require instant updates and analysis.
Dec 22, 2023 693 words in the original blog post.
In a recent fireside chat, Evan Kaplan, CEO of InfluxData, discussed the role of time series data and AI in industry and its future. He emphasized that all software will incorporate AI going forward, making it a necessity rather than an option. Kaplan highlighted the significance of real-world AI, which makes physical world things smarter, more effective, and more autonomous. InfluxDB provides crucial infrastructure to those who develop AI models, but does not provide the AI itself. The integration of AI and time series data is critical for future real-world applications like self-driving cars or robotics, and companies cannot afford to ignore this. Kaplan outlined the future direction of InfluxDB in providing a foundational layer for AI solutions, enabling users to build their AI models based on the data stored within InfluxDB.
Dec 20, 2023 685 words in the original blog post.
In a recent webinar hosted by InfluxDB and HiveMQ, the focus was on how businesses can quickly deploy AI models for tasks like anomaly detection using new tools in the AI and database ecosystem. The demo application used HiveMQ and InfluxDB to collect sensor data from machines and analyze it with a machine learning model that monitors for anomalies. InfluxDB 3.0 was highlighted as a purpose-built tool for time series data workloads, offering improved write throughput and faster queries, while HiveMQ provided a platform for developing MQTT applications, including an embedded lightweight broker ideal for IoT use cases. Quix was also introduced as a platform to simplify the development of streaming applications, and Hugging Face offered tools and services for building and deploying machine learning models. The webinar demonstrated how these tools can be used together to create efficient anomaly detection pipelines.
Dec 18, 2023 837 words in the original blog post.
Telegraf 1.29 has been released, offering new features and improvements, including a new Filter Processor plugin that allows for setting rules to keep or drop specific metrics, an LDAP Input plugin for monitoring LDAP servers' monitoring backend, and a Systemd Secret Store plugin for using systemd as a secret store backend. The release also introduces several important changes, such as the introduction of a new --unprotectedglobal flag to prevent reserving locked memory pages, deprecation of fieldpass and fielddrop modifiers, and support for Oracle and IBM Netezza SQL databases. Additionally, Telegraf now has improved migration tools to help users transition deprecated plugins and options to their migrated versions before they are removed in future releases.
Dec 13, 2023 621 words in the original blog post.
Home Assistant is an open-source home automation platform that allows users to automate various aspects of their homes. Node-RED is a visual tool for wiring the Internet of Things (IoT) devices, making it easy to create automations without extensive coding knowledge. Together, they enable users to control and monitor their smart home devices with ease. To use Home Assistant and Node-RED, users need to install them on a device such as a Raspberry Pi or Windows PC, set up devices, and then link the two platforms. InfluxDB is a time-series database that stores data from IoT devices, allowing for efficient analysis and visualization of sensor data. By installing InfluxDB in conjunction with Home Assistant and Node-RED, users can create powerful automations that store and analyze data from various smart home devices. With these three tools, users can automate their homes to optimize energy consumption, receive notifications, and enhance their overall living experience.
Dec 11, 2023 1,301 words in the original blog post.
Pandas DateTime is a powerful data type in the Pandas library that allows Python developers to efficiently work with date and time data. It provides various operations such as parsing strings into DateTime objects, formatting DateTime objects into strings, and performing arithmetic operations on DateTime data. By leveraging Pandas DateTime, developers can perform time series analysis, filter data by specific date ranges, calculate time differences, group and aggregate data by DateTime components, and format DateTime objects into custom strings for better visualization or exporting data. With its flexibility and efficiency, Pandas DateTime is a valuable tool for any Python project involving date and time data.
Dec 06, 2023 2,047 words in the original blog post.
Data lakehouses are a new architectural pattern that combines the scalability of a data lake with the performance and structure of a data warehouse, allowing organizations to store structured, semi-structured, and unstructured data in its raw form while providing tools for data governance, security, and query optimization. Data lakehouses offer nearly unlimited scale, separation of compute and storage, ACID transaction support, data governance and management features such as snapshots and time travel, fine-grained access control, and auditing. They provide real-time analytics capabilities, reduced costs by streamlining data management practices, simplified architecture and unified data management, and can be built using pre-built services or open source tools like Apache Spark and Presto. However, they also come with challenges such as implementation complexity, data governance and security, vendor lock-in, variable query performance, and the need for automated performance optimization and improved semantic layer capabilities.
Dec 01, 2023 1,608 words in the original blog post.