SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Building	Modern	ApplicaAons		
Using	APIs,	Microservices	and	Chatbots	
	
Develop.	Deploy.	Iterate.	
Amit	Zavery,	Sr.	Vice	President,	Product	Development										@azavery	
Jakub	Nesetril,	Founder	&	CEO,	Apiary																																					@jakubnesetril	
Vikas	Anand,	Vice	President,	Product	Management 						@VikasAatOracle	
Sri	Ramanathan,	Group	Vice	President,	Mobile 						@sriramaa
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Safe	Harbor	Statement	
The	following	is	intended	to	outline	our	general	product	direcAon.	It	is	intended	for	
informaAon	purposes	only,	and	may	not	be	incorporated	into	any	contract.	It	is	not	a	
commitment	to	deliver	any	material,	code,	or	funcAonality,	and	should	not	be	relied	upon	
in	making	purchasing	decisions.	The	development,	release,	and	Aming	of	any	features	or	
funcAonality	described	for	Oracle’s	products	remains	at	the	sole	discreAon	of	Oracle.	
2
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 3	
ExciAng	Ames	to	be	a	Developer!
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 4	
What	has	changed?	
Hard	coded	Elements	
12-18	month	app	dev	cycle	
Centralized	teams	
Monolithic	
Building	another	app	
Developing	funcAonality	first	
	
Dynamic	assembly	of	blended	experiences	
Zero-5me	dev	cycle	(days	or	even	hours)	
Distributed	teams,	different	preferences	(for	polyglot)	
Smaller	components	(for	microservices)	
Create	engaging	interfaces	(mobile,	bots,	etc.)	
API-first	design
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 5	
Modern	ApplicaAon	Development	Requirements	
Polyglot	
Microservices	
DevOps	Tools	
Performance	
Monitoring	
Containerized	
ApplicaAons	
API	Management	
Chatbot		
&	Mobile	
php
EE	
SE
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 6	
Geing	Fans	to	the	Game	in	Style	
Connect		
with	fans.	
	
Make	it	as	easy	
as	possible	for	
them	to	get	to	
the	game.	
Once	at	Oracle	
Arena,	engage	
fans	to	enhance	
their	experience.
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.		|	
Vikas		
Microservices		
Developer	
7	
API-First,	Mobile	Always	Development	
Jakub	
API	Developer	
Jane		
HAPPY	Dubs	fan	
Jane		
HUGE	Dubs	fan	
Build	
&	Deploy		
Chatbots	
Design	&		
Deliver	API	
Invoke		
&	Monitor	
Microservices	
Sri		
Chatbot		
Developer
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
API	First:	Design	and	Development	
8
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Ensure	security	of	your	APIs	
Gain	visibility	&	define	the	right	metrics	
Improve	agility	&	quickly	meet	user	demand	
Why	Does	API	Management	Mamer	for	Developers?
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 10	
Delivers	rich	developer	tools		
to	create	and	manage	APIs	
•  Rapidly	design	&	prototype	APIs	
•  Standard	support	for	Open	API	&	API	Blueprint	
•  Run	mock	tests	
•  Ensure	security	with	policy-driven	APIs	
•  Gain	visibility	&	insight	to	understand	usage	
•  Integrate	with	favorite	DevOps	tools	
•  Release	early	&	onen!	
Analyze	
MoneAze	
Consume	
Secure	
Govern	
Design	
220,000+	API	Developers	
2.1M+	API	Consumers	
Full	API	Lifecycle	Management	
+
Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.		
API	Plaqorm	Cloud	Service	
{APIs,	Policies}	
Oracle	Cloud	
Developer		
Portal	
API	Plaqorm		
Cloud	Service	
IdenAty	Cloud	Service	
{AnalyAcs}	
Oracle	Cloud	
Amazon,	
Azure,	other	
clouds	
On	Premises	
{request}	
{response}	
{request}	
{response}	
Firewalls/Load-balancers	
Services	
Gateways	
Gateways	can	run	anywhere….	
Apiary.io	
Manager	
Portal	
ApplicaAons	
API	Managers/	
Implementers/	
Gateway	Administrators	
API		
Consumers	
API		
Designers	
Periodic	
outbound	
Request
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Microservices:	Build,	Deploy	&	Iterate	
12
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 13	
Enabling	the	Move	from	Monolithic	Apps	to	Microservices	
Modern	Cloud	NaAve,	Agile,	Polyglot,	DevOps	Driven	ApplicaAon	Development	
Tradi5onal	Monolithic	Architecture	
User	Interface	
Business	Layer	
Data	Interface	 Microservice	
Microservice	Architecture	
Microservice	 Microservice	
Microservice	UI	Microservice	UI	
Independent	services	with	communicaAon	using	REST	APIs/HTTP	
Single		
Deployment		
EnAty	Single		
Deployment		
EnAty
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Common	Services	
Container	Service	and	Registry	
14	
Oracle	Cloud:	Open,	Modern,	Easy	Microservice	Development	
Developer	Tools	 DevOps	Pipeline	Polyglot	AppDev	Plaqorm	
ConfiguraAon	 Security	 Monitoring	Logging	EvenAng	ElasAcity	 OrchestraAon	
Microservices	+	Serverless	
		 			Cloud	
