OpenTelemetry (OTel) is an open-source, vendor-neutral observability framework for cloud-native software. Rather than tying an application to a single monitoring vendor, it defines a common way to generate, collect, and export telemetry across three signal types: metrics, traces, and logs; commonly called the three pillars of observability. Metrics are numeric measurements sampled over time, such […]
Search Results for: kafka
Pushing Time Series Data to GridDB Cloud’s Time Series Containers with Kafka HTTP Sink
In a previous article, we showcased how one could pair GridDB Cloud’s free infrastructure with Kafka using a custom Single Message Transform and some SSL certs/rules; you can read that article here: Pushing Data to GridDB Cloud with Kafka HTTP Sink Connector. In this article, we will expand on those efforts and add timestamp data […]
Pushing Data to GridDB Cloud with Kafka HTTP Sink Connector
As we have discussed before, Kafka is an invaluable tool when dealing with certain IoT workloads. Kafka can guarantee a robust pipeline of streaming your sensor data into almost anywhere due to its high flexibility and various connectors. And indeed, we have previously written articles about using GridDB’s official Kafka Source & Sink connectors to […]
Using Kafka with GridDB’s Time Series Containers
In today’s article we will be discussing Kafka in conjunction with GridDB, which we have done before: Stream Data with GridDB and Kafka Using GridDB as a source for Kafka with JDBC Using SQL Batch Inserts with GridDB v5.5, JDBC, and Kafka Udemy course: Create a working IoT Project – Apache Kafka, Python, GridDB We […]
Create a Working IoT Project with Kafka, Python, and GridDB
Using SQL Batch Inserts with GridDB v5.5, JDBC, and Kafka
With the release of GridDB v5.5, GridDB has added SQL batch inserts. This release is great for many reasons, but a very clear benefit is being able to hook up a generic Kafka JDBC connector with GridDB out of the box. Prior to this release, we could only insert one Kafka message at a time, […]
Stream Data with GridDB and Kafka
Apache Kafka is a tool which allows for “real-time processing of record streams”. What this means is that you can send real-time data from your sensors or various other pieces of tools directly into something else, and in this case, directly into GridDB. You can also do the opposite: you can stream data from your […]
Using Kafka With GridDB
Introduction Today’s applications and IoT devices are generating a lot of big data. Most of this data is unstructured in nature. For a very long time, relational database management systems have been used to store structured data. These database management systems organize data into tables, which are rows and columns. However, unstructured data cannot be […]
Using GridDB as a source for Kafka with JDBC
Last year we released a guide/tutorial on how to ingest data using GridDB and Kafka. In that guide, we walked developers through the process of feeding data from a CSV, into the console producer, through Kafka and then through the GridDB JDBC Sink through to GridDB itself. For this blog, because of the new update […]
Industrial Internet of Things Reference Architecture with GridDB, Kafka, Jupyter Notebook & Grafana
Using Kafka Connect’s JDBC Sink to Write IoT sensor data to GridDB
In this tutorial we will explain how to write data from the Casas Dataset using Kafka to GridDB using a Kafka Connect JDBC Sink. Get Started With GridDB and JDBC Talk about new JDBC support, how to configure it, sample, etc. Install and Start Kafka Get Kafka running via docker, confluent platform, or use vanilla […]
Tutorial: Ingesting Data with Kafka and GridDB’s JDBC Interface
In this tutorial we feed the CASAS Dataset through Kafka and into GridDB with a Kafka Connect Sink that uses GridDB’s new JDBC interface. The raw TSV data will be converted into JSON with Gawk and then fed into Kafka with a Console Producer. Then the GridDB JDBC Sink will read the data and write […]
Azure Connected Services with GridDB Cloud
With GridDB Cloud now having the ability to connect to your code through what is known as non-webapi, aka through its native NoSQL interface (Java, Python, etc), we can now explore connecting to various Azure Services through the virtual network peering. Because our GridDB Cloud instance is connected to anything connected to our Virtual Network […]
Download
Servers Connectors GridDB is optimized for IoT data with its blazingly fast ingestion rate.Feel the speed, download GridDB today! GridDB CE (v5.9) (RockyLinux 9.4) GridDB CE (v5.9) (Ubuntu 22.04) Various connectors are available Products Version Platforms Download URL Source from GitHub GridDB C Client v5.9.0 Linux, Windows RPM (Rocky Linux) .deb (Ubuntu) .msi (Windows) Source […]
Realtime Event Tracking using Spring Boot and GridDB
Definition of Event Tracking Service In today’s digital landscape, tracking and analyzing user events is crucial for gaining insights into user behavior, optimizing performance, and delivering a personalized user experience. An event is any interaction occurring on a website or mobile app that is triggered by a user’s action. This includes a whole bunch of […]