SlideShare una empresa de Scribd logo
1 de 95
Descargar para leer sin conexión
Nashville Azure Meetup
NashAzure.com
Instrumentation Logging
Log Monitoring
Development
DevOps
Operations Security
Compliance
Monitoring
Governance
Coding
Unit TestingPerformance Testing
Architecture
Code Reviews
Coded-UI Testing
Integration Testing
Patching
Service Packs
Infrastructure EoL Mgmt
Procurement
Backup Management
Disaster Recovery
Build Automation
Release Pipeline
Automated Provisioning
Pipeline Orchestration Scripting
Continuous Integration
Firewall Rules
Intrusion Detection
Intrusion Prevention
Penetration Testing
Cybersecurity
Data
Classification
Encryption
Alerting
Tier 1 Support
GDPRSOC 2
Audit
ISO 27001
Vendor Management
User-Acceptance Testing
Risk Management Records Management
Configuration Mgmt
Asset Tracking
Licensing and Renewals
Cosmos DB
Zero to 60 with Azure Cosmos DB
Zero to 60
WHY?
WHAT?
HOW?
Typical Software Application
UI
(Front-end)
Database
(Back-end)
Typical Software Application
UI
(Front-end)
Database
(Back-end)
Database Workloads
Operational
Analytical
Streaming
App Database
Database Insights ML Models
Insights ML ModelsDatabaseIoT
Database Workloads
Operational
Analytical
Streaming
SQL Data Warehouse
Azure Data Lake
Hive + Spark
Machine Learning
Cosmos DB
Azure Cosmos DB: WHAT?
Azure Cosmos DB: WHAT?
Microsoft’s PaaS
Database Service
NOSQL
NoSQL
Data Store
Serverless
On-Premise
Cloud
Relational
Data
{}
JSON
Server
Infrastructure
Service
Endpoint
Azure Cosmos DB: WHAT?
Multi-Model
Database
Support for
multiple
database APIs
Multi-Model Capability
MongoDBApp A
App B
Cassandra
App C SQL Server
Cosmos DB
data migration
Cosmos DB
data migration
Cosmos DB
data migration
Multi-Model Capability
App A
App B
App C
Cosmos DB
Cosmos DB
Cosmos DB
Multi-Model Capability
App A
App B
App C
Cosmos DB
Cosmos DB
Cosmos DB
Cosmos DB Data Models
Cosmos DB
Column
Key-Value
Document
Graph
Cosmos DB Data Models
Column
Key-Value
Document
Graph
Cosmos DB Data Models
Column
Key-Value
Document
Graph
Application Deployment Scenario
Developer
Code
Application
+
Database
Application Deployment Scenario
Application
+
Database
Application Deployment Scenario
Application Deployment Scenario
Primary
Secondary
Secondary
Secondary
Secondary
Application Deployment Scenario
Secondary
Secondary
Secondary
Secondary
Primary
Application Deployment Scenario
Secondary
Secondary
Secondary
Secondary
Primary
Application Deployment Scenario
Secondary
Secondary
Secondary
Secondary
Primary
Geo-Distribution & Failover
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Dashboard
(Reads Only)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Geo-Distribution & Failover
Primary
Database
Primary
Database
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Geo-Distribution & Failover
Primary
Database
Primary
Database
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Geo-Distribution & Failover
Primary
Database
Primary
Database
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Geo-Distribution & Failover
Primary
Database
Secondary
(Read Replica 1)
Secondary
(Read Replica 2)
Secondary
(Read Replica n)
Application
(CRUD Operations)
Cosmos DB Geo-Distribution
West US
East US
Geo-distribution
Cosmos DB Geo-Distribution
East US
Geo-distribution
West US
All Users
Cosmos DB Geo-Distribution
East US
West US
All Users
Automatic
Failover
Cosmos DB Geo-Distribution
East US
West US
All Users
Cosmos DB Geo-Distribution
East US
West US
All Users
Cosmos DB Geo-Distribution
East US
West US
All Users
Cosmos DB Geo-Distribution
Planet-Scale Geo-Distribution
Available for all
Azure Regions
Cosmos DB Multi-Master Capability
East US
Geo-distribution
West US
All Users
Reads
+ Writes
Reads
Only
Cosmos DB Multi-Master Capability
East US
West US
New York
Reads
+ Writes
Reads
+ Writes
Seattle
Data Replication
Data Replication
20 40
60
0
Core Capabilities?
Multi-model
Geo-Distribution
Failover
Getting Started
Nomenclature
Data Migration
Programming Model
Advanced Topics
Change Feed
Gremlin API
Use-cases
Core Capabilities
Multi-model
Geo-Distribution
Failover 20 40
60
0
Getting Started?
Nomenclature
Data Migration
Programming Model
Advanced Topics
Change Feed
Gremlin API
Use-cases
Cosmos DB Nomenclature
Resource Model
Partitioning & Throughput
Consistency Levels
Cosmos DB Resource Model
Account
https://woodgrove.documents.azure.com
- R e pr esent s t h e C o s mo s D B I n s t anc e
- E x po s es A c c o u nt -lev el S e t t in gs
o G l o b a l d i s t r i b u t i o n
o C o n s i s t e n c y L e v e l s
o F i r e w a l l
o K e y s
Cosmos DB Resource Model
Account
https://woodgrove.documents.azure.com
Database
USA
Database
EUR
Database
AUS
- O n e o r m o r e d a t abas es i n e a c h a c c o u nt
- A c c o u nt -lev el S e t t in gs a p p lied t o e a c h a c c o u nt
o G l o b a l d i s t r i b u t i o n
o C o n s i s t e n c y L e v e l s
o F i r e w a l l
o K e y s
Cosmos DB Resource Model
Account
https://woodgrove.documents.azure.com
Database
USA
Database
EUR
Database
AUS
Collection
Customer
Collection
Account
Collection
Transaction
- S i m il ar t o a t ab l e
- R e pr esent s a l o g ic al e n t it y
Cosmos DB Resource Model
Account
https://woodgrove.documents.azure.com
Database
USA
Database
EUR
Database
AUS
Collection
Customer
Collection
Account
Collection
Transaction
Items
} E a c h i t em r e pr esent s
a J S O N r e c o r d
Cosmos DB Partitioning & Throughput
Account
https://woodgrove.documents.azure.com
Database
USA
Throughput
Cosmos DB Partitioning
Account
https://woodgrove.documents.azure.com
Database
USA
Partition Key: User Id
Cosmos DB Partitioning
Partition Key: User Id
hash(User Id)
Psuedo-random distribution of data over
range of possible hashed values
Cosmos DB Partitioning
hash(User Id)
….
Adnan
Lisa
…
Partition 1 Partition 2 Partition n
Pascal
Ali
Bob
Sonya
Rimma
Alice
Carol
…
Cosmos DB Throughput
Measured in Request Units (RU’s)
1 RU => Resources required to
read 1kb of data
Cosmos DB Throughput
Example Item Size: 1 kb
Reads per sec: 500
Writes per sec: 500
Request Units:
(500 x 1) + (500 x 5) = 3,000 RUs
Request Unit Calculator: https://www.documentdb.com/capacityplanner
Cosmos DB Consistency Levels
1. Strong
2. Bounded Staleness
3. Session
4. Consistent Prefix
5. Eventual
Cosmos DB Consistency Levels
1. Strong
2. Bounded Staleness
3. Session
4. Consistent Prefix
5. Eventual
Cosmos DB Consistency Levels
Geo-distribution and failover are not
required.
Cosmos DB Consistency Levels
One writer; multiple readers
Read Latency is acceptable, but data
staleness is NOT.
One version of the truth required for
all readers
Cosmos DB Consistency Levels
A certain known degree of staleness
is acceptable
Writes are fast, reads slightly slower
Cosmos DB Consistency Levels
Reads lag behind writes by most
k prefixes or t interval
Cosmos DB Consistency Levels
Read your own writes
Cosmos DB Consistency Levels
Never see out of order writes
Cosmos DB Consistency Levels
Potential for out-of-order writes
Data Migration to Cosmos DB
Azure Portal
Cosmos DB
Data Migration to Cosmos DB
Cosmos DB
MongoDB
Cassandra
SQL Server
Cosmos DB
Data Migration Tool
Programming Model
Cosmos DB
Programming Model
- Stored Procedures
- User-defined Functions (UDFs)
- Triggers
Core Capabilities
Multi-model
Geo-Distribution
Failover 20 40
60
0
Getting Started?
Nomenclature
Data Migration
Programming Model
Advanced Topics
Change Feed
Gremlin API
Use-cases
Core Capabilities
Multi-model
Geo-Distribution
Failover 20 40
60
0
Getting Started
Nomenclature
Data Migration
Programming Model
Advanced Topics
Change Feed
Gremlin API
Use-cases
Cosmos DB Change Feed
Cosmos DB
Cosmos DB Change Feed
Cosmos DB
Updates
Cosmos DB Change Feed
Cosmos DB
Change Feed
Consumer 1
Consumer 2
Consumer 3
Cosmos DB Gremlin API
Enables use of graph data model
Allows storage of Vertices, Edges, and Properties
Ideal for highly-connected data
Data queried using Gremlin queries
Cosmos DB Use Cases
E-Commerce
Healthcare
IoT
Operational
Analytical
Streaming
Use Case: E-Commerce
Use Case: E-Commerce
Region A Region B
Azure
Traffic Manager
App hosted
in Region B
App hosted
in Region A
Cosmos DB
in Region B
Cosmos DB
in Region A
Geo-Distribution
Use Case: Healthcare
Point-of-Care
(Bedside)
Telemetry
Notes
Prescriptions
Test
Results HDFS
EMR
Use Case: Healthcare
EMR
Cosmos DB
Use Case: Healthcare
Cosmos DB
Change Feed
Processor
Doctor
Pharmacy
Use Case: IoT
Cosmos DB
Sensor
Telemetry
Use Case: IoT
Cosmos DB
Change Feed
Processor
Cosmos DB
SQL Server
API
Use Case: IoT
Cosmos DB
Change Feed
Processor
Cosmos DB
SQL Server
API
Aircraft
Manufacturer
US DOT
Airline
Violations
Core Capabilities
Multi-model
Geo-Distribution
Failover 20 40
60
0
Getting Started
Nomenclature
Data Migration
Programming Model
Advanced Topics
Change Feed
Gremlin API
Use-cases
Recap
Cosmos DB
Recap
Cosmos DB
Simplified Management
- Provision within minutes
- No Infrastructure to manage
- No patches/updates
Recap
Cosmos DB
Disaster Recovery OOTB
- HADR/BCDR out-of-the-box
- Failover: Automatic + Manual
- Minimal to no configuration
Recap
Cosmos DB
Global Scalability
- Geo-Distribution
- Planet-scale
- Multi-Master support
Recap
Cosmos DB
Programmability
- REST API
- Multiple Languages supported
- Change Feed for event sourcing
REST
SDK
Thank You!
Azure Databricks
Nashville Azure Meetup
NashAzure.com

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Databricks Fundamentals
Databricks FundamentalsDatabricks Fundamentals
Databricks Fundamentals
 
