ingest graph data into Postgres with the Apache AGE graph db extension
visualize and explore with vis.js
- Start with the IMDB dataset to model actor connections
- Expand into other datasets (for example, sports teams), where data is available (potentially scrape?)
- add IMDB files to /data
- start services (see below)
- load DB with
npm run import
start services with `
docker compose -f docker-compose.yaml --env-file .dev.env upstart services with
docker compose -f docker-compose.prod.yaml --env-file .prod.env up -d