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
- Open pgAdmin by navigating to
http://localhost:5050and login with email:[email protected], password:root. - From pgAdmin connect to PostgreSQL with:
- Host name/Address:
<your ip> - Username:
root - Password:
root.
- Host name/Address:
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.