f(x)
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.	
Next-Gen	Engagement:	Rise	of	the	Bots	
15
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 16	Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
People	typically	engage	with		
25	apps	per	month	
Top	3	apps	represents		
80%	of	use	over	Ame	
Aner	30	days,	only	3%	of	apps	
retain	their	new	users	
Your checking account
Balance is $1498.16
Your savings account
Balance is $7,423.11
Done. Your checking account
balance is $2498.16. Your
Savings account balance is
$6,423.11
Oracle Mobile
Messenger	is	a	popular	
app	that	offers	a	familiar	
environment	
Checking balance
Savings balance
Transfer $1000 from saving
To checking
“There’s	an	app	for	that”	
^

fatigue
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 17	
Two	Broad	Categories	of	Bots		
Task-Oriented	 Data-Driven	&	Predic5ve
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Oracle	Intelligent	Chatbot	Service:	Key	Components	
	
Channel		
Configurator	
Dialog	
Flow	
ExecuAon	
Custom	
Components	
in	Dialog	Flow	
AI		
Engine	
Unified	cross-channel	
chat	interface	between	
bots	&	humans	
	
DeclaraAve	bot	builder	UI		for	
bot	flow	
State	machine	that	executes	
context	driven	workflows	with	
scoped	variables	
	
AcAve	machine	learning	
algorithms	that	idenAfy	
relaAonships	and	extract	
insights	from	unstructured	
data	
	
SDK	to	consume	backend	
API’s	that	saAsfy	human	
requests	via	the	bot	
Custom	
18
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Oracle	Bots:	AI	Flow	
	
Intent	Modeling	
Natural	Language	
LinguisAc	Modeling	
Bot	Model	Training	
EnAty	Parsing	
EnAty	ResoluAon	
EnAty	Type	
EnAty	Value	
Channel	Integra5on	 Intent	Classifica5on	 En5ty	Extrac5on	 Dialog	Execu5on	
YAML	Dialog	Flow	
Dialog		State	
Built	Component	
Custom	Component	
Alexa,	when	
is	the	next	
game?		
What	is	your	
budget?	
Confirm	or	
change	
NL	Understanding	
Intent	ClassificaAon:	
Balances	
Intent	Ranking	
Confidence	à	98%	
IntegraAon	
Component	
	
Enterprise	
Data	
Required	EnAAes:	
Seat	Types	
EnAty	Values	
	
