File: day_454__multicast.mdwn

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (15 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Earlier this week I had the opportunity to sit in on a workshop at MIT where
students were taught how to use git-annex as part of a stack of tools for
reproducible scientific data research. That was great!

One thing we noticed there is, it can be hard to distribute files to such a
class; downloading them individually wastes network bandwidth. Today, I
added [[git annex multicast|git-annex-multicast]] which uses `uftp`
to multicast files to other clones of a repository on a LAN.
An "easy" 500 lines of code and 7 hour job.

There is encryption and authentication, but the key management for this
turned out to be simple, since the public key fingerprints can be stored on
the git-annex branch, and easily synced around that way. So, I expect
this should be not hard to use in a classroom setting such as the one
I was in earlier this week.