Skip to content

calebhsu/bigdata-book

 
 

Repository files navigation

book

Everything I've done and learned from the Big Data HCI course

Topics Covered

  • Lodash
  • Tableau
  • SVG visualization
  • MongoDB

Install

Run this to install dependencies

$ npm install

Development

Run the serve to preview locally

$ gitbook serve

Deployment

Build

$ gitbook build

Commit

$ git add _book

$ git commit -m -a 'a commit message'

Upload

$ git subtree push --prefix _book origin gh-pages

The updated book should be visible at [your-github-id].github.io/book

About

Big Data HCI: Learning & Hackathons (I)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.5%
  • Other 0.5%