ipfs-inactive / archives

[ARCHIVED] Repo to coordinate archival efforts with IPFS
https://awesome.ipfs.io/datasets
183 stars 24 forks source link

Automatic Updates #5

Open davidar opened 9 years ago

davidar commented 9 years ago

All of the archives are currently being imported to IPFS manually. This is fine as a starting point, but we need to write some scripts to keep them up to date with the origin, run them periodically and publish the changes over IPNS.

davidar commented 9 years ago

More specifically, what I'm looking for is:

CC: @rht @jbenet #18

jbenet commented 9 years ago

very much agreed. ideally for every thing we import we would create a program to do it, that updates with a new root when run again, (and the ipfs root of the archive would make sure to link to said program too)

i think we can write a standard format for commandline tools to do this:

> archive-arxiv.org <last-root>
> archive wikipedia.org <last-root>

etc.

davidar commented 9 years ago

@vinctux @CounterPillow @jbenet Migrated off-topic discussion to ipfs/notes#50

davidar commented 9 years ago

In which language the update tools should be written?

@vinctux my personal preference for this would be Python :)