Using FLiP with InfluxDB for
Edge AI IoT at Scale
Tim Spann | Developer Advocate
+
streamnative.io
+
Tim Spann
Developer Advocate
Tim Spann, Developer Advocate at StreamNative
● FLiP(N) Stack = Flink, Pulsar and NiFI Stack
● Streaming Systems & Data Architecture Expert
● Experience:
○ 15+ years of experience with streaming technologies including Pulsar,
Flink, Spark, NiFi, Kafka, Big Data, Cloud, MXNet, IoT and more.
○ Today, he helps to grow the Pulsar community sharing rich technical
knowledge and experience at both global conferences and through
individual conversations.
streamnative.io
● Learn how to build an end-to-end streaming edge app
● How to pull messages from Pulsar topics and persists the
messages to InfluxDB
● Building a data stream for IoT with NiFi and InfluxDB
● Using Apache Flink + Apache Pulsar
● Using Apache Spark + Apache Pulsar
Agenda
+
streamnative.io
FLiP Stack Weekly
This week in Apache Flink, Apache Pulsar, Apache
NiFi, Apache Spark and open source friends.
https://bit.ly/32dAJft
+
streamnative.io
● Apache Flink
● Apache Pulsar
● Pulsar Functions
● StreamNative's Flink Connector for Pulsar
● Apache NiFi
● Apache Spark
● Python, Java, Golang
FLiP(N)(S) Stack
+
streamnative.io
Apache Pulsar is a Cloud-Native
Messaging and Event-Streaming Platform.
+
Unified Messaging Model
Simplify your data infrastructure and
enable new use cases with queuing and
streaming capabilities in one platform.
Multi-tenancy
Enable multiple user groups to share the
same cluster, either via access control, or
in entirely different namespaces.
Scalability
Decoupled data computing and storage
enable horizontal scaling to handle data
scale and management complexity.
Geo-replication
Support for multi-datacenter replication
with both asynchronous and
synchronous replication for built-in
disaster recovery.
Tiered storage
Enable historical data to be offloaded to
cloud-native storage and store event
streams for indefinite periods of time.
Pulsar Benefits
Top Pulsar Use Cases
#1 Message
Queuing
#2 Data
Streaming
✓ Not built for the cloud
✓ Single tenant systems
✓ Monolithic architecture couples compute with storage
✓ Lack of geo replication support
Messaging
Ideal for work queues that do not
require tasks to be performed in a
particular order—for example,
sending one email message to many
recipients.
RabbitMQ and Amazon SQS are
examples of popular queue-based
message systems.
Pulsar: Unified Messaging + Data Streaming
Messaging
Ideal for work queues that do not
require tasks to be performed in a
particular order—for example,
sending one email message to many
recipients.
RabbitMQ and Amazon SQS are
examples of popular queue-based
message systems.
Pulsar: Unified Messaging + Data Streaming
.. and Streaming
Works best in situations where the
order of messages is important—for
example, data ingestion.
Kafka and Amazon Kinesis are
examples of messaging systems that
use streaming semantics for
consuming messages.
Unified Messaging Model
Streaming
Messaging
Producer 1
Producer 2
Pulsar
Topic/Partition
m0
m1
m2
m3
m4
Consumer D-1
Consumer D-2
Consumer D-3
Subscription D
<
k
2
,
v
1
>
<
k
2
,
v
3
>
<k3
,v2
>
<
k
1
,
v
0
>
<
k
1
,
v
4
>
Key-Shared
Consumer C-1
Consumer C-2
Consumer C-3
Subscription C
m1
m2
m3
m4
m0
Shared
Failover
Consumer B-1
Consumer B-0
Subscription B
m1
m2
m3
m4
m0
In case of failure in
Consumer B-0
Consumer A-1
Consumer A-0
Subscription A
m1
m2
m3
m4
m0
Exclusive
X
+
streamnative.io
Use Cases
Multi-Tenant Data
Infrastructure
AdTech
Fraud Detection
Connected Car
IoT Analytics
Microservices Development
Pulsar Global Adoption
Adopted Pulsar to replace
Kafka in their DSP (Data
Streaming Platform).
● 1.5-2x lower in capex
cost
● 5-50x improvement in
latency
● 2-3x lower in opex due
Adopted Pulsar to power
their billing platform,
Midas, which processing
hundreds of billions of
financial transactions daily.
Adoption then expanded to
Tencent’s Federated
Learning Platform and
Tencent Gaming.
Applied Materials is one of
the biggest semiconductor
hardware and software
supplier in the industry.
They adopted Pulsar to
enable them to build a
message bus to tie all of
their data together. They
previously used Tibco.
Pulsar Adoption Use Cases
streamnative.io
Passionate and dedicated team.
Founded by the original developers of
Apache Pulsar.
StreamNative helps teams to capture,
manage, and leverage data using Pulsar’s
unified messaging and streaming
platform.
Founded By The Creators Of Apache Pulsar
Sijie Guo
ASF Member
Pulsar/BookKeeper PMC
Founder and CEO
Jia Zhai
Pulsar/BookKeeper PMC
Co-Founder
✓ Original creators of Apache
Pulsar & BookKeeper
✓ Operated the largest
Pulsar/BookKeeper cluster
✓ Data veterans with extensive
industry experience
Matteo Merli
ASF Member
Pulsar/BookKeeper PMC
CTO
Powered by Apache Pulsar, StreamNative provides a cloud-native,
real-time messaging and streaming platform to support multi-cloud and
hybrid cloud strategies.
StreamNative Cloud
Flink SQL
Cloud-Native
Apache Pulsar
● Serverless computing framework.
● Unbounded storage, multi-tiered
architecture, and tiered-storage.
● Streaming & Pub/Sub messaging
semantics.
● Multi-protocol support.
+
streamnative.io
Why Apache Pulsar?
Unified
Messaging
Platform
Guaranteed
Message
Delivery
Resiliency Infinite
Scalability
+
streamnative.io
Connectivity
• Functions - Lightweight Stream
Processing (Java, Python, Go)
• Connectors - Sources & Sinks (InfluxDB,
Kafka, S3, Kinesis, Lambda, …)
• Protocol Handlers - AoP (AMQP), KoP
(Kafka), MoP (MQTT)
• Processing Engines - Flink, Spark,
Presto/Trino via Pulsar SQL
• Data Offloaders - Tiered Storage - (S3)
hub.streamnative.io
+
Use Cases
● Unified Messaging Platform
● AdTech
● Fraud Detection
● Connected Car
● IoT Analytics
● Microservices Development
+
<-> Sensors <->
Streaming Edge Apps
StreamNative Hub
StreamNative Cloud
Unified Batch and Stream COMPUTING
Batch
(Batch + Stream)
Unified Batch and Stream STORAGE
Offload
(Queuing + Streaming)
Tiered Storage
Pulsar
---
KoP
---
MoP
---
Websocket
Pulsar
Sink
Streaming
Edge Gateway
Protocols
<-> Sensors <->
Apps
+
StreamNative Hub
StreamNative Cloud
Unified Batch and Stream COMPUTING
Batch
(Batch + Stream)
Unified Batch and Stream STORAGE
Offload
(Queuing + Streaming)
Apache Flink - Apache Pulsar - Apache NiFi <-> Devices <-> influxdb
Tiered Storage
Pulsar
---
KoP
---
MoP
---
Websocket
---
HTTP
Pulsar
Sink
Pulsar
Sink
Streaming
Edge Gateway
Protocols
End-to-End Streaming Edge App
+
Why
+
Analytics
+
Easy Visualization
+
Analytics
+
Analytics
+
streamnative.io
Apache Pulsar InfluxDB Sink
https://pulsar.apache.org/docs/en/io-influxdb-sink/
+
streamnative.io
Apache Pulsar InfluxDB Sink
pulsar-admin sinks create --archive
./connectors/pulsar-io-influxdb-2.9.1.nar
--name inflx-jtsn
--sink-config-file conf/influxcloud.yml
--inputs jtsninflx
pulsar-admin sinks get --name inflx-jtsn
pulsar-admin sinks status --name inflx-jtsn
+
streamnative.io
Apache Pulsar InfluxDB Sink
+
streamnative.io
InfluxDB Telegraf MQTT
https://www.influxdata.com/integration/mqtt-monitoring/
https:/
/github.com/streamnative/mop
MQTT on Pulsar (MoP)
+
streamnative.io
InfluxDB Telegraf MQTT
https://www.influxdata.com/integration/mqtt-monitoring/
+
streamnative.io
InfluxDB Telegraf MQTT
https://www.influxdata.com/integration/mqtt-monitoring/
+
streamnative.io
InfluxDB Telegraf MQTT
https://www.influxdata.com/integration/mqtt-monitoring/
+
streamnative.io
InfluxDB Telegraf RabbitMQ
https://www.influxdata.com/integration/mqtt-monitoring/
+
https://www.influxdata.com/integration/mqtt-monitoring/
https:/
/github.com/streamnative/aop
AMQP on Pulsar (AoP)
https:/
/hub.streamnative.io/connectors/amqp-1-0-sink/v2.7.1.1
https:/
/hub.streamnative.io/connectors/amqp-1-0-source/v2.7.1.1
streamnative.io
Why Apache NiFi?
https://www.influxdata.com/integration/mqtt-monitoring/
+
https://www.influxdata.com/integration/mqtt-monitoring/
• Guaranteed delivery
• Data buffering
- Backpressure
- Pressure release
• Prioritized queuing
• Flow specific QoS
- Latency vs. throughput
- Loss tolerance
• Data provenance
• Supports push and pull
models
• Hundreds of processors
• Visual command and
control
• Over a 300 sources
• Flow templates
• Pluggable/multi-role
security
• Designed for extension
• Clustering
• Version Control
streamnative.io
Apache NiFi Pulsar Connector
https://github.com/david-streamlio/pulsar-nifi-bundle
+
streamnative.io
Apache NiFi Pulsar Connector
streamnative.io
Apache NiFi Pulsar Connector
+
streamnative.io
Apache NiFi Pulsar Connector
+
streamnative.io
InfluxDB via Apache NiFi
+
https://github.com/influxdata/nifi-influxdb-bundle
https://www.influxdata.com/blog/building-a-data-stream-for-iot-with-nifi-and-influxdb/
streamnative.io
● Unified computing engine
● Batch processing is a special case of stream processing
● Stateful processing
● Massive Scalability
● Flink SQL for queries, inserts against Pulsar Topics
● Streaming Analytics
● Continuous SQL
● Continuous ETL
● Complex Event Processing
● Standard SQL Powered by Apache Calcite
Why Apache Flink?
+
streamnative.io
https://flink.apache.org/2019/05/03/pulsar-flink.html
https://github.com/streamnative/pulsar-flink
https://streamnative.io/en/blog/release/2021-04-20-flink-sql-on-st
reamnative-cloud
Flink + Pulsar
+
streamnative.io
Apache NiFi
+
streamnative.io
Apache Pulsar
streamnative.io
StreamNative Cloud
+
streamnative.io
StreamNative Cloud
+
streamnative.io
StreamNative Cloud
+
streamnative.io
StreamNative Cloud
+
streamnative.io
StreamNative Flink SQL
streamnative.io
StreamNative Flink SQL
+
streamnative.io
StreamNative Flink SQL
+
streamnative.io
StreamNative Flink SQL
+
streamnative.io
Influx Data Explorer
+
streamnative.io
Influx Data Explorer
+
streamnative.io
Web Socket Visualization
● https://github.com/tspannhw/FLiP-InfluxDB
● https://pulsar.apache.org/docs/en/io-influxdb-sink/
● https://pulsar.apache.org/docs/en/io-overview/
● https://github.com/tspannhw/Flip-solr
● https://github.com/tspannhw/Flip-transit
● https://github.com/tspannhw/Flip-iot
● https://www.datainmotion.dev/2020/10/flank-strea
ming-edgeai-on-new-nvidia.html
● https://github.com/tspannhw/minifi-jetson-nano
● https://github.com/tspannhw/SpeakerProfile/
● https://hub.streamnative.io/connectors/influxdb-sin
k/2.5.1/
● https://github.com/tspannhw/minifi-xaviernx/
Resources
Now Available
On-Demand
Pulsar Training
Academy.StreamNative
Live 3-day
Developers Training Save Your Spot!
Free ebook
Pulsar in Action Read it now
Let’s Keep
in Touch!
Timothy Spann
Developer Advocate
@PaasDev
https://www.linkedin.com/in/timothyspann
https://github.com/tspannhw
+
Questions?

