Skip to content

Instantly share code, notes, and snippets.

@indraniel
Created September 29, 2015 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indraniel/8cd388c6c0e752e9c642 to your computer and use it in GitHub Desktop.
Save indraniel/8cd388c6c0e752e9c642 to your computer and use it in GitHub Desktop.
A WIP skeleton layout for analytics projects

A useful starter skeleton layout for analytics project.

project-dir 
├── README.md
├── bin
├── data
│   ├── derived
│   ├── original
│   └── test
├── docs
│   ├── notes
│   │   ├── html
│   │   └── src
│   └── writeups
├── logs
└── vendor
    ├── R
    └── python

It starts of with 14 directories, and 1 file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment