SlideShare a Scribd company logo
©	Dean	Wampler	&	Lightbend,	2018
lightbend.com/fast-data-platform
2nd edition coming in October!
Based on
this report
What We’ll Discuss
• Why streaming? Why now?
• How should I choose technologies?
• How will this impact the rest of my
organization?
What We’ll Discuss
Why Streaming?
Why Streaming?
• New opportunities that require
streaming
• Upgrading batch applications for
competitive advantage
Real-time marketing
based on behavior,
location, inventory
levels, product
promotions, etc.
Real-time
Personalization
Drive better business
outcomes through real-
time risk, fraud
detection, compliance,
audit, governance, etc.
Real-time Financial
Processes
Predictive Analytics
Apply ML models to
large volumes of device
data to pre-empt failures
/ outages
More at: https://www.lightbend.com/customers
Fast Data Use Cases
Real-time consumer
and industrial Device
and Supply Chain
management at scale
IoT
Similar IoT
Architectures
• ML models applied to device telemetry to
detect anomalies
• Preemptive maintenance prevents
potential failures that would impact users
Predictive Analytics
Predictive Analytics - Core Idea
Anomaly
Detection:
Model
Anomaly
Handler
Telemetry
Records
Probable
Anomalies
Corrective
Actions
Ingest	telemetry	from	
edge	devices.
Train	models	to	look	for	
anomalies…	and	score	
incoming	telemetry.
Handle	anomaly:	move	
activity	off	component,	
schedule	maintenance	
window	to	replace	it.
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Example
Architecture
Session	management,	
RESTful	microservices Model	
Scoring
Model	
Training
Three	groups	of	functionality
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Ingest	device	
telemetry	to	Kafka
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Example
Architecture
Read	telemetry	into	a	
periodic	Spark	job	for	
model	training	to	detect	
anomalies
Large	data	volume,	
Long	latency	(seconds-days)
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Updated	model	
parameters	are	written	
back	to	Kafka	in	a	new	
topic
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Updated	model	
parameters	are	also	
written	to	longer-term	
storage	(e.g.,	for	system	
restarts)
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
a)	Ingest	model	parameters	to	
update	model	in	the	low-latency	
microservices	for	model	serving
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
b)	Ingest	the	telemetry	data	to	
score	it,	looking	for	anomalies
Small	data	volume,	
Low	latency	(milliseconds-…)	
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Write	the	detected	anomalies	
back	to	Kafka	in	a	new	topic
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices Read	anomaly	
information	into	
microservices	that	
manage	the	devices	
remotely
Example
Architecture
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Take	corrective	action,	e.g.,	
upload	more	information,	
download	patches,	control-
alt-delete,	…
Example
Architecture
• Network overhead for telemetry ingestion
too high?
• Model serving latency too long?
• Datacenter unavailable?
Challenges
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka9a	Streams
Akka	Streams
…
Persistence
Ka9a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
• Idea: Serve models on
the device!
Internet of Things
• Real-time consumer and industrial device
and supply chain management at scale
Datacenter
Mini-batch,	Batch
Spark
Low	Latency
Microservices
Ka:a	Streams
Akka	Streams
…
Persistence
Ka:a
Sessions
Streams
Storage
Telemetry1
Model
Training
2
Model
Storage
3
Data Pipeline:
Model Serving
4
Ingest Scores5
Corrective
Action
6
Spark
Microservice
Microservice
Microservice
Device	Session
Microservices
Example
Architecture
What	we	just	discussed…
Datacenter
Mini-batch,	Batch
Spark
Persistence
Ka6a
Telemetry1
Model
Training
2
Model
Storage
3
Ingest Model4
Push
Model
5
Spark
Microservice
Microservice
Microservice
Device	Session
MicroservicesCorrective
Action
6
Sessions
Streams
Storage
Scoring	
MicroserviceScoring	
MicroserviceScoring	
Microservice
Edge Scoring Example
Architecture
Alternative:	model	serving	on	the	edge	device
Datacenter
Mini-batch,	Batch
Spark
Persistence
Ka6a
Telemetry1
Model
Training
2
Model
Storage
3
Ingest Model4
Push
Model
5
Spark
Microservice
Microservice
Microservice
Device	Session
MicroservicesCorrective
Action
6
Sessions
Streams
Storage
Scoring	
MicroserviceScoring	
MicroserviceScoring	
Microservice
Edge Scoring Example
Architecture
Scoring	microservices	now	
on	the	edge	devices,	so	the	
device	session	microservices	
(in	the	datacenter)	now	
ingest	model	updates…
Datacenter
Mini-batch,	Batch
Spark
Persistence
Ka6a
Telemetry1
Model
Training
2
Model
Storage
3
Ingest Model4
Push
Model
5
Spark
Microservice
Microservice
Microservice
Device	Session
MicroservicesCorrective
Action
6
Sessions
Streams
Storage
Scoring	
MicroserviceScoring	
MicroserviceScoring	
Microservice
Edge Scoring Example
Architecture
Model	updates	are	pushed	
to	the	devices
Datacenter
Mini-batch,	Batch
Spark
Persistence
Ka6a
Telemetry1
Model
Training
2
Model
Storage
3
Ingest Model4
Push
Model
5
Spark
Microservice
Microservice
Microservice
Device	Session
MicroservicesCorrective
Action
6
Sessions
Streams
Storage
Scoring	
MicroserviceScoring	
MicroserviceScoring	
Microservice
Edge Scoring Example
Architecture
Serving	is	now	done	locally
Datacenter
Mini-batch,	Batch
Spark
Persistence
Ka6a
Telemetry1
Model
Training
2
Model
Storage
3
Ingest Model4
Push
Model
5
Spark
Microservice
Microservice
Microservice
Device	Session
MicroservicesCorrective
Action
6
Sessions
Streams
Storage
Scoring	
MicroserviceScoring	
MicroserviceScoring	
Microservice
Edge Scoring Example
Architecture
When	anomalies	are	
detected,	corrective	actions	
are	coordinated	with	the	
session	microservices
In	this	scenario,	there	will	
be	other	uses	of	ML,	such	
as	serving	coupons	to	
customers,	making	
recommendations,	etc.
Datacenter
Mini-batch,	Batch
Spark
Persistence
Ka6a
Telemetry1
Model
Training
2
Model
Storage
3
Ingest Model4
Push
Model
5
Spark
Microservice
Microservice
Microservice
Device	Session
MicroservicesCorrective
Action
6
Sessions
Streams
Storage
Scoring	
MicroserviceScoring	
MicroserviceScoring	
Microservice
Edge Scoring Example
Architecture
Latency	of	telemetry	ingest	
can	be	much	longer	now,	as	
it’s	only	used	for	model	
training
Technology Choices
Technology Choices
• More than “faster” Hadoop…
• New architectures that merge data
processing with microservices
Recall Hadoop…
• Data warehouse replacement
• Historical analysis
• Interactive exploration
• Offline training of machine learning
models
• …
YARN
HDFS
MapReduce	jobs
Spark	jobs
…
Flume Sqoop
DBs
Worker	#1
DiskDiskDiskDiskDisk
Node	
Manager
Data	Node
Master
Resource	
Manager
Name	Node
…#2
Logs
YARN
HDFS
MapReduce	jobs
Spark	jobs
…
Flume Sqoop
DBs
Worker	#1
DiskDiskDiskDiskDisk
Node	
Manager
Data	Node
Master
Resource	
Manager
Name	Node
…#2
Logs
Storage
Compute
YARN
HDFS
MapReduce	jobs
Spark	jobs
…
Flume Sqoop
DBs
Worker	#1
DiskDiskDiskDiskDisk
Node	
Manager
Data	Node
Master
Resource	
Manager
Name	Node
…#2
Logs
• Hadoop is ideal for batch and
interactive apps
• … but also constrained by that model
New Fast Data
Architecture
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Flesh	out	earlier	
example	architectures
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
While YARN can
be used, it’s not
flexible enough
for today’s
dynamic
workloads
Kubernetes and Mesos
provide the job and
resource management
needed for dynamic,
heterogenous work loads
Deploy in the
cloud or on
premise
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
“Events” - e.g., REST
messages, sessions,
alerts, …
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
“Events” - e.g., REST
messages, sessions,
alerts, …
“Streams” - one-way
data flows, e.g., sockets
or files, including logs,
metrics, other
telemetry, click
streams, etc.
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Each	has	different	volumes,	velocities,	latency	
characteristics,	protocols,	etc.
“Events” - e.g., REST
messages, sessions,
alerts, …
“Streams” - one-way
data flows, e.g., server
logs, telemetry, click
streams, …
“Storage” - JDBC, async
reads/writes to storage
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Kafka deployed as a
cluster of “Brokers”
for scalability,
resiliency.
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Data backplane - like
Enterprise Service
Bus (ESB), but
without the flaws…
Why Kafka?
Organized into
topics
Ka#a
Partition 1
Partition 2
Topic A
Partition 1Topic B
Topics are partitioned,
replicated, and
distributed
Why Kafka?Logs, not
queues
Unlike queues, consumers
don’t delete entries; Kafka
manages their lifecycles
M Producers
N Consumers,
who start
reading where
they want
Consumer
1
(at offset 14)
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Partition 1Topic B
Producer
1 Producer
2
Consumer
2
(at offset 10)
writes
reads
Consumer
3
(at offset 6)
earliest latest
Using Kafka
Service 1
Log &
Other Files
Internet
Services
Service 2
Service 3
Services
Services
N * M links ConsumersProducers
Before:
Service 1
Log &
Other Files
Internet
Services
Service 2
Service 3
Services
Services
N + M links ConsumersProducers
After:
Messy and fragile;
what if “Service 1”
goes down?
Simpler and more
robust! Loss of Service
1 means no data loss.
X X
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Lots	of	streaming	engine	options…	too	many.
• Latency? How low?
• Volume: How high?
• Which kinds of data processing?
• How do you want to build, deploy, and
manage these services?
How do you choose?
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Run as
distributed
services
You submit jobs,
they are
partitioned into
tasks
The	streaming	engines	
form	two	groups:
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Libraries you
embed in your
microservices
The	streaming	engines	
form	two	groups:
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
New, low-latency
Structured
Streaming
Older mini-batch
streaming
Full batch
support (replaced
MapReduce)Rich	SQL	and	Machine	
Learning	options.
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Richer	streaming	
semantics,	more	
mature	low-latency	
support
Low latency
Spark alternative.
Also uses services
to partition the
data and tasks
across a cluster
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Part of the rich
Akka ecosystem
for general
microservices
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Kafka-centric
library for
common data
processing tasks
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
f
Standard APIs
allow almost any
storage you want
Kubernetes, Mesos, YARN, …
Cloud or on-premise
Files
Sockets
REST
Mini-batch
Spark
Batch
Spark
…
Low Latency
Flink
Ka4a	Streams
Akka	Streams
Persistence
S3,	…
HDFS
DiskDiskDisk
SQL/
NoSQL
Search
KaEa Cluster
Ka4a
Microservices
Reac@ve	PlaCorm
Go Node.js …
Spark	
Events
Streams
Storage
Use your regular
microservice
tools…
… but why are
microservices in
this diagram??
1.The trend is to run everything in big
clusters using Kubernetes or Mesos
• In the cloud or on-premise
Why Microservices in Fast Data?
2.If streaming gives you information
faster…
• … you’ll want quick access to it in your
other services!
Why Microservices in Fast Data?
3.Streaming raises the bar on data services
• Compared to batch services, long-running
streaming services must be more:
• Scalable
• Resilient
• Flexible
Why Microservices in Fast Data?
https://www.reactivemanifesto.org/
FORM
MEANS
VALUE
Responsive
Resilient
Message Driven
Elastic
4.This leads to our last major point…
Why Microservices in Fast Data?
Organizational Impact
Organizational Impact
• Data scientists have to understand
production issues
• Data engineers have to become good
at highly-available microservices
• Microservice engineers have to
become good at data
Some overlap in concerns, architecture
Big DataServices
The Past
Much more overlap
The Present
Microservices
& Fast Data
Much more microservice focused?
The Future?
Microservices
for Fast Data
Why?	Since	streams	
process	data	
incrementally,	there	is	
less	need	for	large-scale	
tools	like	Spark,	Flink
…	and	using	
microservices	for	
everything	simplifies	
development	and	
operations
Whatever	tool	choices	
we	make,	they	have	to	
integrate	with	the	data	
science	workflows	we	
love.
Lightbend
Fast Data Platform
lightbend.com/fast-data-platform
lightbend.com/fast-data-platform
lightbend.com/fast-data-platform
What	we	
discussed
lightbend.com/fast-data-platform
Plus	
management	&	
monitoring	tools
Dean Wampler, Ph.D.
dean@lightbend.com
@deanwampler
polyglotprogramming.com/talks
lightbend.com/fast-data-platform
©	Dean	Wampler	&	Lightbend,	2018

