Stacktora
Stacktora / Vault / Rust + Redis: Autocomplete & Typeahead Suggestion Backend
Search by @ops

Rust + Redis: Autocomplete & Typeahead Suggestion Backend

Fast prefix-matching suggestions served from Redis — distinct from the full Search-as-a-Service recipe: this is specifically the narrow, latency-critical typeahead-suggestions problem, not full-text search with ranking and filters.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Rust 1.96 Redis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install rust-autocomplete-typeahead --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault