SlideShare une entreprise Scribd logo
1  sur  35
Télécharger pour lire hors ligne
Great	Ideas….Simple	Solutions
Data	Ingestion	Platform	(DiP)
Neeraj Sabharwal	@allaboutbdata
About	me
Xavient	Corporate	Overview2
• Head	of	Cloud,	Data	&	Analytics	@Xavient
• Spent	couple	of	years	@Hortonworks
• Over	a	decade	in	Cloud	&	Data	domain
• Started	career	as	Oracle	DBA	
Disclosure– More	memes	coming	up…
Agenda
Xavient	Corporate	Overview3
Platform
Data	
Access
Hybrid	
Cloud
Data	Ingestion	Platform	 (DiP)4
Before	we	start	…
**	Near	real	time	is	ok	as	I	am	easy	going	but	no	more	hours	or	days	wait	on	data
Problem
Xavient	Corporate	Overview5
UI/API Platform
Data
Access
No…near	
real-time	
access
Cloud
Great	Ideas….Simple	Solutions
Shifting	the	gear	– Let’s	get	technical
Streaming	Blueprint
Xavient	Corporate	Overview7
Data	Collection
Messaging	Tier Streaming	Engine Analysis	Tier
In	memory
Data	Store
Data	Access
**	Near	real	time	is	ok	as	I	am	easy	going	but	no	more	hours	or	days	wait	on	data
Messaging	Bus
Xavient	Corporate	Overview8
• Open-source	message	broker
• Unified,	high-throughput,	low-latency	platform	for	handling	real-time	data	feeds
• Massively	scalable	pub/sub	message	queue	architected	as	a	distributed	transaction	
log
Emotions
Xavient	Corporate	Overview9
Streaming	engines
Xavient	Corporate	Overview10
Storm - Distributed	real-time	computation	system	for	processing	large	volumes	of	high-
velocity	data	
Flink - Streaming	dataflow	engine that	provides	data	distribution,	communication,	and	
fault	tolerance	for	distributed	computations	over	data	streams
Apex- Enterprise-grade	unified	stream	and	batch	processing	engine
Spark	Streaming	- Apache	Spark's language-integrated	API to	stream	processing,	letting	
you	write	streaming	jobs	the	same	way	you	write	batch	jobs.	It	supports	Java,	Scala	and	
Python
CTM
Xavient	Corporate	Overview11
Great	Ideas….Simple	Solutions
Platform	(DiP)
Data	Ingestion	Platform	 (DiP)13
Features
Easy	to	use	UI
Multiple	Streaming	
Engines
Supports	xml,	json
and	tsv data	formats
Manual	data	
entry	via	UI
Upload	files	for	
batch	processing
Hybrid	Cloud
Batch	and	Real	time	
views	of	data
Data	visualization	
and	analytics
YARN	featuresData	
Ingestion	
Platform
Data	Ingestion	Platform	 (DiP)14
Use	Cases	– Any	Data
Sentimental	Analysis Log	Analysis
Click	Stream	Analysis
Analyze	Machine	and	
Sensor	Data
Social	Media	and	
Customer	Sentiment
UI
Xavient	Corporate	Overview15
https://techblog.xavient.com/
What	was	in	the	previous	slide?	Is	that	for	real?
Xavient	Corporate	Overview16
No	more	Memes	…Enough	now	J
Data	Ingestion	Platform	 (DiP)17
DiP	Technology	Stack
Messaging	System
Target	System
Reporting	System
Source	System
Streaming	API’s
Programming	
Language
IDE
Build	tool
Operating	System
Apache	Kafka
HDFS,	NoSql,	Apache	Hive
Apache	Phoenix,	Apache	Zeppelin
Web	Client
Apache	Apex,	Apache	Flink,	
Apache Spark	and	Apache	Storm
Java
Eclipse
Apache	Maven
CentOS	7
Data	Ingestion	Platform	 (DiP)18
DiP	High	Level	Architecture
Data	Ingestion	Platform	 (DiP)19
DiP	using	Storm
• Multiple	processing	paradigm	- Real-time	,	Interactive	and	Batch	processes
• Reliable – each	unit	of	data	(tuple)	will	be	processed	at	least	once	or	exactly	once.
• ​Fast and	scalable	- parallel	calculations	are	run	across	a	cluster	of	machines.
• Fault-tolerant - workers	automatically	restarts	in	case	they	die	.
Apache	Storm	features
Data	Ingestion	Platform	 (DiP)20
DiP	using	Spark​	Streaming
• Multiple	processing	paradigm	- Batch	and	Interactive
• Ease	of	Use	–contains	high-level	operators	written	in	Java,	Scala	and	Python
• Fault	Tolerance	- lost	work	and	operator	state	can	be	recovered	with	no	extra	code	
• Code	Reusability	– same	code	can	be	used		for	batch	processing,	join	streams	against	historical	data,	or	to	run	ad-
hoc	queries	on	stream	state
Spark	Streaming features
Data	Ingestion	Platform	 (DiP)21
DiP	using	Apex​
Modular - Malhar,	a	library	of	operators	,	comes	bundled	with	Apex	for	quick	development	cycles
• Supports	both	stream	and	batch	processing
• Supports	operator	exchange	at	runtime
• Supports	fault	tolerance	and	dynamic	scaling
Apache	Apex features
Data	Ingestion	Platform	 (DiP)22
DiP	using	Flink
Multiple	processing	paradigm	- distributed,	stream	and	batch	processing.
Several	APIsfor	creating	applications	are	supported
• Data	Stream	API for	unbounded	streams	embedded	in	Java	and	Scala
• Data	Set	API for	static	data	embedded	in	Java,	Scala,	and	Python,
• Table	API with	a	SQL-like	expression	language	embedded	in	Java	and	Scala.
Fault	tolerance	for	distributed	computations	over	data	streams	
Apache	Flink features
Data	Ingestion	Platform	 (DiP)23
DiP-Druid	Architecture	(High	Level)	
Credit:	https://imply.io/docs/latest/
https://techblog.xavient.com/kafka-druid-integration-with-ingestion-dip-real-time-data
Data	Ingestion	Platform	 (DiP)24
Data	Access
Apache	Zeppelin/	Custom	UI
• Data	Stored	on	HDFS	as	Hive	External	
Tables
• Data	stored	on	HBaseas	Phoenix	View
Custom	UI	“Co-Dev”
Xavient	Corporate	Overview25
• Integrated	with	elastic	
search
• Enterprise	security	and	
SSO
• Recommendation	model	
based	on	user	profile,	tags	
and	activity
• Chat	
• Blog/Droplet	features
• Tasks	creation	and	follow-
up
• Notifications
• Smart	phone	app
Data	Ingestion	Platform	 (DiP)26
DiP	@	Hallwaze.com
Data	Ingestion	Platform	 (DiP)27
Get	involved
https://github.com/XavientInformationSystems/Data-Ingestion-Platform
Co-Dev	:	Reach	out	in	case	you	want	to	customize	the	platform,	choose	the	right	
streaming	engine	based	on	latency,	use	case	and	custom	UI/reporting.
Great	Ideas….Simple	Solutions
Hybrid	Cloud
Hadoop	and	Cloud
Xavient	Corporate	Overview29
Apache	Falcon	
Xavient	Corporate	Overview30
DiP Hadoop
On-prem
Cloud
Apache	Falconis	a	data	management	tool	for	overseeing	data	pipelines	in	Hadoop	
clusters.	It	can	be	used	to	replicate	data	from	one	cluster	to	another.	
Hadoop
Kafka	Mirroring
Xavient	Corporate	Overview31
The Kafka mirroring feature is used for creating the replica of an existing cluster, for example, for the
replication of an active datacenter into a passivedatacenter. Kafka providesa mirror maker tool for
mirroring the source cluster intotarget cluster.
Data	Ingestion	Platform	 (DiP)32
Kafka	Mirroring	– Hybrid	Cloud	Environment
Cassandra
Xavient	Corporate	Overview33
DiP
Cassandra
Cassandra
On-prem
Cloud
• RDBMS	migration	
• DSE	advance	replication
• Kafka
Data	Ingestion	Platform	 (DiP)34
WIP
• Integration	with	Kafka	Connect	and	Kafka	Streaming
• Data	Munging,	Validation
• Machine	Learning	
• Search	– Elastic	,	Solr
Thanks!
@allaboutbdata
nsabharwal@xavient.com