More Related Content

What's hot

Gartner event mesh solace - phil scanlon - gold coast
Gartner event mesh   solace - phil scanlon - gold coastGartner event mesh   solace - phil scanlon - gold coast
Gartner event mesh solace - phil scanlon - gold coast
Phil Scanlon
 
Democratizing Observability
Democratizing ObservabilityDemocratizing Observability
Democratizing Observability
denise stockman
 
Corporate-Overview-Slides
Corporate-Overview-SlidesCorporate-Overview-Slides
Corporate-Overview-Slides
RISC Networks
 
Five Steps to DevOps Success - Avoiding the High Cost of Downtime
Five Steps to DevOps Success - Avoiding the High Cost of DowntimeFive Steps to DevOps Success - Avoiding the High Cost of Downtime
Five Steps to DevOps Success - Avoiding the High Cost of Downtime
Anand Akela
 
Confluent x imply: Build the last mile to value for data streaming applications
Confluent x imply:  Build the last mile to value for data streaming applicationsConfluent x imply:  Build the last mile to value for data streaming applications
Confluent x imply: Build the last mile to value for data streaming applications
confluent
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
RightScale
 
Keynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic ObservabilityKeynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic Observability
Elasticsearch
 
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
Risc and velostrata  2 28 2018 lessons_in_cloud_migrationRisc and velostrata  2 28 2018 lessons_in_cloud_migration
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
RISC Networks
 