More Related Content

PDF
Using the flipn stack for edge ai (flink, nifi, pulsar)
PDF
fluentd -- the missing log collector
PDF
Spark summit-east-dowling-feb2017-full
PDF
ApacheCon 2021 - Apache NiFi Deep Dive 300
PDF
Data science online camp using the flipn stack for edge ai (flink, nifi, pu...
PDF
ApacheCon 2021: Apache NiFi 101- introduction and best practices
PDF
StreamNative FLiP into scylladb - scylla summit 2022
PDF
Cloud lunch and learn real-time streaming in azure
Using the flipn stack for edge ai (flink, nifi, pulsar)
fluentd -- the missing log collector
Spark summit-east-dowling-feb2017-full
ApacheCon 2021 - Apache NiFi Deep Dive 300
Data science online camp using the flipn stack for edge ai (flink, nifi, pu...
ApacheCon 2021: Apache NiFi 101- introduction and best practices
StreamNative FLiP into scylladb - scylla summit 2022
Cloud lunch and learn real-time streaming in azure

What's hot (20)

PDF
ApacheCon 2021 Apache Deep Learning 302
PDF
Python web conference 2022 apache pulsar development 101 with python (f li-...
PDF
FLiP Into Trino
PDF
DBCC 2021 - FLiP Stack for Cloud Data Lakes
PPTX
Data Ingestion At Scale (CNECCS 2017)
PDF
Music city data Hail Hydrate! from stream to lake
PDF
ApacheCon 2021: Cracking the nut with Apache Pulsar (FLiP)
PDF
Using the FLiPN stack for edge ai (flink, nifi, pulsar)
PDF
PortoTechHub - Hail Hydrate! From Stream to Lake with Apache Pulsar and Friends
PDF
Api world apache nifi 101
PDF
Live Demo Jam Expands: The Leading-Edge Streaming Data Platform with NiFi, Ka...
PDF
Codeless pipelines with pulsar and flink
PDF
Cracking the nut, solving edge ai with apache tools and frameworks
PPTX
Spark optimization
PDF
Osacon 2021 hello hydrate! from stream to clickhouse with apache pulsar and...
PDF
Learning the basics of Apache NiFi for iot OSS Europe 2020
PPTX
Matt Franklin - Apache Software (Geekfest)
PDF
Using the FLaNK Stack for edge ai (flink, nifi, kafka, kudu)
PDF
[March sn meetup] apache pulsar + apache nifi for cloud data lake
PDF
Real time stock processing with apache nifi, apache flink and apache kafka
ApacheCon 2021 Apache Deep Learning 302
Python web conference 2022 apache pulsar development 101 with python (f li-...
FLiP Into Trino
DBCC 2021 - FLiP Stack for Cloud Data Lakes
Data Ingestion At Scale (CNECCS 2017)
Music city data Hail Hydrate! from stream to lake
ApacheCon 2021: Cracking the nut with Apache Pulsar (FLiP)
Using the FLiPN stack for edge ai (flink, nifi, pulsar)
PortoTechHub - Hail Hydrate! From Stream to Lake with Apache Pulsar and Friends
Api world apache nifi 101
Live Demo Jam Expands: The Leading-Edge Streaming Data Platform with NiFi, Ka...
Codeless pipelines with pulsar and flink
Cracking the nut, solving edge ai with apache tools and frameworks
Spark optimization
Osacon 2021 hello hydrate! from stream to clickhouse with apache pulsar and...
Learning the basics of Apache NiFi for iot OSS Europe 2020
Matt Franklin - Apache Software (Geekfest)
Using the FLaNK Stack for edge ai (flink, nifi, kafka, kudu)
[March sn meetup] apache pulsar + apache nifi for cloud data lake
Real time stock processing with apache nifi, apache flink and apache kafka
Ad

Similar to Using FLiP with influxdb for edgeai iot at scale 2022 (20)

PDF
(Current22) Let's Monitor The Conditions at the Conference
PDF
Let’s Monitor Conditions at the Conference With Timothy Spann & David Kjerrum...
PDF
Designing Event-Driven Applications with Apache NiFi, Apache Flink, Apache Sp...
PDF
Big mountain data and dev conference apache pulsar with mqtt for edge compu...
PDF
Using the FLiPN Stack for Edge AI (Flink, NiFi, Pulsar)
PDF
Apache Pulsar Development 101 with Python
PPTX
Building an Event Streaming Architecture with Apache Pulsar
PDF
Big data conference europe real-time streaming in any and all clouds, hybri...
PDF
Ai dev world utilizing apache pulsar, apache ni fi and minifi for edgeai io...
PDF
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
PDF
[AerospikeRoadshow] Apache Pulsar Unifies Streaming and Messaging for Real-Ti...
PDF
bigdata 2022_ FLiP Into Pulsar Apps
PDF
Timothy Spann: Apache Pulsar for ML
PDF
MLconf 2022 NYC Event-Driven Machine Learning at Scale.pdf
PDF
NYC Dec 2022 Meetup_ Building Real-Time Requires a Team
PDF
Deep Dive into Building Streaming Applications with Apache Pulsar
PDF
Open Source Bristol 30 March 2022
PDF
Devfest uk & ireland using apache nifi with apache pulsar for fast data on-r...
PDF
Machine Intelligence Guild_ Build ML Enhanced Event Streaming Applications wi...
PDF
Automation + dev ops summit hail hydrate! from stream to lake
(Current22) Let's Monitor The Conditions at the Conference
Let’s Monitor Conditions at the Conference With Timothy Spann & David Kjerrum...
Designing Event-Driven Applications with Apache NiFi, Apache Flink, Apache Sp...
Big mountain data and dev conference apache pulsar with mqtt for edge compu...
Using the FLiPN Stack for Edge AI (Flink, NiFi, Pulsar)
Apache Pulsar Development 101 with Python
Building an Event Streaming Architecture with Apache Pulsar
Big data conference europe real-time streaming in any and all clouds, hybri...
Ai dev world utilizing apache pulsar, apache ni fi and minifi for edgeai io...
Scenic City Summit (2021): Real-Time Streaming in any and all clouds, hybrid...
[AerospikeRoadshow] Apache Pulsar Unifies Streaming and Messaging for Real-Ti...
bigdata 2022_ FLiP Into Pulsar Apps
Timothy Spann: Apache Pulsar for ML
MLconf 2022 NYC Event-Driven Machine Learning at Scale.pdf
NYC Dec 2022 Meetup_ Building Real-Time Requires a Team
Deep Dive into Building Streaming Applications with Apache Pulsar
Open Source Bristol 30 March 2022
Devfest uk & ireland using apache nifi with apache pulsar for fast data on-r...
Machine Intelligence Guild_ Build ML Enhanced Event Streaming Applications wi...
Automation + dev ops summit hail hydrate! from stream to lake
Ad

More from Timothy Spann (20)

PDF
14May2025_TSPANN_FromAirQualityUnstructuredData.pdf
PDF
Streaming AI Pipelines with Apache NiFi and Snowflake NYC 2025
PDF
2025-03-03-Philly-AAAI-GoodData-Build Secure RAG Apps With Open LLM
PDF
Conf42_IoT_Dec2024_Building IoT Applications With Open Source
PDF
2024 Dec 05 - PyData Global - Tutorial Its In The Air Tonight
PDF
2024Nov20-BigDataEU-RealTimeAIWithOpenSource
PDF
TSPANN-2024-Nov-CloudX-Adding Generative AI to Real-Time Streaming Pipelines
PDF
2024-Nov-BuildStuff-Adding Generative AI to Real-Time Streaming Pipelines
PDF
14 November 2024 - Conf 42 - Prompt Engineering - Codeless Generative AI Pipe...
PDF
2024 Nov 05 - Linux Foundation TAC TALK With Milvus
PPTX
tspann06-NOV-2024_AI-Alliance_NYC_ intro to Data Prep Kit and Open Source RAG
PDF
tspann08-Nov-2024_PyDataNYC_Unstructured Data Processing with a Raspberry Pi ...
PDF
2024-10-28 All Things Open - Advanced Retrieval Augmented Generation (RAG) Te...
PDF
10-25-2024_BITS_NYC_Unstructured Data and LLM_ What, Why and How
PDF
2024-OCT-23 NYC Meetup - Unstructured Data Meetup - Unstructured Halloween
PDF
DBTA Round Table with Zilliz and Airbyte - Unstructured Data Engineering
PDF
17-October-2024 NYC AI Camp - Step-by-Step RAG 101
PDF
11-OCT-2024_AI_101_CryptoOracle_UnstructuredData
PDF
2024-10-04 - Grace Hopper Celebration Open Source Day - Stefan
PDF
01-Oct-2024_PES-VectorDatabasesAndAI.pdf
14May2025_TSPANN_FromAirQualityUnstructuredData.pdf
Streaming AI Pipelines with Apache NiFi and Snowflake NYC 2025
2025-03-03-Philly-AAAI-GoodData-Build Secure RAG Apps With Open LLM
Conf42_IoT_Dec2024_Building IoT Applications With Open Source
2024 Dec 05 - PyData Global - Tutorial Its In The Air Tonight
2024Nov20-BigDataEU-RealTimeAIWithOpenSource
TSPANN-2024-Nov-CloudX-Adding Generative AI to Real-Time Streaming Pipelines
2024-Nov-BuildStuff-Adding Generative AI to Real-Time Streaming Pipelines
14 November 2024 - Conf 42 - Prompt Engineering - Codeless Generative AI Pipe...
2024 Nov 05 - Linux Foundation TAC TALK With Milvus
tspann06-NOV-2024_AI-Alliance_NYC_ intro to Data Prep Kit and Open Source RAG
tspann08-Nov-2024_PyDataNYC_Unstructured Data Processing with a Raspberry Pi ...
2024-10-28 All Things Open - Advanced Retrieval Augmented Generation (RAG) Te...
10-25-2024_BITS_NYC_Unstructured Data and LLM_ What, Why and How
2024-OCT-23 NYC Meetup - Unstructured Data Meetup - Unstructured Halloween
DBTA Round Table with Zilliz and Airbyte - Unstructured Data Engineering
17-October-2024 NYC AI Camp - Step-by-Step RAG 101
11-OCT-2024_AI_101_CryptoOracle_UnstructuredData
2024-10-04 - Grace Hopper Celebration Open Source Day - Stefan
01-Oct-2024_PES-VectorDatabasesAndAI.pdf

Recently uploaded (20)

PPTX
Lesson-3-Operation-System-Support.pptx-I
PDF
What Makes a Great Data Visualization Consulting Service.pdf
PDF
Building an Inclusive Web Accessibility Made Simple with Accessibility Analyzer
PPTX
HackYourBrain__UtrechtJUG__11092025.pptx
PDF
Odoo Construction Management System by CandidRoot
PDF
Mobile App Backend Development with WordPress REST API: The Complete eBook
PPTX
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
PDF
Multiverse AI Review 2025_ The Ultimate All-in-One AI Platform.pdf
PPTX
Presentation - Summer Internship at Samatrix.io_template_2.pptx
PDF
Sanket Mhaiskar Resume - Senior Software Engineer (Backend, AI)
PPTX
Human-Computer Interaction for Lecture 1
PPTX
Comprehensive Guide to Digital Image Processing Concepts and Applications
PPT
3.Software Design for software engineering
PPTX
Why 2025 Is the Best Year to Hire Software Developers in India
PPTX
MCP empowers AI Agents from Zero to Production
PDF
Coding with GPT-5- What’s New in GPT 5 That Benefits Developers.pdf
PPTX
Human-Computer Interaction for Lecture 2
PDF
Mobile App for Guard Tour and Reporting.pdf
PDF
infoteam HELLAS company profile 2025 presentation
PPTX
WJQSJXNAZJVCVSAXJHBZKSJXKJKXJSBHJBJEHHJB
Lesson-3-Operation-System-Support.pptx-I
What Makes a Great Data Visualization Consulting Service.pdf
Building an Inclusive Web Accessibility Made Simple with Accessibility Analyzer
HackYourBrain__UtrechtJUG__11092025.pptx
Odoo Construction Management System by CandidRoot
Mobile App Backend Development with WordPress REST API: The Complete eBook
DevOpsDays Halifax 2025 - Building 10x Organizations Using Modern Productivit...
Multiverse AI Review 2025_ The Ultimate All-in-One AI Platform.pdf
Presentation - Summer Internship at Samatrix.io_template_2.pptx
Sanket Mhaiskar Resume - Senior Software Engineer (Backend, AI)
Human-Computer Interaction for Lecture 1
Comprehensive Guide to Digital Image Processing Concepts and Applications
3.Software Design for software engineering
Why 2025 Is the Best Year to Hire Software Developers in India
MCP empowers AI Agents from Zero to Production
Coding with GPT-5- What’s New in GPT 5 That Benefits Developers.pdf
Human-Computer Interaction for Lecture 2
Mobile App for Guard Tour and Reporting.pdf
infoteam HELLAS company profile 2025 presentation
WJQSJXNAZJVCVSAXJHBZKSJXKJKXJSBHJBJEHHJB

Using FLiP with influxdb for edgeai iot at scale 2022