Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A tutorial on using OpenSearch for search and analytics.

NotificationsYou must be signed in to change notification settings

dewan-ahmed/opensearch-search-analytics-tutorial

Repository files navigation

A brief introduction to OpenSearch

OpenSearch is a scalable, flexible, and extensible open-source software suite for search, analytics, and observability applications licensed under Apache 2.0. OpenSearch is used in the industry for:

  • Full-text search
  • Data aggregations
  • Logs, metrics and trace analysis
  • Data discovery and visualisation of data

Plenty of regular databases offer search capabilities. Then why OpenSearch?

  • You needfast full-text search that takes into account:
    • Normalisations
    • Synonyms
    • Stemming
    • Ranking by relevance
  • You need fast data aggregations and analytics
  • You want to offload the computational load from main database
  • You need fast search across big number of properties
  • You’re searching in JSON objects
  • You require auto suggestions and fuzzy search

Please keep in mind that as a search engine database, OpenSearch isnot ACID compliant and only offers eventual consistency. It is also slower at deleting and modifying data when compared to a relational database.

Goal

In this tutorial, our goal is to explore OpenSearch, add some data, and perform various searches and analysis on the data. OpenSearch administration including OpenSearch high-availability, security, ACLs, etc are out of scope for this tutorial.

Modules

Prerequisites and setup

Generate mock data

Send data to OpenSearch

Search servers by location

Find servers with high memory usage

Find most used operating system

Find servers by multi_match keyword

Fuzzy search

About

A tutorial on using OpenSearch for search and analytics.

Topics

Resources

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp