#158
A
Rank #12
Meilisearch
Lightning-fast open-source search engine with typo tolerance, faceting, and instant search-as-you-type. Ships as a single statically-linked binary with excellent operational simplicity.
85.8
/ 100
β Full Stack
Pure Rust binary with an embedded LMDB-based storage engine, HTTP API, and master-key authentication for tenant tokens. No external DB dependency β the index itself is the durable store.
π Scaling Analysis
Single-node writes are fast enough for most workloads (Rust + LMDB), and read replication is supported for horizontal read scaling; true multi-primary write sharding isn't built in, so very large multi-tenant search clusters still need index-level partitioning. For the vast majority of use cases this is effectively internet-scale without added complexity.
π Running on Nexlayer
Single pod with a persistent volume for the data directory covers most deployments; mirror the official image via mirror.gcr.io. Set MEILI_MASTER_KEY as an env var and expose the HTTP API port internally to app pods via meilisearch.pod:7700 rather than any public URL.