Complex Data Transformations Made Easy
Complex Data Transformations Made EasyComplex Data Transformations Made Easy
Complex Data Transformations Made Easy
Data Con LA
 
Building a centralized observability platform
Building a centralized observability platformBuilding a centralized observability platform
Building a centralized observability platform
Elasticsearch
 
Workflows via Event driven architecture
Workflows via Event driven architectureWorkflows via Event driven architecture
Workflows via Event driven architecture
Milan Patel
 
Msst 2019 v4
Msst 2019 v4Msst 2019 v4
Msst 2019 v4
Nisha Talagala
 
Three Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking ObservabilityThree Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking Observability
DevOps.com
 
Identifying Workloads to Move to the Cloud
Identifying Workloads to Move to the CloudIdentifying Workloads to Move to the Cloud
Identifying Workloads to Move to the Cloud
RightScale
 
Hybrid Cloud Journey - Maximizing Private and Public Cloud
Hybrid Cloud Journey - Maximizing Private and Public CloudHybrid Cloud Journey - Maximizing Private and Public Cloud
Hybrid Cloud Journey - Maximizing Private and Public Cloud
Ryan Lynn
 
Streaming Analytics for IoT with Apache Spark
Streaming Analytics for IoT with Apache SparkStreaming Analytics for IoT with Apache Spark
Streaming Analytics for IoT with Apache Spark
Impetus Technologies
 