Microsoft Azure Databricks
Microsoft Azure DatabricksMicrosoft Azure Databricks
Microsoft Azure Databricks
 
Azure cosmos db
Azure cosmos dbAzure cosmos db
Azure cosmos db
 
1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx1- Introduction of Azure data factory.pptx
1- Introduction of Azure data factory.pptx
 
Cloud Scale Analytics Pitch Deck
Cloud Scale Analytics Pitch DeckCloud Scale Analytics Pitch Deck
Cloud Scale Analytics Pitch Deck
 
Azure data platform overview
Azure data platform overviewAzure data platform overview
Azure data platform overview
 
Deep Dive Into Elasticsearch
Deep Dive Into ElasticsearchDeep Dive Into Elasticsearch
Deep Dive Into Elasticsearch
 
Azure CosmosDB the new frontier of big data and nosql
Azure CosmosDB the new frontier of big data and nosqlAzure CosmosDB the new frontier of big data and nosql
Azure CosmosDB the new frontier of big data and nosql
 
Building Lakehouses on Delta Lake with SQL Analytics Primer
Building Lakehouses on Delta Lake with SQL Analytics PrimerBuilding Lakehouses on Delta Lake with SQL Analytics Primer
Building Lakehouses on Delta Lake with SQL Analytics Primer
 
