Files
trailbase/examples/coffeesearch

Coffee Search

A small web application demonstrating the use of TrailBase and its vector search to build a coffee search.

To import the coffee data from CSV, run:

  mkdir -p traildepot/data
  cat import.sql | sqlite3 traildepot/data/main.db -

Reference