Become an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi EgeriaBecome an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi Egeria
Data Con LA
 
Cloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST HighlightCloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST Highlight
CAST
 
Using Data Science for Cybersecurity
Using Data Science for CybersecurityUsing Data Science for Cybersecurity
Using Data Science for Cybersecurity
VMware Tanzu
 

What's hot (20)

Gartner event mesh solace - phil scanlon - gold coast
Gartner event mesh   solace - phil scanlon - gold coastGartner event mesh   solace - phil scanlon - gold coast
Gartner event mesh solace - phil scanlon - gold coast
 
Democratizing Observability
Democratizing ObservabilityDemocratizing Observability
Democratizing Observability
 
Corporate-Overview-Slides
Corporate-Overview-SlidesCorporate-Overview-Slides
Corporate-Overview-Slides
 
Five Steps to DevOps Success - Avoiding the High Cost of Downtime
Five Steps to DevOps Success - Avoiding the High Cost of DowntimeFive Steps to DevOps Success - Avoiding the High Cost of Downtime
Five Steps to DevOps Success - Avoiding the High Cost of Downtime
 
Confluent x imply: Build the last mile to value for data streaming applications
Confluent x imply:  Build the last mile to value for data streaming applicationsConfluent x imply:  Build the last mile to value for data streaming applications
Confluent x imply: Build the last mile to value for data streaming applications
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
 
Keynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic ObservabilityKeynote : évolution et vision d'Elastic Observability
Keynote : évolution et vision d'Elastic Observability
 
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
Risc and velostrata  2 28 2018 lessons_in_cloud_migrationRisc and velostrata  2 28 2018 lessons_in_cloud_migration
Risc and velostrata 2 28 2018 lessons_in_cloud_migration
 
Complex Data Transformations Made Easy
Complex Data Transformations Made EasyComplex Data Transformations Made Easy
Complex Data Transformations Made Easy
 
Building a centralized observability platform
Building a centralized observability platformBuilding a centralized observability platform
Building a centralized observability platform
 
Workflows via Event driven architecture
Workflows via Event driven architectureWorkflows via Event driven architecture
Workflows via Event driven architecture
 
Msst 2019 v4
Msst 2019 v4Msst 2019 v4
Msst 2019 v4
 
Three Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking ObservabilityThree Pillars, Zero Answers: Rethinking Observability
Three Pillars, Zero Answers: Rethinking Observability
 
Identifying Workloads to Move to the Cloud
Identifying Workloads to Move to the CloudIdentifying Workloads to Move to the Cloud
Identifying Workloads to Move to the Cloud
 