Contenu connexe

Tendances

Securing and governing a multi-tenant data lake within the financial industry
Securing and governing a multi-tenant data lake within the financial industrySecuring and governing a multi-tenant data lake within the financial industry
Securing and governing a multi-tenant data lake within the financial industry
DataWorks Summit
 

Tendances (20)

Transform Your Mainframe Data for the Cloud with Precisely and Apache Kafka
Transform Your Mainframe Data for the Cloud with Precisely and Apache KafkaTransform Your Mainframe Data for the Cloud with Precisely and Apache Kafka
Transform Your Mainframe Data for the Cloud with Precisely and Apache Kafka
 
Modern Data Warehousing with the Microsoft Analytics Platform System
Modern Data Warehousing with the Microsoft Analytics Platform SystemModern Data Warehousing with the Microsoft Analytics Platform System
Modern Data Warehousing with the Microsoft Analytics Platform System
 
Big Data - in the cloud or rather on-premises?
Big Data - in the cloud or rather on-premises?Big Data - in the cloud or rather on-premises?
Big Data - in the cloud or rather on-premises?
 
Securing and governing a multi-tenant data lake within the financial industry
Securing and governing a multi-tenant data lake within the financial industrySecuring and governing a multi-tenant data lake within the financial industry
Securing and governing a multi-tenant data lake within the financial industry
 
