postgres full text search is better than
1.0.0
This repo is a companion to the blog post Postgres Full Text Search is better than .... It contains the data and queries used in the blog post along with a docker-compose config that will spin up postgres and pgadmin so you can follow along.
git clone [email protected]:admcpr/postgres-full-text-search-is-better-than.git
cd postgres-full-text-search-is-better-than
docker compose up
http://localhost:5050 and login with email: [email protected], password: root.<your ip>rootroot.See the docker-compose.yml file for more details on configuration.
Q: Why?
A: Why not
The movies data used in this repo is sourced from themoviedb.org.