Cloud Migration
Cloud MigrationCloud Migration
Cloud Migration
 
Hybrid Cloud Journey - Maximizing Private and Public Cloud
Hybrid Cloud Journey - Maximizing Private and Public CloudHybrid Cloud Journey - Maximizing Private and Public Cloud
Hybrid Cloud Journey - Maximizing Private and Public Cloud
 
Streaming Analytics for IoT with Apache Spark
Streaming Analytics for IoT with Apache SparkStreaming Analytics for IoT with Apache Spark
Streaming Analytics for IoT with Apache Spark
 
Become an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi EgeriaBecome an data driven organization through unified metadata using ODPi Egeria
Become an data driven organization through unified metadata using ODPi Egeria
 
Cloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST HighlightCloud Migration: Azure acceleration with CAST Highlight
Cloud Migration: Azure acceleration with CAST Highlight
 
Using Data Science for Cybersecurity
Using Data Science for CybersecurityUsing Data Science for Cybersecurity
Using Data Science for Cybersecurity
 

Similar to Executive Briefing: What Is Fast Data And Why Is It Important

Capgemini Smart Plant Supervision Solution
Capgemini Smart Plant Supervision SolutionCapgemini Smart Plant Supervision Solution
Capgemini Smart Plant Supervision Solution
Capgemini
 
Five Trends in Real Time Applications
Five Trends in Real Time ApplicationsFive Trends in Real Time Applications
Five Trends in Real Time Applications
confluent
 
Machine Data Analytics
Machine Data AnalyticsMachine Data Analytics
Machine Data Analytics
Nicolas Morales
 
Real-Time Analytics for Industries
Real-Time Analytics for IndustriesReal-Time Analytics for Industries
Real-Time Analytics for Industries
Avadhoot Patwardhan
 
Real world IoT for enterprises
Real world IoT for enterprisesReal world IoT for enterprises
Real world IoT for enterprises
IndicThreads
 
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Impetus Technologies
 
Analytics on z Systems Focus on Real Time - Hélène Lyon
Analytics on z Systems Focus on Real Time - Hélène LyonAnalytics on z Systems Focus on Real Time - Hélène Lyon
Analytics on z Systems Focus on Real Time - Hélène Lyon
NRB
 
The Business Justification for APM
The Business Justification for APMThe Business Justification for APM
The Business Justification for APM
Jonah Kowall
 
Data reply sneak peek: real time decision engines
Data reply sneak peek:  real time decision enginesData reply sneak peek:  real time decision engines
Data reply sneak peek: real time decision engines
confluent
 
Data Analytics in Digital Transformation
Data Analytics in Digital TransformationData Analytics in Digital Transformation
Data Analytics in Digital Transformation
Mukund Babbar
 
20150702 - Strategy and Business Value for connected appliances public version
20150702 - Strategy and Business Value for connected appliances public version20150702 - Strategy and Business Value for connected appliances public version
20150702 - Strategy and Business Value for connected appliances public versionThorsten Schroeer
 
SP Network Automation: Automated Operations Overview
SP Network Automation: Automated Operations Overview SP Network Automation: Automated Operations Overview
SP Network Automation: Automated Operations Overview
Cisco Service Provider
 
IBM Relay 2015: Cloud is All About the Customer
IBM Relay 2015: Cloud is All About the Customer IBM Relay 2015: Cloud is All About the Customer
IBM Relay 2015: Cloud is All About the Customer
IBM
 
NZS-4555 - IT Analytics Keynote - IT Analytics for the Enterprise
NZS-4555 - IT Analytics Keynote - IT Analytics for the EnterpriseNZS-4555 - IT Analytics Keynote - IT Analytics for the Enterprise
NZS-4555 - IT Analytics Keynote - IT Analytics for the Enterprise
IBM z Systems Software - IT Service Management
 
Innovating With Data and Analytics
Innovating With Data and AnalyticsInnovating With Data and Analytics
Innovating With Data and Analytics
VMware Tanzu
 
Real Time Business Platform by Ivan Novick from Pivotal
Real Time Business Platform by Ivan Novick from PivotalReal Time Business Platform by Ivan Novick from Pivotal
Real Time Business Platform by Ivan Novick from Pivotal
VMware Tanzu Korea
 
The Significant role of event driven apps in software development
The Significant role of event driven apps in software development					The Significant role of event driven apps in software development
The Significant role of event driven apps in software development
Shelly Megan
 
Big Data Paris - A Modern Enterprise Architecture
Big Data Paris - A Modern Enterprise ArchitectureBig Data Paris - A Modern Enterprise Architecture
Big Data Paris - A Modern Enterprise Architecture
MongoDB
 
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
ExtraHop Networks
 
Emvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce DeckEmvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce Deck
Emvigo Technologies
 

Similar to Executive Briefing: What Is Fast Data And Why Is It Important (20)

Capgemini Smart Plant Supervision Solution
Capgemini Smart Plant Supervision SolutionCapgemini Smart Plant Supervision Solution
Capgemini Smart Plant Supervision Solution
 
Five Trends in Real Time Applications
Five Trends in Real Time ApplicationsFive Trends in Real Time Applications
Five Trends in Real Time Applications
 
Machine Data Analytics
Machine Data AnalyticsMachine Data Analytics
Machine Data Analytics
 
Real-Time Analytics for Industries
Real-Time Analytics for IndustriesReal-Time Analytics for Industries
Real-Time Analytics for Industries
 
Real world IoT for enterprises
Real world IoT for enterprisesReal world IoT for enterprises
Real world IoT for enterprises
 
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
 
Analytics on z Systems Focus on Real Time - Hélène Lyon
Analytics on z Systems Focus on Real Time - Hélène LyonAnalytics on z Systems Focus on Real Time - Hélène Lyon
Analytics on z Systems Focus on Real Time - Hélène Lyon
 
The Business Justification for APM
The Business Justification for APMThe Business Justification for APM
The Business Justification for APM
 
Data reply sneak peek: real time decision engines
Data reply sneak peek:  real time decision enginesData reply sneak peek:  real time decision engines
Data reply sneak peek: real time decision engines
 
Data Analytics in Digital Transformation
Data Analytics in Digital TransformationData Analytics in Digital Transformation
Data Analytics in Digital Transformation
 
20150702 - Strategy and Business Value for connected appliances public version
20150702 - Strategy and Business Value for connected appliances public version20150702 - Strategy and Business Value for connected appliances public version
20150702 - Strategy and Business Value for connected appliances public version
 
SP Network Automation: Automated Operations Overview
SP Network Automation: Automated Operations Overview SP Network Automation: Automated Operations Overview
SP Network Automation: Automated Operations Overview
 
IBM Relay 2015: Cloud is All About the Customer
IBM Relay 2015: Cloud is All About the Customer IBM Relay 2015: Cloud is All About the Customer
IBM Relay 2015: Cloud is All About the Customer
 
NZS-4555 - IT Analytics Keynote - IT Analytics for the Enterprise
NZS-4555 - IT Analytics Keynote - IT Analytics for the EnterpriseNZS-4555 - IT Analytics Keynote - IT Analytics for the Enterprise
NZS-4555 - IT Analytics Keynote - IT Analytics for the Enterprise
 
Innovating With Data and Analytics
Innovating With Data and AnalyticsInnovating With Data and Analytics
Innovating With Data and Analytics
 
Real Time Business Platform by Ivan Novick from Pivotal
Real Time Business Platform by Ivan Novick from PivotalReal Time Business Platform by Ivan Novick from Pivotal
Real Time Business Platform by Ivan Novick from Pivotal
 
The Significant role of event driven apps in software development
The Significant role of event driven apps in software development					The Significant role of event driven apps in software development
The Significant role of event driven apps in software development
 
Big Data Paris - A Modern Enterprise Architecture
Big Data Paris - A Modern Enterprise ArchitectureBig Data Paris - A Modern Enterprise Architecture
Big Data Paris - A Modern Enterprise Architecture
 
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...EMA Presentation: Driving Business Value with Continuous Operational Intellig...
EMA Presentation: Driving Business Value with Continuous Operational Intellig...
 
Emvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce DeckEmvigo Data Visualization - E Commerce Deck
Emvigo Data Visualization - E Commerce Deck
 

More from Lightbend

IoT 'Megaservices' - High Throughput Microservices with Akka
IoT 'Megaservices' - High Throughput Microservices with AkkaIoT 'Megaservices' - High Throughput Microservices with Akka
IoT 'Megaservices' - High Throughput Microservices with Akka
Lightbend
 
How Akka Cluster Works: Actors Living in a Cluster
How Akka Cluster Works: Actors Living in a ClusterHow Akka Cluster Works: Actors Living in a Cluster
How Akka Cluster Works: Actors Living in a Cluster
Lightbend
 
The Reactive Principles: Eight Tenets For Building Cloud Native Applications
The Reactive Principles: Eight Tenets For Building Cloud Native ApplicationsThe Reactive Principles: Eight Tenets For Building Cloud Native Applications
The Reactive Principles: Eight Tenets For Building Cloud Native Applications
Lightbend
 