Big Data Architecture and Design Patterns
Big Data Architecture and Design PatternsBig Data Architecture and Design Patterns
Big Data Architecture and Design Patterns
 
Strata San Jose 2017 - Ben Sharma Presentation
Strata San Jose 2017 - Ben Sharma PresentationStrata San Jose 2017 - Ben Sharma Presentation
Strata San Jose 2017 - Ben Sharma Presentation
 
Lambda architecture for real time big data
Lambda architecture for real time big dataLambda architecture for real time big data
Lambda architecture for real time big data
 
Money Heist - A Stream Processing Original! | Meha Pandey and Shengze Yu, Net...
Money Heist - A Stream Processing Original! | Meha Pandey and Shengze Yu, Net...Money Heist - A Stream Processing Original! | Meha Pandey and Shengze Yu, Net...
Money Heist - A Stream Processing Original! | Meha Pandey and Shengze Yu, Net...
 
Solving Big Data Problems using Hortonworks
Solving Big Data Problems using Hortonworks Solving Big Data Problems using Hortonworks
Solving Big Data Problems using Hortonworks
 
Seamless, Real-Time Data Integration with Connect
Seamless, Real-Time Data Integration with ConnectSeamless, Real-Time Data Integration with Connect
Seamless, Real-Time Data Integration with Connect
 
Machine Learning for z/OS
Machine Learning for z/OSMachine Learning for z/OS
Machine Learning for z/OS
 
Building a Graph Database in Neo4j with Spark & Spark SQL to gain new insight...
Building a Graph Database in Neo4j with Spark & Spark SQL to gain new insight...Building a Graph Database in Neo4j with Spark & Spark SQL to gain new insight...
Building a Graph Database in Neo4j with Spark & Spark SQL to gain new insight...
 
Choosing technologies for a big data solution in the cloud
Choosing technologies for a big data solution in the cloudChoosing technologies for a big data solution in the cloud
Choosing technologies for a big data solution in the cloud
 
HP Discover: Real Time Insights from Big Data
HP Discover: Real Time Insights from Big DataHP Discover: Real Time Insights from Big Data
HP Discover: Real Time Insights from Big Data
 
A7 storytelling with_oracle_analytics_cloud
A7 storytelling with_oracle_analytics_cloudA7 storytelling with_oracle_analytics_cloud
A7 storytelling with_oracle_analytics_cloud
 
Mainframe Modernization with Precisely and Microsoft Azure
Mainframe Modernization with Precisely and Microsoft AzureMainframe Modernization with Precisely and Microsoft Azure
Mainframe Modernization with Precisely and Microsoft Azure
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data Architecture
 
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
Cortana Analytics Workshop: The "Big Data" of the Cortana Analytics Suite, Pa...
 
TechEvent Building a Data Lake
TechEvent Building a Data LakeTechEvent Building a Data Lake
TechEvent Building a Data Lake
 
Introduction to Data Engineering
Introduction to Data EngineeringIntroduction to Data Engineering
Introduction to Data Engineering
 

En vedette

SQL Server Konferenz 2014 - SSIS & HDInsight
SQL Server Konferenz 2014 - SSIS & HDInsightSQL Server Konferenz 2014 - SSIS & HDInsight
SQL Server Konferenz 2014 - SSIS & HDInsight
Tillmann Eitelberg
 
Basic data ingestion in r
Basic data ingestion in rBasic data ingestion in r
Basic data ingestion in r
Jacob Rideout
 
Barga IC2E & IoTDI'16 Keynote
Barga IC2E & IoTDI'16 KeynoteBarga IC2E & IoTDI'16 Keynote
Barga IC2E & IoTDI'16 Keynote
Roger Barga
 
