Expand description
Amazon OpenSearch (Elasticsearch-compatible) emulator for AWSim.
Unlike other AWS services, OpenSearch exposes an Elasticsearch-compatible REST API rather than using AWS API protocols. This crate provides an Axum router that handles index management, document CRUD, and search queries.
Modules§
- state
- Disk-backed OpenSearch storage.
Functions§
- router
- Build an Axum router for the OpenSearch Elasticsearch-compatible API.