OpenSearch
Open source distributed search and analytics suite derived from Elasticsearch.
Why consider OpenSearch?
OpenSearch is an open-source distributed search and analytics engine derived from Elasticsearch 7.10.2. Written in Java, OpenSearch provides petabyte-scale full-text search, k-NN vector indexing, distributed SQL queries, and OpenSearch Dashboards visualizations.
Learn OpenSearch by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of OpenSearch
OpenSearch guarantees 100% open-source licensing for log analytics, document indexing, and neural k-NN search.
Docker Quickstart
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" opensearchproject/opensearch:latestOpenSearch is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.