Azure App Service
Azure App ServiceAzure App Service
Azure App Service
 
Azure Active Directory - An Introduction
Azure Active Directory  - An IntroductionAzure Active Directory  - An Introduction
Azure Active Directory - An Introduction
 
Azure DataBricks for Data Engineering by Eugene Polonichko
Azure DataBricks for Data Engineering by Eugene PolonichkoAzure DataBricks for Data Engineering by Eugene Polonichko
Azure DataBricks for Data Engineering by Eugene Polonichko
 
Lakehouse in Azure
Lakehouse in AzureLakehouse in Azure
Lakehouse in Azure
 
TechEvent Databricks on Azure
TechEvent Databricks on AzureTechEvent Databricks on Azure
TechEvent Databricks on Azure
 
Azure storage
Azure storageAzure storage
Azure storage
 
Azure Synapse Analytics Overview (r1)
Azure Synapse Analytics Overview (r1)Azure Synapse Analytics Overview (r1)
Azure Synapse Analytics Overview (r1)
 
Azure 10 major services
Azure 10 major servicesAzure 10 major services
Azure 10 major services
 
Azure data bricks by Eugene Polonichko
Azure data bricks by Eugene PolonichkoAzure data bricks by Eugene Polonichko
Azure data bricks by Eugene Polonichko
 
