ipfs-inactive / archives

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

Public hypothes.is annotations #34

Open davidar opened 8 years ago

davidar commented 8 years ago

Public annotations on Hypothes.is are licensed under the CC0 licence (aka Public Domain).

CC: @jbenet @bigbluehat

davidar commented 8 years ago

Mirrored here. We should be able to store this in a nicer format once IPLD happens, but for now it's just the output of

for i in `seq 0 20 68600`; do
  curl "https://hypothes.is/api/search?limit=20&offset=$i" > $i.json
done
BigBlueHat commented 8 years ago

@davidar great start! Would it be possible to turn those into individual files in IPFS named by their "id" value?

Also, I'm working on a conversion tool for Hypothesis (and Annotator) JSON to Web Annotation Data Model: http://github.com/BigBlueHat/to-web-annotation

Excited to see this starting!

davidar commented 8 years ago

Would it be possible to turn those into individual files in IPFS named by their "id" value?

Yes, although ipfs currently has problems handling directories containing lots of small files (cc @whyrusleeping)

mklarmann commented 8 years ago

This is an awesome idea!

I know this message doesn't bring much value. So feel free to delete it. Just wanted to bring my emotional support to this! : )