SlideShare a Scribd company logo
1 of 46
Download to read offline
Indexing Videos in Solr
Gary Sieling (@garysieling)
Lead Software Engineer
Wingspan, a QuintilesIMS Company
FindLectures.com
Case Study
on Indexing Historic Videos
@findlectures
Demo
Agenda
• Demo
• Crawling
• Search Use Cases
• Machine Learning
5
01
Lunch and Learn
Discover Quality Material:
• Conference Talks
• Interviews
• Lectures
• Speeches
6
01
Digitized Videos
7
01
Goal: Street View for History
8
01
History of Recording Formats
• 1857: Earliest Audio Recordings
• 1877: Gramophone
• 1912: First Presidential Speech
• 1895-1936: Silent Films
• 1962: Cassette Tapes
• 1976: VHS Tapes
• 2005: Youtube
9
01
Talk Metadata
10
01
Crawling - Developer Tools
11
01
Year Detection
title.match(
/bddddb/
)
12
01
Years
talk_year_i = ($) =>
$('.sidebar-block-header')
.text()
.match('bddddb')[0]
}
13
01
Cheerio.js
Command line jQuery
const attrs = {
description_s: () => $('.copy p').text(),
title_s: () => $('#title').text(),
...
}
const $ = require('cheerio').load(str);
14
01
Data Sources
gresham.ac.uk
["gresham.ac.uk/.../queen-elizabeth-ii", ...]
[{ title: "Queen Elizabeth II",
collection: "Gresham College",
speaker: "...",
description: "...",
audio_url: "..." }, ...]
youtube.com/user/GreshamCollege
[{ title: "Queen Elizabeth II",
video_url: "...",
auto_transcript: "...",
length: ...}]
[[{ categories: ["History, ...]}]]
[[{ clipping: 2% }]]
[[{ status: 200 OK }]]
15
01
Problem: Default User Experience
• Discover New Topics
• Lunch Time Video
• High-Quality
16
01
Solution: Default Ranking
• List of good publishers
• De-rank "bad" talks (too technical or heavy topics)
• Daily randomization (compare to Reddit)
• Embeddable video
17
01
Solution: Quality Score
• Is Keynote
• Keynote Level Speaker
• NSFW
• Language
• # Recommendations
• Channel Balance
• Audio Noise
• # Ums
• Age
18
01
Outcome: Ranking for User Experience
19
01
Problem: Search by Time Period
Example: Talks from 1985
• 1985
• 1980s
• 80s
• 1900s
• 20th century
• Reagan Era
20
01
Problem: Search By Category
IBM Watson Taxonomy (1,000+ tags)
21
01
Creating New Categories
Entity Recognition - Medical Terms
22
01
Problem: Propaganda
In Primary Source Documents
• "Communist China"
• "Soviet Russia"
• "Nazi Germany"
23
01
Problem: Propaganda
In Primary Source Documents
• "Axis of Evil"
• "America First"
24
01
Example: "Axis of Evil"
25
01
Problem: Propaganda
Caption Storage
00:13:20 world states like these and their
00:13:23 terrorist allies constitute an axis of evil
00:13:27 arming to threaten the Peace of the world
26
01
Problem: Missing Captions
Smith-Waterman Alignment
00:40:32 push again and I'll say to them read my 00:40:37 lips - - -
- push again, and I'll say to them, "Read my - lips: no new taxes."
00:40:32 push again, and I'll say to them, "Read my 00:40:37 lips: no
new taxes."
27
01
Problem: Propaganda
Caption Analyzer Configuration
<analyzer type="index">
<analyzer
class="org.apache.lucene.analysis.PatternCaptureGroupFilterFactory"
pattern="^dd:dd:dd(.*)$"
preserve_original="true" />
...
</analyzer>
28
01
Outcome for "America First"
29
01
Locating Video
https://www.youtube.com/watch?v=t9AmuYqjRyg&
t=60
30
01
Outcome: Search within video
31
01
Problem: Suggestions
By Purchases?
32
01
Problem: Suggestions
By the next search?
33
01
Problem: Suggestions
By wikipedia?
34
01
Problem: Noise
35
01
Solution: Word2Vec + DBPedia Entries
36
01
Example:
Gloria Steinem - Person + Ideology ~=
• Marxist Feminism
• Radical Feminism
• Feminist Movement
• Feminist Theory
37
01
Solution: Word2Vec + DBPedia Entries
38
01
DBPedia: Filter Entities with SPARQL
select ?property ?value
where {
<http://dbpedia.org/resource/Vietnam_War>
<http://www.w3.org/2000/01/rdf-schema#label> ?value .
<http://dbpedia.org/resource/Vietnam_War>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
<http://dbpedia.org/ontology/Person>
FILTER(
LANG(?value) = "" ||
LANGMATCHES(LANG(?value), "en"))
}
39
01
Outcome: Speakers + "Martin Luther King, Jr."
• Martin Luther King III
• Martin Luther
• Ralph Abernathy
• James Bevel
• Malcolm X
• Fred Shuttlesworth
• Stokely Carmichael
40
01
Outcome: Topics + "Vietnam War"
• South Vietnam
• North Vietnam
• Military history of Australia during the Vietnam War
• Laotian Civil War
• Republic of Vietnam
• First Indochina War
• Cold War
41
01
Storing Recommendations
Solr Core: Suggestions
Term: Ron Chernow
Suggestions: "['Joseph Ellis', 'Gordon S. Wood', 'Kevin
Phillips', 'David Brion Davis', 'David Levering Lewis', 'Paul
Collier', 'James B. Stewart', 'Ron Rosenbaum', 'Jean Edward
Smith', 'Gordon A. Craig']"
42
01
Outcome: People Mentioned In The Same Article
43
01
Resources
• "Relevant Search"
• Cheerio.js
• Deeplearning4j
• Gensim
• Semantic UI
• SearchKit (for ElasticSearch)
44
01
FindLectures.com
Weekly Emails with Lunch and Learn Suggestions
http://findlectures.com/emails
@findlectures
45
01
We're Hiring!
www.wingspan.com
Thank You
@findlectures
@garysieling

More Related Content

More from Lucidworks

Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...
Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...
Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...Lucidworks
 
AI-Powered Linguistics and Search with Fusion and Rosette
AI-Powered Linguistics and Search with Fusion and RosetteAI-Powered Linguistics and Search with Fusion and Rosette
AI-Powered Linguistics and Search with Fusion and RosetteLucidworks
 
The Service Industry After COVID-19: The Soul of Service in a Virtual Moment
The Service Industry After COVID-19: The Soul of Service in a Virtual MomentThe Service Industry After COVID-19: The Soul of Service in a Virtual Moment
The Service Industry After COVID-19: The Soul of Service in a Virtual MomentLucidworks
 
Webinar: Smart answers for employee and customer support after covid 19 - Europe
Webinar: Smart answers for employee and customer support after covid 19 - EuropeWebinar: Smart answers for employee and customer support after covid 19 - Europe
Webinar: Smart answers for employee and customer support after covid 19 - EuropeLucidworks
 
Smart Answers for Employee and Customer Support After COVID-19
Smart Answers for Employee and Customer Support After COVID-19Smart Answers for Employee and Customer Support After COVID-19
Smart Answers for Employee and Customer Support After COVID-19Lucidworks
 
Applying AI & Search in Europe - featuring 451 Research
Applying AI & Search in Europe - featuring 451 ResearchApplying AI & Search in Europe - featuring 451 Research
Applying AI & Search in Europe - featuring 451 ResearchLucidworks
 
Webinar: Accelerate Data Science with Fusion 5.1
Webinar: Accelerate Data Science with Fusion 5.1Webinar: Accelerate Data Science with Fusion 5.1
Webinar: Accelerate Data Science with Fusion 5.1Lucidworks
 
Webinar: 5 Must-Have Items You Need for Your 2020 Ecommerce Strategy
Webinar: 5 Must-Have Items You Need for Your 2020 Ecommerce StrategyWebinar: 5 Must-Have Items You Need for Your 2020 Ecommerce Strategy
Webinar: 5 Must-Have Items You Need for Your 2020 Ecommerce StrategyLucidworks
 
Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...
Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...
Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...Lucidworks
 
Apply Knowledge Graphs and Search for Real-World Decision Intelligence
Apply Knowledge Graphs and Search for Real-World Decision IntelligenceApply Knowledge Graphs and Search for Real-World Decision Intelligence
Apply Knowledge Graphs and Search for Real-World Decision IntelligenceLucidworks
 
Webinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise SearchWebinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise SearchLucidworks
 
Why Insight Engines Matter in 2020 and Beyond
Why Insight Engines Matter in 2020 and BeyondWhy Insight Engines Matter in 2020 and Beyond
Why Insight Engines Matter in 2020 and BeyondLucidworks
 
Webinar: Lucidworks Managed Search
Webinar: Lucidworks Managed SearchWebinar: Lucidworks Managed Search
Webinar: Lucidworks Managed SearchLucidworks
 
KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...
KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...
KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...Lucidworks
 
Using Search to Drive Self-Help Success at Veritas
Using Search to Drive Self-Help Success at VeritasUsing Search to Drive Self-Help Success at Veritas
Using Search to Drive Self-Help Success at VeritasLucidworks
 
Using Signals in Lucidworks Fusion
Using Signals in Lucidworks FusionUsing Signals in Lucidworks Fusion
Using Signals in Lucidworks FusionLucidworks
 
Enterprise Information Architecture: Empowering AI in the Digital Workplace
Enterprise Information Architecture: Empowering AI in the Digital WorkplaceEnterprise Information Architecture: Empowering AI in the Digital Workplace
Enterprise Information Architecture: Empowering AI in the Digital WorkplaceLucidworks
 
Lucidworks Fusion at Foot Locker: Speed at Scale
Lucidworks Fusion at Foot Locker: Speed at ScaleLucidworks Fusion at Foot Locker: Speed at Scale
Lucidworks Fusion at Foot Locker: Speed at ScaleLucidworks
 
Building Search and Personalization at Nordstrom Rack | Hautelook
Building Search and Personalization at Nordstrom Rack | HautelookBuilding Search and Personalization at Nordstrom Rack | Hautelook
Building Search and Personalization at Nordstrom Rack | HautelookLucidworks
 
Applying AI and Search In Europe
Applying AI and Search In EuropeApplying AI and Search In Europe
Applying AI and Search In EuropeLucidworks
 

More from Lucidworks (20)

Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...
Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...
Accelerate The Path To Purchase With Product Discovery at Retail Innovation C...
 
AI-Powered Linguistics and Search with Fusion and Rosette
AI-Powered Linguistics and Search with Fusion and RosetteAI-Powered Linguistics and Search with Fusion and Rosette
AI-Powered Linguistics and Search with Fusion and Rosette
 
The Service Industry After COVID-19: The Soul of Service in a Virtual Moment
The Service Industry After COVID-19: The Soul of Service in a Virtual MomentThe Service Industry After COVID-19: The Soul of Service in a Virtual Moment
The Service Industry After COVID-19: The Soul of Service in a Virtual Moment
 
Webinar: Smart answers for employee and customer support after covid 19 - Europe
Webinar: Smart answers for employee and customer support after covid 19 - EuropeWebinar: Smart answers for employee and customer support after covid 19 - Europe
Webinar: Smart answers for employee and customer support after covid 19 - Europe
 
Smart Answers for Employee and Customer Support After COVID-19
Smart Answers for Employee and Customer Support After COVID-19Smart Answers for Employee and Customer Support After COVID-19
Smart Answers for Employee and Customer Support After COVID-19
 
Applying AI & Search in Europe - featuring 451 Research
Applying AI & Search in Europe - featuring 451 ResearchApplying AI & Search in Europe - featuring 451 Research
Applying AI & Search in Europe - featuring 451 Research
 
Webinar: Accelerate Data Science with Fusion 5.1
Webinar: Accelerate Data Science with Fusion 5.1Webinar: Accelerate Data Science with Fusion 5.1
Webinar: Accelerate Data Science with Fusion 5.1
 
Webinar: 5 Must-Have Items You Need for Your 2020 Ecommerce Strategy
Webinar: 5 Must-Have Items You Need for Your 2020 Ecommerce StrategyWebinar: 5 Must-Have Items You Need for Your 2020 Ecommerce Strategy
Webinar: 5 Must-Have Items You Need for Your 2020 Ecommerce Strategy
 
Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...
Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...
Where Search Meets Science and Style Meets Savings: Nordstrom Rack's Journey ...
 
Apply Knowledge Graphs and Search for Real-World Decision Intelligence
Apply Knowledge Graphs and Search for Real-World Decision IntelligenceApply Knowledge Graphs and Search for Real-World Decision Intelligence
Apply Knowledge Graphs and Search for Real-World Decision Intelligence
 
Webinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise SearchWebinar: Building a Business Case for Enterprise Search
Webinar: Building a Business Case for Enterprise Search
 
Why Insight Engines Matter in 2020 and Beyond
Why Insight Engines Matter in 2020 and BeyondWhy Insight Engines Matter in 2020 and Beyond
Why Insight Engines Matter in 2020 and Beyond
 
Webinar: Lucidworks Managed Search
Webinar: Lucidworks Managed SearchWebinar: Lucidworks Managed Search
Webinar: Lucidworks Managed Search
 
KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...
KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...
KMWorld 2019 - Diane Burley - Bringing a Consumer-Like Experience to the Digi...
 
Using Search to Drive Self-Help Success at Veritas
Using Search to Drive Self-Help Success at VeritasUsing Search to Drive Self-Help Success at Veritas
Using Search to Drive Self-Help Success at Veritas
 
Using Signals in Lucidworks Fusion
Using Signals in Lucidworks FusionUsing Signals in Lucidworks Fusion
Using Signals in Lucidworks Fusion
 
Enterprise Information Architecture: Empowering AI in the Digital Workplace
Enterprise Information Architecture: Empowering AI in the Digital WorkplaceEnterprise Information Architecture: Empowering AI in the Digital Workplace
Enterprise Information Architecture: Empowering AI in the Digital Workplace
 
Lucidworks Fusion at Foot Locker: Speed at Scale
Lucidworks Fusion at Foot Locker: Speed at ScaleLucidworks Fusion at Foot Locker: Speed at Scale
Lucidworks Fusion at Foot Locker: Speed at Scale
 
Building Search and Personalization at Nordstrom Rack | Hautelook
Building Search and Personalization at Nordstrom Rack | HautelookBuilding Search and Personalization at Nordstrom Rack | Hautelook
Building Search and Personalization at Nordstrom Rack | Hautelook
 
Applying AI and Search In Europe
Applying AI and Search In EuropeApplying AI and Search In Europe
Applying AI and Search In Europe
 

Recently uploaded

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
 
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?Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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
 
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 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
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 future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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 organizationRadu Cotescu
 
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 2024The Digital Insurer
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 

Recently uploaded (20)

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
 
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?
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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 future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
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
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 

Indexing Videos in Solr for Search and Recommendations