Found	these	
Acket	opAons…	
Great	deal	on	VIP	
for	first	Ame	Bot	
users!		
Channel	AgnosAc	
Webhook	
Security	
Message	Processing	
19
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 20	Copyright	©	2016,	Oracle	and/or	its	affiliates.	All	rights	reserved.			
Comprehensive	AppDev	
Cloud	naAve,	migrate/extend,	low	code	
Oracle	Cloud	Plaqorm:	Open.	Modern.	Easy.	
Single	Pane	of	Glass	
For	monitoring	&	management	
Automated	DevOps	
For	conAnuous	integraAon	&	delivery	
Mobile	First,	API	First	
Mobility	&	mulA-channel	delivery	
	
MOBILITY	
API		
MANAGEMENT	
DEVOPS	
ENTERPRISE	
JAVA	&	DB	
APP	PERFORMANCE		
MANAGEMENT	
LOW-CODE		
COMPOSITION	
MICROSERVICES	
&	CONTAINERS
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 21	
Oracle	Cloud	Plaqorm	
Blending	TradiAonal,	Cloud-NaAve	and	Low	Code	with	End-to-End	PaaS	
Oracle	Plaqorm	for	Cloud	ApplicaAon	Development	
Compute		(VM,	Bare	Metal)	
COMMON	
SERVICES	Continuous Delivery
(Developer Cloud)
IdentityAPM/Log
Analytics
API
Management
INTEGRATION	
SERVICES	
DATA	
SERVICES	 Integration SOA
BACK-END	
SERVICES	 Mobile/
Chatbots
Application
Container
Java SDKs
(3rd Party, JET)
App
Builder
FRONT-END	
TOOLING	
Network	 Storage	
Infrastructure as a Service
Internet of
Things
Functions
F(x)
Container Cloud
(Docker, Orchestration)
Event Hub
(Kafka) Cloud
Messaging
Cloud
Application
Express
Mobile
Accelerator
EE
Big	Data	Database	 NoSQL	MySQL	
		 		 		
B
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 22	
	Oracle	Cloud:	500+	CerAfied	Open	Source	Offerings
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 23	
Oracle	Cloud:	Regions	
US	West	
US	
Central	
US	East	 US	Gov	 US	DOD	 US	HIPAA	
UK	North	 UK	South	 UK	Gov	 EU	
Germany	
West	
ANZ	East	 ANZ	
Central	
Singapore	 China	
Japan	
East	
Japan	
South	
Brazil	
Middle	
East	
Canada	 Korea	 India	 Turkey	
US	PCI
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			 24	
Oracle	Cloud	Plaqorm	AdopAon	
210%	More	acAve	customers	than	a	year	ago	
			12	
2,800+	apps	on	cloud	Marketplace	from	900+	
partners	
142		Countries	where	
customers	are	
using	Oracle	Cloud	
Plaqorm	
50+	Services	in	2015	 Services	today
Developer		
Resources	
developer.oracle.com
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.	
•  Containers	
•  Microservices	&	APIs	
•  Al	&	Machine	Learning	
•  Low	Code	Pla[orms	
•  DevOps	
•  Mul5ple	Languages	&	
Databases	
•  Open	Source	
Oracle	Code	San	Francisco 	March	1,	2017	
North	America	
•  Atlanta	
•  AusAn	
•  New	York	City	
•  San	Francisco	
•  Toronto	
•  Washington,	D.C.
Europe	&	Middle	East	
•  Berlin	
•  Brussels	
•  London	
•  Moscow	
•  Prague	
•  Tel	Aviv
Asia	Pacific	
•  Bangalore	
•  Beijing	
•  New	Delhi	
•  Seoul	
•  Sydney	
•  Tokyo
La5n	America	
•  Mexico	City	
•  São	Paulo
developer.oracle.com/code
Copyright	©	2017,	Oracle	and/or	its	affiliates.	All	rights	reserved.			ConfidenAal	–	Oracle	Internal/Restricted/Highly	Restricted	 27	
cloud.oracle.com/tryit

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Building and Deploying Cloud Native Applications
Building and Deploying Cloud Native ApplicationsBuilding and Deploying Cloud Native Applications
Building and Deploying Cloud Native Applications
 
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and MorePolyglot! A Lightweight Cloud Platform for Java SE, Node, and More
Polyglot! A Lightweight Cloud Platform for Java SE, Node, and More
 
Cloud Integration Strategy
Cloud Integration StrategyCloud Integration Strategy
Cloud Integration Strategy
 
EclipseLink: Beyond Relational and NoSQL to Polyglot and HTML5
EclipseLink: Beyond Relational and NoSQL to Polyglot and HTML5EclipseLink: Beyond Relational and NoSQL to Polyglot and HTML5
EclipseLink: Beyond Relational and NoSQL to Polyglot and HTML5
 
Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.Building Cloud Native Applications with Oracle Autonomous Database.
Building Cloud Native Applications with Oracle Autonomous Database.
 
Using XA for Batch – Bad idea? (article)
Using XA for Batch – Bad idea? (article)Using XA for Batch – Bad idea? (article)
Using XA for Batch – Bad idea? (article)
 
Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019Apex atp customer_presentation_wwc march 2019
Apex atp customer_presentation_wwc march 2019
 
Solaris 11.2 What's New
Solaris 11.2 What's NewSolaris 11.2 What's New
Solaris 11.2 What's New
 
Lightweight Java in the Cloud
Lightweight Java in the CloudLightweight Java in the Cloud
Lightweight Java in the Cloud
 
Introduce yourself to java 17
Introduce yourself to java 17Introduce yourself to java 17
Introduce yourself to java 17
 
Lattice: A Cloud-Native Platform for Your Spring Applications
Lattice: A Cloud-Native Platform for Your Spring ApplicationsLattice: A Cloud-Native Platform for Your Spring Applications
Lattice: A Cloud-Native Platform for Your Spring Applications
 
Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...
Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...
Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...
 
Running Kubernetes Workloads on Oracle Cloud Infrastructure
Running Kubernetes Workloads on Oracle Cloud InfrastructureRunning Kubernetes Workloads on Oracle Cloud Infrastructure
Running Kubernetes Workloads on Oracle Cloud Infrastructure
 
Oracle Modern AppDev Approach to Cloud & Container Native App
Oracle Modern AppDev Approach to Cloud & Container Native AppOracle Modern AppDev Approach to Cloud & Container Native App
Oracle Modern AppDev Approach to Cloud & Container Native App
 
PTK Issue 72: Delivering a Platform on Demand
PTK Issue 72: Delivering a Platform on DemandPTK Issue 72: Delivering a Platform on Demand
PTK Issue 72: Delivering a Platform on Demand
 
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
Look at Oracle Integration Cloud – its relationship to ICS. Customer use Case...
 
UKOUG Journey To The Cloud - March 2017
UKOUG Journey To The Cloud - March 2017UKOUG Journey To The Cloud - March 2017
UKOUG Journey To The Cloud - March 2017
 
Hands-On with Oracle SOA Cloud Service
Hands-On with Oracle SOA Cloud ServiceHands-On with Oracle SOA Cloud Service
Hands-On with Oracle SOA Cloud Service
 
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloudA1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
A1 keynote oracle_infrastructure_as_a_service_move_any_workload_to_the_cloud
 
Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...
Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...
Everything You Need to Know About the Microsoft Azure and Oracle Cloud Interc...
 

Destacado

General physicians and the adf Heddle
General physicians and the adf HeddleGeneral physicians and the adf Heddle
General physicians and the adf Heddle
Leishman Associates
 
Sfeldman bbworld 07_going_enterprise (1)
Sfeldman bbworld 07_going_enterprise (1)Sfeldman bbworld 07_going_enterprise (1)
Sfeldman bbworld 07_going_enterprise (1)
Steve Feldman
 
Info qiy foundation digital me - dappre-eng-aug17
Info qiy foundation   digital me - dappre-eng-aug17Info qiy foundation   digital me - dappre-eng-aug17
Info qiy foundation digital me - dappre-eng-aug17
BigDataExpo
 

Destacado (20)

Apache Spark - San Diego Big Data Meetup Jan 14th 2015
Apache Spark - San Diego Big Data Meetup Jan 14th 2015Apache Spark - San Diego Big Data Meetup Jan 14th 2015
Apache Spark - San Diego Big Data Meetup Jan 14th 2015
 
Oracle Code Keynote with Thomas Kurian
Oracle Code Keynote with Thomas KurianOracle Code Keynote with Thomas Kurian
Oracle Code Keynote with Thomas Kurian
 
Art of Living Happiness App Challenge - San Diego Meetup Nov 20th 2014
Art of Living Happiness App Challenge - San Diego Meetup Nov 20th 2014Art of Living Happiness App Challenge - San Diego Meetup Nov 20th 2014
Art of Living Happiness App Challenge - San Diego Meetup Nov 20th 2014
 
Opensource Search Engines
Opensource Search EnginesOpensource Search Engines
Opensource Search Engines
 
Microsoft Big Data Expo
Microsoft Big Data ExpoMicrosoft Big Data Expo
Microsoft Big Data Expo
 
Trends at JavaOne 2016: Microservices, Docker and Cloud-Native Middleware
Trends at JavaOne 2016: Microservices, Docker and Cloud-Native MiddlewareTrends at JavaOne 2016: Microservices, Docker and Cloud-Native Middleware
Trends at JavaOne 2016: Microservices, Docker and Cloud-Native Middleware
 
Cleared Job Fair Job Seeker Handbook June 15, 2017, Dulles, VA
Cleared Job Fair Job Seeker Handbook June 15, 2017, Dulles, VACleared Job Fair Job Seeker Handbook June 15, 2017, Dulles, VA
Cleared Job Fair Job Seeker Handbook June 15, 2017, Dulles, VA
 
Walmart Big Data Expo
Walmart Big Data ExpoWalmart Big Data Expo
Walmart Big Data Expo
 
General physicians and the adf Heddle
General physicians and the adf HeddleGeneral physicians and the adf Heddle
General physicians and the adf Heddle
 
De Persgroep Big Data Expo
De Persgroep Big Data ExpoDe Persgroep Big Data Expo
De Persgroep Big Data Expo
 
Sfeldman bbworld 07_going_enterprise (1)
Sfeldman bbworld 07_going_enterprise (1)Sfeldman bbworld 07_going_enterprise (1)
Sfeldman bbworld 07_going_enterprise (1)
 
(MBL303) Get Deeper Insights Using Amazon Mobile Analytics | AWS re:Invent 2014
(MBL303) Get Deeper Insights Using Amazon Mobile Analytics | AWS re:Invent 2014(MBL303) Get Deeper Insights Using Amazon Mobile Analytics | AWS re:Invent 2014
(MBL303) Get Deeper Insights Using Amazon Mobile Analytics | AWS re:Invent 2014
 
NTT SIC marketplace slide deck at Tokyo Summit
NTT SIC marketplace slide deck at Tokyo SummitNTT SIC marketplace slide deck at Tokyo Summit
NTT SIC marketplace slide deck at Tokyo Summit
 
Gastles PXL Hogeschool 2017
Gastles PXL Hogeschool 2017Gastles PXL Hogeschool 2017
Gastles PXL Hogeschool 2017
 
Bol.com
Bol.comBol.com
Bol.com
 
Oracle cloud, private, public and hybrid
Oracle cloud, private, public and hybridOracle cloud, private, public and hybrid
Oracle cloud, private, public and hybrid
 
Generalized B2B Machine Learning by Andrew Waage
Generalized B2B Machine Learning by Andrew WaageGeneralized B2B Machine Learning by Andrew Waage
Generalized B2B Machine Learning by Andrew Waage
 
Info qiy foundation digital me - dappre-eng-aug17
Info qiy foundation   digital me - dappre-eng-aug17Info qiy foundation   digital me - dappre-eng-aug17
Info qiy foundation digital me - dappre-eng-aug17
 
Becoming the master of disaster... with asr
Becoming the master of disaster... with asrBecoming the master of disaster... with asr
Becoming the master of disaster... with asr
 
Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17Status Quo on the automation support in SOA Suite OGhTech17
Status Quo on the automation support in SOA Suite OGhTech17
 

Similar a Building Modern Applications Using APIs, Microservices and Chatbots

Data Management in a Microservices World
Data Management in a Microservices WorldData Management in a Microservices World
Data Management in a Microservices World
gvenzl
 

Similar a Building Modern Applications Using APIs, Microservices and Chatbots (20)

Java EE 8 - February 2017 update
Java EE 8 - February 2017 updateJava EE 8 - February 2017 update
Java EE 8 - February 2017 update
 
Why MySQL High Availability Matters
Why MySQL High Availability MattersWhy MySQL High Availability Matters
Why MySQL High Availability Matters
 
Democratizing Serverless—The Open Source Fn Project - Serverless Summit
Democratizing Serverless—The Open Source Fn Project - Serverless SummitDemocratizing Serverless—The Open Source Fn Project - Serverless Summit
Democratizing Serverless—The Open Source Fn Project - Serverless Summit
 
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
TDC2018SP | Trilha Arq Java - Crie arquiteturas escalaveis, multi-language e ...
 
REST in an Async World
REST in an Async WorldREST in an Async World
REST in an Async World
 
Data Management in a Microservices World
Data Management in a Microservices WorldData Management in a Microservices World
Data Management in a Microservices World
 
Java @ Rio Meetup #1 - Java @ Oracle Cloud
Java @ Rio Meetup #1 - Java @ Oracle CloudJava @ Rio Meetup #1 - Java @ Oracle Cloud
Java @ Rio Meetup #1 - Java @ Oracle Cloud
 
MySQL Shell - The DevOps Tool for MySQL
MySQL Shell - The DevOps Tool for MySQLMySQL Shell - The DevOps Tool for MySQL
MySQL Shell - The DevOps Tool for MySQL
 
AUSOUG - Applied Machine Learning for Database Autonomous Health
AUSOUG - Applied Machine Learning for Database Autonomous HealthAUSOUG - Applied Machine Learning for Database Autonomous Health
AUSOUG - Applied Machine Learning for Database Autonomous Health
 
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
OOW16 - Build, Deploy, and Manage Smartphone Applications for Oracle E-Busine...
 
Oow MySQL Whats new in security overview sept 2017 v1
Oow MySQL Whats new in security overview sept 2017 v1Oow MySQL Whats new in security overview sept 2017 v1
Oow MySQL Whats new in security overview sept 2017 v1
 
Time-series Analytics using Matrix Profile and SAX
Time-series Analytics using Matrix Profile and SAXTime-series Analytics using Matrix Profile and SAX
Time-series Analytics using Matrix Profile and SAX
 
Zebra Livestream
Zebra LivestreamZebra Livestream
Zebra Livestream
 
TDC2018SP | Trilha Java Enterprise - O Java EE morreu? EE4J e so um plugin? E...
TDC2018SP | Trilha Java Enterprise - O Java EE morreu? EE4J e so um plugin? E...TDC2018SP | Trilha Java Enterprise - O Java EE morreu? EE4J e so um plugin? E...
TDC2018SP | Trilha Java Enterprise - O Java EE morreu? EE4J e so um plugin? E...
 
3° Sessione Oracle - CRUI: Mobile&Conversational Interface
3° Sessione Oracle - CRUI: Mobile&Conversational Interface3° Sessione Oracle - CRUI: Mobile&Conversational Interface
3° Sessione Oracle - CRUI: Mobile&Conversational Interface
 
Harnessing the Power of Optimizer Hints
Harnessing the Power of Optimizer HintsHarnessing the Power of Optimizer Hints
Harnessing the Power of Optimizer Hints
 
MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3MySQL Enterprise Monitor 3
MySQL Enterprise Monitor 3
 
Chicago JUG / GOTO Meetup
Chicago JUG / GOTO MeetupChicago JUG / GOTO Meetup
Chicago JUG / GOTO Meetup
 
Percona Live - Dublin 01 my sql ha-mysql-clusters
Percona Live - Dublin 01 my sql ha-mysql-clustersPercona Live - Dublin 01 my sql ha-mysql-clusters
Percona Live - Dublin 01 my sql ha-mysql-clusters
 
MySQL Group Replication
MySQL Group ReplicationMySQL Group Replication
MySQL Group Replication
 

Más de Oracle Developers

Más de Oracle Developers (20)

Fn meetup by Sardar Jamal Arif
Fn meetup by Sardar Jamal ArifFn meetup by Sardar Jamal Arif
Fn meetup by Sardar Jamal Arif
 
Get ready for_an_autonomous_data_driven_future_ext
Get ready for_an_autonomous_data_driven_future_extGet ready for_an_autonomous_data_driven_future_ext
Get ready for_an_autonomous_data_driven_future_ext
 
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish KapurCloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
Cloud Native Meetup Santa Clara 07-11-2019 by Manish Kapur
 
Container Native Development Tools - Talk by Mickey Boxell
Container Native Development Tools - Talk by Mickey BoxellContainer Native Development Tools - Talk by Mickey Boxell
Container Native Development Tools - Talk by Mickey Boxell
 
General Capabilities of GraalVM by Oleg Selajev @shelajev
General Capabilities of GraalVM by Oleg Selajev @shelajevGeneral Capabilities of GraalVM by Oleg Selajev @shelajev
General Capabilities of GraalVM by Oleg Selajev @shelajev
 
GraalVM Native Images by Oleg Selajev @shelajev
GraalVM Native Images by Oleg Selajev @shelajevGraalVM Native Images by Oleg Selajev @shelajev
GraalVM Native Images by Oleg Selajev @shelajev
 
Serverless Patterns by Jesse Butler
Serverless Patterns by Jesse ButlerServerless Patterns by Jesse Butler
Serverless Patterns by Jesse Butler
 
Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
Reactive Java Programming: A new Asynchronous Database Access API by Kuassi M...
 
Managing containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal ArifManaging containers on Oracle Cloud by Jamal Arif
Managing containers on Oracle Cloud by Jamal Arif
 
North America November Meetups
North America November MeetupsNorth America November Meetups
North America November Meetups
 
GraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
GraphPipe - Blazingly Fast Machine Learning Inference by Vish AbramsGraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
GraphPipe - Blazingly Fast Machine Learning Inference by Vish Abrams
 
North America Meetups in September
North America Meetups in September North America Meetups in September
North America Meetups in September
 
Introduction to the Oracle Container Engine
Introduction to the Oracle Container EngineIntroduction to the Oracle Container Engine
Introduction to the Oracle Container Engine
 
Oracle Data Science Platform
Oracle Data Science PlatformOracle Data Science Platform
Oracle Data Science Platform
 
Persistent storage with containers By Kaslin Fields
Persistent storage with containers By Kaslin FieldsPersistent storage with containers By Kaslin Fields
Persistent storage with containers By Kaslin Fields
 
The Fn Project by Jesse Butler
 The Fn Project by Jesse Butler The Fn Project by Jesse Butler
The Fn Project by Jesse Butler
 
Silicon Valley JUG meetup July 18, 2018
Silicon Valley JUG meetup July 18, 2018Silicon Valley JUG meetup July 18, 2018
Silicon Valley JUG meetup July 18, 2018
 
Hyperledger Austin meetup July 10, 2018
Hyperledger Austin meetup July 10, 2018Hyperledger Austin meetup July 10, 2018
Hyperledger Austin meetup July 10, 2018
 

Último

Último (20)

Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
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...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
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...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - 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
 

Building Modern Applications Using APIs, Microservices and Chatbots