Azure Database Services for MySQL PostgreSQL and MariaDB
Azure Database Services for MySQL PostgreSQL and MariaDBAzure Database Services for MySQL PostgreSQL and MariaDB
Azure Database Services for MySQL PostgreSQL and MariaDB
 
Migrating on premises workload to azure sql database
Migrating on premises workload to azure sql databaseMigrating on premises workload to azure sql database
Migrating on premises workload to azure sql database
 

Similar a Zero to 60 with Azure Cosmos DB

Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
Justin Smestad
 
AWS Cloud Kata 2014 | Jakarta - Startup Best Practices
AWS Cloud Kata 2014 | Jakarta - Startup Best PracticesAWS Cloud Kata 2014 | Jakarta - Startup Best Practices
AWS Cloud Kata 2014 | Jakarta - Startup Best Practices
Amazon Web Services
 

Similar a Zero to 60 with Azure Cosmos DB (20)

Globally Distributed Modern Apps using Azure Cosmos DB and Azure Functions
Globally Distributed Modern Apps using Azure Cosmos DB and Azure FunctionsGlobally Distributed Modern Apps using Azure Cosmos DB and Azure Functions
Globally Distributed Modern Apps using Azure Cosmos DB and Azure Functions
 
Modeling data and best practices for the Azure Cosmos DB.
Modeling data and best practices for the Azure Cosmos DB.Modeling data and best practices for the Azure Cosmos DB.
Modeling data and best practices for the Azure Cosmos DB.
 
