SlideShare a Scribd company logo
1 of 58
Download to read offline
Azure Search
for Your App
Nurul Arif Setiawan
CTO, Dycode
Microsoft Azure
{
name: “Nurul Arif Setiawan”,
twitter: “@ken121f”,
position: “CTO”,
company: “Dycode”,
stack: [“C++”, “Javascript”],
avatar:
}
GET /indexes/speakers/docs?search=arif
What is Search ?
What is Search?
where [field] like '%query%' isn’t a search
engine
What is Search?
Database index
Full text search index
What is Search?
Text Parsing
Stop word
removal
Stemming Full text index
What is Search?
Text Parsing
Stop word
removal
Stemming Full text index
akulah si telaga: berlayarlah di atasnya;
berlayarlah menyibakkan riak-riak kecil
yang menggerakkan bunga-bunga padma;
Aku ingin mencintaimu dengan sederhana
dengan kata yang tak sempat diucapkan
kayu kepada api yang menjadikannya abu
What is Search?
Text Parsing
Stop word
removal
Stemming Full text index
Akulah
si
telaga:
Berlayarlah
di
atasnya;
berlayarlah
Menyibakkan
riak-riak
What is Search?
Text Parsing
Stop word
removal
Stemming Full text index
Akulah
telaga:
Berlayarlah
berlayarlah
Menyibakkan
riak-riak
What is Search?
Text Parsing
Stop word
removal
Stemming Full text index
aku
telaga
layar
layar
sibak
riak
What is Search?
Text Parsing
Stop word
removal
Stemming Full text index
id terms Document : position
1 aku 1:1, 2:1
2 telaga 1:3
3 layar 1:4, 1:7
12 ingin 2,2
13 cinta 2,3
What is Search?
id terms Document : position
1 aku 1:1, 2:1
2 telaga 1:3
3 layar 1:4, 1:7
12 ingin 2:2
13 cinta 2:3
cinta => document no 2
Aku ingin mencintaimu dengan sederhana
dengan kata yang tak sempat diucapkan kayu
kepada api yang menjadikannya abu
cinta
Why Search ?
Search
E-commerce
Booking
Etc
Azure Search
Search servers
Apache Lucene
Elastic Search
Apache Solr
Endeca
Autonomy
Microsoft Search Server
Databases : MS SQL, PostgreSQL, MySQL, MongoDB, etc
SQL
Database
SQL Server
VM
DocumentDB
Search HDInsight
Additional
databases
Azure Search
Azure Search
Search-as-a-service for web and mobile
app development
Azure Search
Managed
High performance
Horizontally scalable
Elastic Search under the covers
REST API
.NET SDK Available
Simple REST API for creating indexes, pushing
documents, searching
Keyword search with user-friendly operators (+, -, *, “”,
etc.)
Hit highlighting
Faceting (histograms over ranges, typically used in
catalog browsing)
Search Functionality
Suggestions (auto-complete)
Rich structured queries (filter, select, sort) that
combines with search
Scoring profiles to model search result relevance
Geo-spatial support integrated in filtering, sorting and
ranking
Search Functionality
Suggestion
Faceting
Scoring Profiles
Control items relevance in the context of the current
search operation
Boosting items score by specific criteria
Weighting
Freshness
Magnitude
Distance
Azure Search Setup
Demo
Create New Search Service
Search Workflow
Create Index
Add or Update documents
Search
Search Index
Index
Predefined structure
Not dynamic
Field has characteristics
Update index function is limited
Index
Index Fields
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Edm.String
Collection(Edm.String)
Edm.Int32
Edm.Int64
Edm.Double
Edm.Boolean
Edm.DateTimeOffset
Edm.GeographyPoint
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Full text search-able
Edm.String
Collection(Edm.String)
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Exact match
All types
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Sorting result
Default sorted by score
All except Collection(Edm.String)
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Used to group items
All except Edm.GeographyPoint
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Required!
Only one field for the document
Can be used to look up a
document directly
Update
Delete
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Set if field is shown in search result
Azure Search Index
Name
Type
Searchable
Filterable
Sortable
Facetable
Key
Retrievable
Analyzer
Stemming
Stop words
For non-english languange
https://msdn.microsoft.com/en-us/library/azure/dn879793.aspx
Basic Search API
Demo
https://msdn.microsoft.com/en-us/library/azure/dn798935.aspx
Azure Search
Create Index
POST https://[servicename].search.windows.net/indexes?api-
version=2015-02-28
Content-Type: application/json
api-key: [admin key]
Azure Search
Get Index
GET https://[service name].search.windows.net/indexes/[index
name]?api-version=2015-02-28
api-key: [admin key]
Azure Search
Add or Update Documents
POST https://[service name].search.windows.net/indexes/[index
name]/docs/index?api-version=2015-02-28
Content-Type: application/json
api-key: [admin key]
Azure Search
Search/Query Documents
GET https://[service name].search.windows.net/indexes/[index
name]/docs?[query parameters]&api-version=2015-02-28
Accept: application/json
api-key: [admin key]
Azure Search
Search/Query Parameters
search=string
searchFields=[string]
$orderby=[string]
$select=[string]
facet=[string]
$filter=[string]
highlight=[string]
scoringProfile=[string]
https://msdn.microsoft.com/en-us/library/azure/dn798927.aspx
https://msdn.microsoft.com/en-us/library/azure/dn798921.aspx
Azure Search Pricing
Pricing Tier
Scaling
Scaling
Search unit : Replica + Partition
Replica : More performance. Each replica store copy of
index (distributed read)
Partition : More documents (storage), faster ingestion
https://msdn.microsoft.com/en-us/library/azure/dn798934.aspx
More Search API
Demo
Questions ?
Thank you

