A graphTV clone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
340B

  1. cd /srv/shiny/GraphTV
  2. curl https://datasets.imdbws.com/title.basics.tsv.gz | gzip -d | cut -f 1-3,6 | sed 's/"/\\"/g' > basics.tsv
  3. curl https://datasets.imdbws.com/title.ratings.tsv.gz | gzip -d > ratings.tsv
  4. curl https://datasets.imdbws.com/title.episode.tsv.gz | gzip -d > episodes.tsv
  5. Rscript preprocess.R
  6. rm *.tsv
  7. touch restart.txt