Putting the 'I' in IoT - Building Digital Twins with Akka Microservices
Putting the 'I' in IoT - Building Digital Twins with Akka MicroservicesPutting the 'I' in IoT - Building Digital Twins with Akka Microservices
Putting the 'I' in IoT - Building Digital Twins with Akka Microservices
Lightbend
 
Akka at Enterprise Scale: Performance Tuning Distributed Applications
Akka at Enterprise Scale: Performance Tuning Distributed ApplicationsAkka at Enterprise Scale: Performance Tuning Distributed Applications
Akka at Enterprise Scale: Performance Tuning Distributed Applications
Lightbend
 
Digital Transformation with Kubernetes, Containers, and Microservices
Digital Transformation with Kubernetes, Containers, and MicroservicesDigital Transformation with Kubernetes, Containers, and Microservices
Digital Transformation with Kubernetes, Containers, and Microservices
Lightbend
 
Detecting Real-Time Financial Fraud with Cloudflow on Kubernetes
Detecting Real-Time Financial Fraud with Cloudflow on KubernetesDetecting Real-Time Financial Fraud with Cloudflow on Kubernetes
Detecting Real-Time Financial Fraud with Cloudflow on Kubernetes
Lightbend
 
Cloudstate - Towards Stateful Serverless
Cloudstate - Towards Stateful ServerlessCloudstate - Towards Stateful Serverless
Cloudstate - Towards Stateful Serverless
Lightbend
 
Digital Transformation from Monoliths to Microservices to Serverless and Beyond
Digital Transformation from Monoliths to Microservices to Serverless and BeyondDigital Transformation from Monoliths to Microservices to Serverless and Beyond
Digital Transformation from Monoliths to Microservices to Serverless and Beyond
Lightbend
 
Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6
Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6
Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6
Lightbend
 
Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...
Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...
Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...
Lightbend
 
Microservices, Kubernetes, and Application Modernization Done Right
Microservices, Kubernetes, and Application Modernization Done RightMicroservices, Kubernetes, and Application Modernization Done Right
Microservices, Kubernetes, and Application Modernization Done Right
Lightbend
 
Full Stack Reactive In Practice
Full Stack Reactive In PracticeFull Stack Reactive In Practice
Full Stack Reactive In Practice
Lightbend
 
Akka and Kubernetes: A Symbiotic Love Story
Akka and Kubernetes: A Symbiotic Love StoryAkka and Kubernetes: A Symbiotic Love Story
Akka and Kubernetes: A Symbiotic Love Story
Lightbend
 
Scala 3 Is Coming: Martin Odersky Shares What To Know
Scala 3 Is Coming: Martin Odersky Shares What To KnowScala 3 Is Coming: Martin Odersky Shares What To Know
Scala 3 Is Coming: Martin Odersky Shares What To Know
Lightbend
 
Migrating From Java EE To Cloud-Native Reactive Systems
Migrating From Java EE To Cloud-Native Reactive SystemsMigrating From Java EE To Cloud-Native Reactive Systems
Migrating From Java EE To Cloud-Native Reactive Systems
Lightbend
 
Running Kafka On Kubernetes With Strimzi For Real-Time Streaming Applications
Running Kafka On Kubernetes With Strimzi For Real-Time Streaming ApplicationsRunning Kafka On Kubernetes With Strimzi For Real-Time Streaming Applications
Running Kafka On Kubernetes With Strimzi For Real-Time Streaming Applications
Lightbend
 
Designing Events-First Microservices For A Cloud Native World
Designing Events-First Microservices For A Cloud Native WorldDesigning Events-First Microservices For A Cloud Native World
Designing Events-First Microservices For A Cloud Native World
Lightbend
 
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For ScalaScala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Lightbend
 
How To Build, Integrate, and Deploy Real-Time Streaming Pipelines On Kubernetes
How To Build, Integrate, and Deploy Real-Time Streaming Pipelines On KubernetesHow To Build, Integrate, and Deploy Real-Time Streaming Pipelines On Kubernetes
How To Build, Integrate, and Deploy Real-Time Streaming Pipelines On Kubernetes
Lightbend
 

More from Lightbend (20)

IoT 'Megaservices' - High Throughput Microservices with Akka
IoT 'Megaservices' - High Throughput Microservices with AkkaIoT 'Megaservices' - High Throughput Microservices with Akka
IoT 'Megaservices' - High Throughput Microservices with Akka
 
How Akka Cluster Works: Actors Living in a Cluster
How Akka Cluster Works: Actors Living in a ClusterHow Akka Cluster Works: Actors Living in a Cluster
How Akka Cluster Works: Actors Living in a Cluster
 