More Related Content

What's hot

Chicago Solr Meetup - June 10th: Exploring Hadoop with Search
Chicago Solr Meetup - June 10th: Exploring Hadoop with SearchChicago Solr Meetup - June 10th: Exploring Hadoop with Search
Chicago Solr Meetup - June 10th: Exploring Hadoop with SearchLucidworks (Archived)
 
Searching Relational Data with Elasticsearch
Searching Relational Data with ElasticsearchSearching Relational Data with Elasticsearch
Searching Relational Data with Elasticsearchsirensolutions
 
Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...
Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...
Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...lucenerevolution
 
Building a real time big data analytics platform with solr
Building a real time big data analytics platform with solrBuilding a real time big data analytics platform with solr
Building a real time big data analytics platform with solrTrey Grainger
 
Elasticsearch Data Analyses
Elasticsearch Data AnalysesElasticsearch Data Analyses
Elasticsearch Data AnalysesAlaa Elhadba
 
Designing and Building a Graph Database Application – Architectural Choices, ...
Designing and Building a Graph Database Application – Architectural Choices, ...Designing and Building a Graph Database Application – Architectural Choices, ...
Designing and Building a Graph Database Application – Architectural Choices, ...Neo4j
 
Seravia in the Cloud
Seravia in the CloudSeravia in the Cloud
Seravia in the Cloudkidrane
 
Webinar: Solr 6 Deep Dive - SQL and Graph
Webinar: Solr 6 Deep Dive - SQL and GraphWebinar: Solr 6 Deep Dive - SQL and Graph
Webinar: Solr 6 Deep Dive - SQL and GraphLucidworks
 
Elasticsearch From the Bottom Up
Elasticsearch From the Bottom UpElasticsearch From the Bottom Up
Elasticsearch From the Bottom Upfoundsearch
 
How to integrate Splunk with any data solution
How to integrate Splunk with any data solutionHow to integrate Splunk with any data solution
How to integrate Splunk with any data solutionJulian Hyde
 
Elasticsearch in 15 minutes
Elasticsearch in 15 minutesElasticsearch in 15 minutes
Elasticsearch in 15 minutesDavid Pilato
 
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, LucidworksA Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, LucidworksLucidworks
 

What's hot (14)

Chicago Solr Meetup - June 10th: Exploring Hadoop with Search
Chicago Solr Meetup - June 10th: Exploring Hadoop with SearchChicago Solr Meetup - June 10th: Exploring Hadoop with Search
Chicago Solr Meetup - June 10th: Exploring Hadoop with Search
 
Searching Relational Data with Elasticsearch
Searching Relational Data with ElasticsearchSearching Relational Data with Elasticsearch
Searching Relational Data with Elasticsearch
 
Elasticsearch
ElasticsearchElasticsearch
Elasticsearch
 
Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...
Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...
Boosting Documents in Solr by Recency, Popularity and Personal Preferences - ...
 
Building a real time big data analytics platform with solr
Building a real time big data analytics platform with solrBuilding a real time big data analytics platform with solr
Building a real time big data analytics platform with solr
 
Elasticsearch Data Analyses
Elasticsearch Data AnalysesElasticsearch Data Analyses
Elasticsearch Data Analyses
 
Designing and Building a Graph Database Application – Architectural Choices, ...
Designing and Building a Graph Database Application – Architectural Choices, ...Designing and Building a Graph Database Application – Architectural Choices, ...
Designing and Building a Graph Database Application – Architectural Choices, ...
 
Vegas ES
Vegas ESVegas ES
Vegas ES
 
Seravia in the Cloud
Seravia in the CloudSeravia in the Cloud
Seravia in the Cloud
 
Webinar: Solr 6 Deep Dive - SQL and Graph
Webinar: Solr 6 Deep Dive - SQL and GraphWebinar: Solr 6 Deep Dive - SQL and Graph
Webinar: Solr 6 Deep Dive - SQL and Graph
 
