Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

atlassian-archive/dataschool

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

⚠️ Archived Repository

Chartio and also dataschool.com were acquired by Atlassian in 2021. This repository is now archived and no further pull-requests will be accepted.

DataSchool.com

This is the site powering dataschool.com. Please contribute!

Installing Jekyll

This site is built with Jekyll, a simple static site server. To install Jekyll simply use:

  1. Clone this repository: git clone git@github.com:chartio/dataschool.git
  2. Install homebrew with ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. Install jekyll and bundler with sudo gem install bundler jekyll. Note you'll be prompeted to enter your computer's password to install.

Building Jekyll

This site is built using Jekyll. You don't need to know or even run jekyll to contribute - you can just edit and commit the markdown files, but if you want to run a local copy it's fairly simple:

cd dataschool/dataschool
bundle install --path vendor/bundle
bundle exec jekyll serve --watch

It will then be available at http://localhost:4000

Note - do use port 4000 and "localhost" vs 127.0.0.1 otherwise SQLBox will not work for you on your localhost.

Organization

There are 3 main objects (jekyll calls them collections) in DataSchool:

  • People (_people)
  • Books (_books)
  • Chapters (_chapters)

The content for all of the books is in _chapters folder, organized by book.

About

A free community driven school for data hosted at dataschool.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published