Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magical data repository backed by git annex.

Getting the data

Datasets are currently stored in a Wasabi S3 repository. The remote access urls should already be configured. You just need to refresh the git-annex information and enable the remotes holding datafiles.

  1. instal git and git-annex
  2. clone the main repo from, e.g., github
  3. go into the main repo and sync up the git-annex information: git annex sync
  4. enable the s3 bucket: git annex enableremote wasabi
  5. download the datasets you want, e.g.: git annex get sa_mouse_tracking

Additional information is here and here.

Adding another dataset

  1. create a directory under the data/ directory named something memorable
  2. copy all data file in there
  3. add these files to git annex: git annex add <files>
  4. optional: metadata
    • create a README.md file containing information about the dataset
    • add this file using normal git: git add README.md
  5. git commit with a helpful message

Pushing

A simple git push won't copy the annex information. So, when syncing back to github, it's important to run git annex sync to keep both the master and git-annex branches in sync.

About

A collection of datasets (mine and other open ones)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages