-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add External Storage (File) #197
Conversation
Add External Storage (File)
Update cache/location to require creation by user
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
setupDJ.m
Outdated
@@ -27,7 +27,7 @@ function setupDJ(skipPathAddition, force) | |||
fprintf('mym missing. Downloading...\n') | |||
target = fullfile(base, 'mym.zip'); | |||
% mymURL = 'https://github.com/datajoint/mym/archive/master.zip'; | |||
mymURL = 'https://github.com/datajoint/mym/archive/external-storage.zip'; | |||
mymURL = 'https://github.com/guzman-raphael/mym/archive/ext-serialize.zip'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change back to datajoint
on the master branch.
date : datetime | ||
number : float | ||
blob : longblob | ||
string=null : varchar(30) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
string=null : varchar(30) | |
string='' : varchar(30) |
Update based on review
Update mym setup
Fix #143
Supports new configuration
And is backward compatible to prior configuration
See python documentation (for now)
https://docs.datajoint.io/python/admin/5-blob-config.html#configuration