Skip to content

sashco-m/graph-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Visualizer

about

ingest graph data into Postgres with the Apache AGE graph db extension

visualize and explore with vis.js

roadmap

  1. Start with the IMDB dataset to model actor connections
  2. Expand into other datasets (for example, sports teams), where data is available (potentially scrape?)

setup

  1. add IMDB files to /data
  2. start services (see below)
  3. load DB with npm run import

dev

start services with `

docker compose -f docker-compose.yaml  --env-file .dev.env up

prod

start services with

docker compose -f docker-compose.prod.yaml --env-file .prod.env up -d

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published