Solved: Your Most Dreaded Test Environment Management Challenges
Solved: Your Most Dreaded Test Environment Management ChallengesSolved: Your Most Dreaded Test Environment Management Challenges
Solved: Your Most Dreaded Test Environment Management Challenges
 
Serverless Analytics with Amazon Redshift Spectrum, AWS Glue, and Amazon Quic...
Serverless Analytics with Amazon Redshift Spectrum, AWS Glue, and Amazon Quic...Serverless Analytics with Amazon Redshift Spectrum, AWS Glue, and Amazon Quic...
Serverless Analytics with Amazon Redshift Spectrum, AWS Glue, and Amazon Quic...
 
Azure CosmosDb
Azure CosmosDbAzure CosmosDb
Azure CosmosDb
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
Build A Website on AWS for Your First 10 Million Users
Build A Website on AWS for Your First 10 Million UsersBuild A Website on AWS for Your First 10 Million Users
Build A Website on AWS for Your First 10 Million Users
 
Best Practices Scaling Web Application Up to Your First 10 Million Users
Best Practices Scaling Web Application Up to Your First 10 Million UsersBest Practices Scaling Web Application Up to Your First 10 Million Users
Best Practices Scaling Web Application Up to Your First 10 Million Users
 
Dev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWSDev/Test Environment Provisioning and Management on AWS
Dev/Test Environment Provisioning and Management on AWS
 
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
AWS Cloud Kata 2014 | Jakarta - 2-1 AWS Intro and Scale 2014
 
Samedi SQL Québec - La plateforme data de Azure
Samedi SQL Québec - La plateforme data de AzureSamedi SQL Québec - La plateforme data de Azure
Samedi SQL Québec - La plateforme data de Azure
 
How to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWSHow to Scale to Millions of Users with AWS
How to Scale to Millions of Users with AWS
 
Aplicaciones a gran escala: Cómo servir a millones de usuarios
Aplicaciones a gran escala: Cómo servir a millones de usuariosAplicaciones a gran escala: Cómo servir a millones de usuarios
Aplicaciones a gran escala: Cómo servir a millones de usuarios
 
Azure: Lessons From The Field
Azure: Lessons From The FieldAzure: Lessons From The Field
Azure: Lessons From The Field
 
AWS Cloud Kata 2014 | Jakarta - Startup Best Practices
AWS Cloud Kata 2014 | Jakarta - Startup Best PracticesAWS Cloud Kata 2014 | Jakarta - Startup Best Practices
AWS Cloud Kata 2014 | Jakarta - Startup Best Practices
 
Azure Cosmos DB - NoSQL Strikes Back (An introduction to the dark side of you...
Azure Cosmos DB - NoSQL Strikes Back (An introduction to the dark side of you...Azure Cosmos DB - NoSQL Strikes Back (An introduction to the dark side of you...
Azure Cosmos DB - NoSQL Strikes Back (An introduction to the dark side of you...
 
Cosmos DB - Database for Serverless era
Cosmos DB - Database for Serverless eraCosmos DB - Database for Serverless era
Cosmos DB - Database for Serverless era
 
Big Data Goes Airborne. Propelling Your Big Data Initiative with Ironcluster ...
Big Data Goes Airborne. Propelling Your Big Data Initiative with Ironcluster ...Big Data Goes Airborne. Propelling Your Big Data Initiative with Ironcluster ...
Big Data Goes Airborne. Propelling Your Big Data Initiative with Ironcluster ...
 
Windows Azure: Lessons From The Field
Windows Azure: Lessons From The FieldWindows Azure: Lessons From The Field
Windows Azure: Lessons From The Field
 
Dean Bryen: Scaling The Platform For Your Startup
Dean Bryen: Scaling The Platform For Your StartupDean Bryen: Scaling The Platform For Your Startup
Dean Bryen: Scaling The Platform For Your Startup
 

Último

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
 

Último (20)

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...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
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
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
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...
 
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...
 
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
 
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
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
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
 

Zero to 60 with Azure Cosmos DB