Elasticsearch From the Bottom Up
Elasticsearch From the Bottom UpElasticsearch From the Bottom Up
Elasticsearch From the Bottom Up
 
How to integrate Splunk with any data solution
How to integrate Splunk with any data solutionHow to integrate Splunk with any data solution
How to integrate Splunk with any data solution
 
Elasticsearch in 15 minutes
Elasticsearch in 15 minutesElasticsearch in 15 minutes
Elasticsearch in 15 minutes
 
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, LucidworksA Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
A Multifaceted Look At Faceting - Ted Sullivan, Lucidworks
 

Viewers also liked

Natuurkunde po powerpoint
Natuurkunde po powerpointNatuurkunde po powerpoint
Natuurkunde po powerpointMaartje Meekes
 
Ordenagailuaren mantentzerako programak
Ordenagailuaren mantentzerako programakOrdenagailuaren mantentzerako programak
Ordenagailuaren mantentzerako programakmirenmaialen
 
CMS Made Simple workshop
CMS Made Simple workshopCMS Made Simple workshop
CMS Made Simple workshopMade Simple
 
Aids and the_duty_to_warn-1
Aids and the_duty_to_warn-1Aids and the_duty_to_warn-1
Aids and the_duty_to_warn-1lisawhistler
 
2014年12月04日 ヒーロー島 Azureスペシャル
2014年12月04日 ヒーロー島 Azureスペシャル2014年12月04日 ヒーロー島 Azureスペシャル
2014年12月04日 ヒーロー島 AzureスペシャルDaiyu Hatakeyama
 
RIL and Android Telephony
RIL and Android TelephonyRIL and Android Telephony
RIL and Android TelephonyLeaf Johnson
 

Viewers also liked (15)

Corporate presentation 2013 cytorex biosciences inc
Corporate presentation 2013 cytorex biosciences inc Corporate presentation 2013 cytorex biosciences inc
Corporate presentation 2013 cytorex biosciences inc
 
Natuurkunde po powerpoint
Natuurkunde po powerpointNatuurkunde po powerpoint
Natuurkunde po powerpoint
 
GBM Cancer Cells Reserach Report MCG 2008
GBM Cancer Cells Reserach  Report MCG 2008GBM Cancer Cells Reserach  Report MCG 2008
GBM Cancer Cells Reserach Report MCG 2008
 
Ordenagailuaren mantentzerako programak
Ordenagailuaren mantentzerako programakOrdenagailuaren mantentzerako programak
Ordenagailuaren mantentzerako programak
 
FC201401041
FC201401041FC201401041
FC201401041
 
Corporate presentation 2013 cytorex biosciences inc
Corporate presentation 2013 cytorex biosciences inc Corporate presentation 2013 cytorex biosciences inc
Corporate presentation 2013 cytorex biosciences inc
 
Client server
Client serverClient server
Client server
 
CMS Made Simple workshop
CMS Made Simple workshopCMS Made Simple workshop
CMS Made Simple workshop
 
Listado de Aspirantes a Cadete Admitidos EMV - 06SEP1970
Listado de Aspirantes a Cadete Admitidos EMV - 06SEP1970Listado de Aspirantes a Cadete Admitidos EMV - 06SEP1970
Listado de Aspirantes a Cadete Admitidos EMV - 06SEP1970
 
Aids and the_duty_to_warn-1
Aids and the_duty_to_warn-1Aids and the_duty_to_warn-1
Aids and the_duty_to_warn-1
 
CCNA Syllabus
CCNA SyllabusCCNA Syllabus
CCNA Syllabus
 
Mi pert 2
Mi pert 2Mi pert 2
Mi pert 2
 
Mi vida eres tu
Mi vida eres tuMi vida eres tu
Mi vida eres tu
 
2014年12月04日 ヒーロー島 Azureスペシャル
2014年12月04日 ヒーロー島 Azureスペシャル2014年12月04日 ヒーロー島 Azureスペシャル
2014年12月04日 ヒーロー島 Azureスペシャル
 
RIL and Android Telephony
RIL and Android TelephonyRIL and Android Telephony
RIL and Android Telephony
 

Similar to Azure Search for Your App

Spsvb Developer Intro to SharePoint Search
Spsvb   Developer Intro to SharePoint SearchSpsvb   Developer Intro to SharePoint Search
Spsvb Developer Intro to SharePoint SearchMichael Oryszak
 
Spsvb Developer Intro to SharePoint Search
Spsvb   Developer Intro to SharePoint SearchSpsvb   Developer Intro to SharePoint Search
Spsvb Developer Intro to SharePoint SearchMichael Oryszak
 
Advanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAdvanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAsad Abbas
 