Informatica object migration
Informatica object migrationInformatica object migration
Informatica object migration
Amit Sharma
 
Big Data Ingestion @ Flipkart Data Platform
Big Data Ingestion @ Flipkart Data PlatformBig Data Ingestion @ Flipkart Data Platform
Big Data Ingestion @ Flipkart Data Platform
Navneet Gupta
 
Data Wrangling and Oracle Connectors for Hadoop
Data Wrangling and Oracle Connectors for HadoopData Wrangling and Oracle Connectors for Hadoop
Data Wrangling and Oracle Connectors for Hadoop
Gwen (Chen) Shapira
 

En vedette (20)

Open Source Big Data Ingestion - Without the Heartburn!
Open Source Big Data Ingestion - Without the Heartburn!Open Source Big Data Ingestion - Without the Heartburn!
Open Source Big Data Ingestion - Without the Heartburn!
 
SQL Server Konferenz 2014 - SSIS & HDInsight
SQL Server Konferenz 2014 - SSIS & HDInsightSQL Server Konferenz 2014 - SSIS & HDInsight
SQL Server Konferenz 2014 - SSIS & HDInsight
 
IPv4-IPv6 Transition - Case Study
IPv4-IPv6 Transition - Case StudyIPv4-IPv6 Transition - Case Study
IPv4-IPv6 Transition - Case Study
 
Basic data ingestion in r
Basic data ingestion in rBasic data ingestion in r
Basic data ingestion in r
 
Barga IC2E & IoTDI'16 Keynote
Barga IC2E & IoTDI'16 KeynoteBarga IC2E & IoTDI'16 Keynote
Barga IC2E & IoTDI'16 Keynote
 
Gobblin for Data Analytics
Gobblin for Data AnalyticsGobblin for Data Analytics
Gobblin for Data Analytics
 
Informatica object migration
Informatica object migrationInformatica object migration
Informatica object migration
 
Automation testing - Success Story
Automation testing - Success StoryAutomation testing - Success Story
Automation testing - Success Story
 
IBM Message Hub service in Bluemix - Apache Kafka in a public cloud
IBM Message Hub service in Bluemix - Apache Kafka in a public cloudIBM Message Hub service in Bluemix - Apache Kafka in a public cloud
IBM Message Hub service in Bluemix - Apache Kafka in a public cloud
 
Architecting Big Data Ingest & Manipulation
Architecting Big Data Ingest & ManipulationArchitecting Big Data Ingest & Manipulation
Architecting Big Data Ingest & Manipulation
 
Big Data Ingestion @ Flipkart Data Platform
Big Data Ingestion @ Flipkart Data PlatformBig Data Ingestion @ Flipkart Data Platform
Big Data Ingestion @ Flipkart Data Platform
 
Informatica session
Informatica sessionInformatica session
Informatica session
 
Cloud Computing, Docker, Mesos, DCOS, Container, Big Data, Paas
Cloud Computing, Docker, Mesos, DCOS, Container, Big Data, PaasCloud Computing, Docker, Mesos, DCOS, Container, Big Data, Paas
Cloud Computing, Docker, Mesos, DCOS, Container, Big Data, Paas
 
Jitney, Kafka at Airbnb
Jitney, Kafka at AirbnbJitney, Kafka at Airbnb
Jitney, Kafka at Airbnb
 
Big Data Streams Architectures. Why? What? How?
Big Data Streams Architectures. Why? What? How?Big Data Streams Architectures. Why? What? How?
Big Data Streams Architectures. Why? What? How?
 
Thoughts on Transaction and Consistency Models
Thoughts on Transaction and Consistency ModelsThoughts on Transaction and Consistency Models
Thoughts on Transaction and Consistency Models
 
Informatica Power Center 7.1
Informatica Power Center 7.1Informatica Power Center 7.1
Informatica Power Center 7.1
 
[Azureビッグデータ関連サービスとHortonworks勉強会] Azure HDInsight
[Azureビッグデータ関連サービスとHortonworks勉強会] Azure HDInsight[Azureビッグデータ関連サービスとHortonworks勉強会] Azure HDInsight
[Azureビッグデータ関連サービスとHortonworks勉強会] Azure HDInsight
 
Data Wrangling and Oracle Connectors for Hadoop
Data Wrangling and Oracle Connectors for HadoopData Wrangling and Oracle Connectors for Hadoop
Data Wrangling and Oracle Connectors for Hadoop
 
