Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

41
Search: the right tool ... ... but what is the job? Jettro Coenradie [email protected] @gridshore

description

This presentation is a non-technical overview of what kind of tool a search solution is. Elasticsearch is used to explain the concepts as well as provide a number of jobs that can be performed with a search solution. This presentation is given at the nosqlmatters road show conference in Amsterdam in oktober 2013

Transcript of Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Page 1: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Search: the right tool ... ... but what is the job?

Jettro Coenradie [email protected] @gridshore

Page 2: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

The right tool ...

Page 3: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

... but what is the job?

Page 4: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Search

The right tool

and the job is

Page 5: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Two people to help me

Page 6: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Meet the

customer !

Marc

Page 7: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Meet our software developer

!

John

Page 8: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

What is a Search Solution?

Page 9: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Search finding stuff=

Page 10: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Search Solution

Services for finding stuff

=

Page 11: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

SELECT * FROM jobs WHERE title like ‘%elasticsearch%’ OR description like ‘%elasticsearch%’ OR ...

Page 12: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Not optimized for free text search

Page 13: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Inverted indexFor this job you need thorough knowledge

of elasticsearch.

We are looking for Elasticsearch

trainees

job 1

knowledge 1

elasticsearch 1,2

trainees 2

Terms

Page 14: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Analysis

• Tokenizing

• Filters

• Analyzers

Page 15: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Searching/Querying

• Stemming

• Synonyms

• Sounds like

Page 16: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Open source Search solutions

elasticsearch

Page 17: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Design overviewApplication

Driver

uses

calls

JavaGroovyPhpPerl

Python

+

Page 18: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Design overview

Application

REST/HTTP

calls

Page 19: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

What can you tell about Security?

Page 20: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

There is no security

• Do not expose your search solution to the public

• Use a proxy (guides are available)

Page 21: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Becoming successful

A lot of vacancies

A lot of job seekers

Page 22: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Being successful

Scalability Availability

Page 23: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Storing more content

Page 24: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Storing more content

Page 25: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Prevent data loss

Page 26: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Keep copies

Page 27: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

The right tool ...

Page 28: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Github

Page 29: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Facets

Page 30: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Highlighting

Page 31: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Recommendation

Page 32: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Geospatial search

Page 33: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Log analysis

Page 34: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Data analysis

http://www.kibana.org

Page 35: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Log analysis

http://www.elasticsearch.org/blog/using-elasticsearch-and-logstash-to-serve-billions-of-searchable-events-for-customers/

using elasticsearch and logstash to serve billions of searchable events

Ralph Meijer

Page 36: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Percolator

Page 37: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Percolator

https://github.com/abronner/elasticsearch-monitoring

Page 38: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Percolator

Page 39: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

NoSQL

Beeld en Geluid

Store the meta-data of all image, audio and video material

Page 40: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Jettro Coenradie [email protected]

The right tool The job

Page 41: Search: the right tool, but what is the job. At nosqlmatters amsterdam 2013

Questions?