See it running here: https://goodwatch.app/
- DNA: Classify movies and TV shows by 18 meaningful categories like Mood, Plot or Cinematic Style
- See availability of streaming services for each title (Netflix, Hulu, Amazon Prime, ...)
- See all ratings at one place (IMDb, Metacritic, Rotten Tomatoes)
Documentation Status: The following guide is outdated. If you want to contribute to the project, please join the Discord Community
- Checkout this repository
- Register for TMDB API Key
- Copy
.env.example
to.env
from/goodwatch-webapp
and fill out the required secrets.
You are now ready to run it locally:
cd goodwatch-webapp
npm install
npm run dev
https://github.com/vitabaks/postgresql_cluster
https://github.com/pgvector/pgvector
cd /tmp
git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
cd pgvector
make
make install
https://github.com/timescale/pgvectorscale?tab=readme-ov-file#installation
TODO: install cargo version 1.75.0
# install prerequisites
## rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup install 1.75.0
rustup default 1.75.0
## pgrx
cargo install cargo-pgrx --version 0.11.4 --locked
cargo pgrx init --pg16 pg_config
#download, build and install pgvectorscale
cd /tmp
git clone --branch <version> https://github.com/timescale/pgvectorscale
cd pgvectorscale/pgvectorscale
export RUSTFLAGS="-C target-feature=+avx2,+fma"
cargo pgrx install --release
CREATE EXTENSION IF NOT EXISTS vectorscale CASCADE;
https://github.com/bitnami/containers/blob/main/bitnami/redis/README.md
redis-cli --cluster create 78.46.209.172:6379 168.119.242.21:6379 91.107.208.205:6379 --cluster-replicas 0 -a <REDIS_PASSWORD>
openssl rand -base64 756 > mongodb-keyfile
https://github.com/csuka/ansible_role_mongodb_ubuntu
ansible-galaxy collection install community.mongodb
ansible-galaxy install csuka.mongodb_ubuntu
ansible-playbook -i inventory.ini playbook.yml
TODO
- Create Vercel project
- Install the Vercel CLI
Every time you want to deploy run:
vercel deploy --prod
docker image prune -a
docker builder prune
https://www.ibm.com/docs/en/z-logdata-analytics/5.1.0?topic=compose-relocating-docker-root-directory