The Reactive Principles: Eight Tenets For Building Cloud Native Applications
The Reactive Principles: Eight Tenets For Building Cloud Native ApplicationsThe Reactive Principles: Eight Tenets For Building Cloud Native Applications
The Reactive Principles: Eight Tenets For Building Cloud Native Applications
 
Putting the 'I' in IoT - Building Digital Twins with Akka Microservices
Putting the 'I' in IoT - Building Digital Twins with Akka MicroservicesPutting the 'I' in IoT - Building Digital Twins with Akka Microservices
Putting the 'I' in IoT - Building Digital Twins with Akka Microservices
 
Akka at Enterprise Scale: Performance Tuning Distributed Applications
Akka at Enterprise Scale: Performance Tuning Distributed ApplicationsAkka at Enterprise Scale: Performance Tuning Distributed Applications
Akka at Enterprise Scale: Performance Tuning Distributed Applications
 
Digital Transformation with Kubernetes, Containers, and Microservices
Digital Transformation with Kubernetes, Containers, and MicroservicesDigital Transformation with Kubernetes, Containers, and Microservices
Digital Transformation with Kubernetes, Containers, and Microservices
 
Detecting Real-Time Financial Fraud with Cloudflow on Kubernetes
Detecting Real-Time Financial Fraud with Cloudflow on KubernetesDetecting Real-Time Financial Fraud with Cloudflow on Kubernetes
Detecting Real-Time Financial Fraud with Cloudflow on Kubernetes
 
Cloudstate - Towards Stateful Serverless
Cloudstate - Towards Stateful ServerlessCloudstate - Towards Stateful Serverless
Cloudstate - Towards Stateful Serverless
 
Digital Transformation from Monoliths to Microservices to Serverless and Beyond
Digital Transformation from Monoliths to Microservices to Serverless and BeyondDigital Transformation from Monoliths to Microservices to Serverless and Beyond
Digital Transformation from Monoliths to Microservices to Serverless and Beyond
 
Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6
Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6
Akka Anti-Patterns, Goodbye: Six Features of Akka 2.6
 
Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...
Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...
Lessons From HPE: From Batch To Streaming For 20 Billion Sensors With Lightbe...
 
Microservices, Kubernetes, and Application Modernization Done Right
Microservices, Kubernetes, and Application Modernization Done RightMicroservices, Kubernetes, and Application Modernization Done Right
Microservices, Kubernetes, and Application Modernization Done Right
 
Full Stack Reactive In Practice
Full Stack Reactive In PracticeFull Stack Reactive In Practice
Full Stack Reactive In Practice
 
Akka and Kubernetes: A Symbiotic Love Story
Akka and Kubernetes: A Symbiotic Love StoryAkka and Kubernetes: A Symbiotic Love Story
Akka and Kubernetes: A Symbiotic Love Story
 
Scala 3 Is Coming: Martin Odersky Shares What To Know
Scala 3 Is Coming: Martin Odersky Shares What To KnowScala 3 Is Coming: Martin Odersky Shares What To Know
Scala 3 Is Coming: Martin Odersky Shares What To Know
 
Migrating From Java EE To Cloud-Native Reactive Systems
Migrating From Java EE To Cloud-Native Reactive SystemsMigrating From Java EE To Cloud-Native Reactive Systems
Migrating From Java EE To Cloud-Native Reactive Systems
 
Running Kafka On Kubernetes With Strimzi For Real-Time Streaming Applications
Running Kafka On Kubernetes With Strimzi For Real-Time Streaming ApplicationsRunning Kafka On Kubernetes With Strimzi For Real-Time Streaming Applications
Running Kafka On Kubernetes With Strimzi For Real-Time Streaming Applications
 
Designing Events-First Microservices For A Cloud Native World
Designing Events-First Microservices For A Cloud Native WorldDesigning Events-First Microservices For A Cloud Native World
Designing Events-First Microservices For A Cloud Native World
 
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For ScalaScala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
Scala Security: Eliminate 200+ Code-Level Threats With Fortify SCA For Scala
 
How To Build, Integrate, and Deploy Real-Time Streaming Pipelines On Kubernetes
How To Build, Integrate, and Deploy Real-Time Streaming Pipelines On KubernetesHow To Build, Integrate, and Deploy Real-Time Streaming Pipelines On Kubernetes
How To Build, Integrate, and Deploy Real-Time Streaming Pipelines On Kubernetes
 

Recently uploaded

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 

Recently uploaded (20)

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
Assure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyesAssure Contact Center Experiences for Your Customers With ThousandEyes
Assure Contact Center Experiences for Your Customers With ThousandEyes
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 

Executive Briefing: What Is Fast Data And Why Is It Important