Projects

Autocomplete with PostgreSQL

Project for testing out input autocompletion with PostgreSQL using randomly generated data. The suggestions are based on a substring search. The necessary query is done efficiently with a trigram index (pg_trgm, gin).

  • Languages
    Python, HTML, CSS, Javascript
  • Frameworks
    Flask, React (Next.js), TailwindCSS
  • Tools
    Git, Docker, PostgreSQL
  • Source Code
    Github Repository
Autocomplete PostgreSQL
2023 Christian Waldmann