Philly PHP: April '17 Elastic Search Introduction by Aditya Bhamidpati
Philly PHP: April '17 Elastic Search Introduction by Aditya BhamidpatiPhilly PHP: April '17 Elastic Search Introduction by Aditya Bhamidpati
Philly PHP: April '17 Elastic Search Introduction by Aditya BhamidpatiRobert Calcavecchia
 
Introduction to enterprise search
Introduction to enterprise searchIntroduction to enterprise search
Introduction to enterprise searchUsama Nada
 
Houston tech fest dev intro to sharepoint search
Houston tech fest   dev intro to sharepoint searchHouston tech fest   dev intro to sharepoint search
Houston tech fest dev intro to sharepoint searchMichael Oryszak
 
Coding against the Office Graph
Coding against the Office GraphCoding against the Office Graph
Coding against the Office GraphOliver Wirkus
 
Azure_Purview.pdf
Azure_Purview.pdfAzure_Purview.pdf
Azure_Purview.pdfhija7
 
Search for Clarify/Dovetail
Search for Clarify/DovetailSearch for Clarify/Dovetail
Search for Clarify/DovetailGary Sherman
 
Patent searching
Patent searchingPatent searching
Patent searchingMike Paxton
 
You Don't Know SEO
You Don't Know SEOYou Don't Know SEO
You Don't Know SEOMichael King
 
Faceted search using Solr and Ontopia
Faceted search using Solr and OntopiaFaceted search using Solr and Ontopia
Faceted search using Solr and OntopiaGeir Ove Grønmo
 
Introduction to Elasticsearch
Introduction to ElasticsearchIntroduction to Elasticsearch
Introduction to ElasticsearchSperasoft
 

Similar to Azure Search for Your App (20)

Microsoft Azure Search
Microsoft Azure SearchMicrosoft Azure Search
Microsoft Azure Search
 
Spsvb Developer Intro to SharePoint Search
Spsvb   Developer Intro to SharePoint SearchSpsvb   Developer Intro to SharePoint Search
Spsvb Developer Intro to SharePoint Search
 
Spsvb Developer Intro to SharePoint Search
Spsvb   Developer Intro to SharePoint SearchSpsvb   Developer Intro to SharePoint Search
Spsvb Developer Intro to SharePoint Search
 
Advanced full text searching techniques using Lucene
Advanced full text searching techniques using LuceneAdvanced full text searching techniques using Lucene
Advanced full text searching techniques using Lucene
 
Philly PHP: April '17 Elastic Search Introduction by Aditya Bhamidpati
Philly PHP: April '17 Elastic Search Introduction by Aditya BhamidpatiPhilly PHP: April '17 Elastic Search Introduction by Aditya Bhamidpati
Philly PHP: April '17 Elastic Search Introduction by Aditya Bhamidpati
 
Introduction to enterprise search
Introduction to enterprise searchIntroduction to enterprise search
Introduction to enterprise search
 
EpiServer find Macaw
EpiServer find MacawEpiServer find Macaw
EpiServer find Macaw
 
Houston tech fest dev intro to sharepoint search
Houston tech fest   dev intro to sharepoint searchHouston tech fest   dev intro to sharepoint search
Houston tech fest dev intro to sharepoint search
 
Coding against the Office Graph
Coding against the Office GraphCoding against the Office Graph
Coding against the Office Graph
 
Elasticsearch
ElasticsearchElasticsearch
Elasticsearch
 
Azure_Purview.pdf
Azure_Purview.pdfAzure_Purview.pdf
Azure_Purview.pdf
 
Search for Clarify/Dovetail
Search for Clarify/DovetailSearch for Clarify/Dovetail
Search for Clarify/Dovetail
 
Patent searching
Patent searchingPatent searching
Patent searching
 
You Don't Know SEO
You Don't Know SEOYou Don't Know SEO
You Don't Know SEO
 
Search Systems
Search SystemsSearch Systems
Search Systems
 
Microsoft Purview
Microsoft PurviewMicrosoft Purview
Microsoft Purview
 
Searching techniques
Searching techniquesSearching techniques
Searching techniques
 
Searching techniques
Searching techniquesSearching techniques
Searching techniques
 
Faceted search using Solr and Ontopia
Faceted search using Solr and OntopiaFaceted search using Solr and Ontopia
Faceted search using Solr and Ontopia
 
Introduction to Elasticsearch
Introduction to ElasticsearchIntroduction to Elasticsearch
Introduction to Elasticsearch
 

Recently uploaded

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 2024Rafal Los
 
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...Miguel Araújo
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
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...Drew Madelung
 
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 Processorsdebabhi2
 
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 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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...Martijn de Jong
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
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 AutomationSafe Software
 
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 WorkerThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Recently uploaded (20)

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
 
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...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
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...
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
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
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Azure Search for Your App