Building Data Pipelines with Spark and StreamSets
Building Data Pipelines with Spark and StreamSetsBuilding Data Pipelines with Spark and StreamSets
Building Data Pipelines with Spark and StreamSets
 

Similaire à Real time data ingestion and Hybrid Cloud

MS Azure with IoT - Final Version
MS Azure with IoT - Final VersionMS Azure with IoT - Final Version
MS Azure with IoT - Final Version
Janani Eshwaran
 
MS Azure with IoT - Final Version
MS Azure with IoT - Final VersionMS Azure with IoT - Final Version
MS Azure with IoT - Final Version
Janani Eshwaran
 
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Precisely
 

Similaire à Real time data ingestion and Hybrid Cloud (20)

Hortonworks Oracle Big Data Integration
Hortonworks Oracle Big Data Integration Hortonworks Oracle Big Data Integration
Hortonworks Oracle Big Data Integration
 
Hitachi Data Systems Hadoop Solution
Hitachi Data Systems Hadoop SolutionHitachi Data Systems Hadoop Solution
Hitachi Data Systems Hadoop Solution
 
Real Time Interactive Queries IN HADOOP: Big Data Warehousing Meetup
Real Time Interactive Queries IN HADOOP: Big Data Warehousing MeetupReal Time Interactive Queries IN HADOOP: Big Data Warehousing Meetup
Real Time Interactive Queries IN HADOOP: Big Data Warehousing Meetup
 
Databases: The Neglected Technology in DevOps
Databases: The Neglected Technology in DevOpsDatabases: The Neglected Technology in DevOps
Databases: The Neglected Technology in DevOps
 
Simplifying Real-Time Architectures for IoT with Apache Kudu
Simplifying Real-Time Architectures for IoT with Apache KuduSimplifying Real-Time Architectures for IoT with Apache Kudu
Simplifying Real-Time Architectures for IoT with Apache Kudu
 
Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...
Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...
Hadoop in 2015: Keys to Achieving Operational Excellence for the Real-Time En...
 
Skillwise Big Data part 2
Skillwise Big Data part 2Skillwise Big Data part 2
Skillwise Big Data part 2
 
From Business Intelligence to Big Data - hack/reduce Dec 2014
From Business Intelligence to Big Data - hack/reduce Dec 2014From Business Intelligence to Big Data - hack/reduce Dec 2014
From Business Intelligence to Big Data - hack/reduce Dec 2014
 
Skilwise Big data
Skilwise Big dataSkilwise Big data
Skilwise Big data
 
Architectural considerations for Hadoop Applications
Architectural considerations for Hadoop ApplicationsArchitectural considerations for Hadoop Applications
Architectural considerations for Hadoop Applications
 
Retail & CPG
Retail & CPGRetail & CPG
Retail & CPG
 
Hadoop Application Architectures tutorial - Strata London
Hadoop Application Architectures tutorial - Strata LondonHadoop Application Architectures tutorial - Strata London
Hadoop Application Architectures tutorial - Strata London
 
MS Azure with IoT - Final Version
MS Azure with IoT - Final VersionMS Azure with IoT - Final Version
MS Azure with IoT - Final Version
 
MS Azure with IoT - Final Version
MS Azure with IoT - Final VersionMS Azure with IoT - Final Version
MS Azure with IoT - Final Version
 
Strata NY 2014 - Architectural considerations for Hadoop applications tutorial
Strata NY 2014 - Architectural considerations for Hadoop applications tutorialStrata NY 2014 - Architectural considerations for Hadoop applications tutorial
Strata NY 2014 - Architectural considerations for Hadoop applications tutorial
 
How Data Drives Business at Choice Hotels
How Data Drives Business at Choice HotelsHow Data Drives Business at Choice Hotels
How Data Drives Business at Choice Hotels
 
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
Engineering Machine Learning Data Pipelines Series: Streaming New Data as It ...
 
Govern This! Data Discovery and the application of data governance with new s...
Govern This! Data Discovery and the application of data governance with new s...Govern This! Data Discovery and the application of data governance with new s...
Govern This! Data Discovery and the application of data governance with new s...
 
Tips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint OnlineTips and tricks for complex migrations to SharePoint Online
Tips and tricks for complex migrations to SharePoint Online
 
Strata EU tutorial - Architectural considerations for hadoop applications
Strata EU tutorial - Architectural considerations for hadoop applicationsStrata EU tutorial - Architectural considerations for hadoop applications
Strata EU tutorial - Architectural considerations for hadoop applications
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Dernier (20)

Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Real time data ingestion and Hybrid Cloud