Data sync is a very good point.. and will vary greatly depending on how we
set things up. If we do a single major server thing we can probably get
people to scp things in, if we use containers that are started up and
killed off on VM's that's not really a good option.

I've used reverse sshfs (mounting a local directory into a directory on the
host) with success, but that's a fairly platform specific solution, and
won't really work for a lot of the consumers...

Another important point is data safety really. We're doing dumps of massive
amounts of company data, I'd prefer if that data wasn't available on any
laptops. The python code can (and should be) available, but the entire data
dumps would be nice if were kept as safe as possible. (while still of
course granting developers raw access to it)


On Mon, Sep 1, 2014 at 10:51 AM, Gavin Gray <[email protected]> wrote:

> I've used git-annex <https://git-annex.branchable.com/> recently. It
> works basically like git, with a few caveats. I don't know if sparkleshare
> deals with large files in the same way but git-annex has no problems with
> very large data files.
>
> -Gavin
>
>
> On Mon, Sep 1, 2014 at 9:36 AM, Gael Varoquaux <
> [email protected]> wrote:
>
>> On Mon, Sep 01, 2014 at 10:33:20AM +0200, Olivier Grisel wrote:
>> > However I do not know any ready made equivalent to dropbox that is
>> > vendor agnostic.
>>
>> I like SparkleShare: git-based distributed storage.
>> http://sparkleshare.org/
>>
>> Gaƫl
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Slashdot TV.
>> Video for Nerds.  Stuff that matters.
>> http://tv.slashdot.org/
>> _______________________________________________
>> Scikit-learn-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>>
>
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>
> ------------------------------------------------------------------------------
> Slashdot TV.
> Video for Nerds.  Stuff that matters.
> http://tv.slashdot.org/
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>


-- 
Mvh
Anders Aagaard
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to