hderms / twig

Toy autosuggestions service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Simple(not production-ready) autosuggestion service based on a Trie.

Usage

POST /insert {"string" : "foo"}

POST /insert {"string" : "foobar"}

POST /insert {"string" : "foobaz"}

and then to get suggestions:

GET /suggestions?string=foo&limit=3

About

Toy autosuggestions service


Languages

Language:Rust 100.0%