zooniverse / scribeAPI

scribe API
MIT License
79 stars 25 forks source link

How do we retrieve classifications? #543

Open tufixm opened 8 years ago

tufixm commented 8 years ago

How and where do we retrieve a set of classifications made by participants? Is it something I'm missing or this is not explicitly given in the documentation? The only reference I could find about storing data was this one here: https://github.com/zooniverse/scribeAPI/wiki/Data-Model-%26-Tools-Config#classification Nothing about retrieving it, though.

Thank you!

nonword commented 8 years ago

We're working on better data extraction. There are a couple exports in your /admin, but we're finding they may not perform well at scale. We're working on ways to generate JSON and CSV exports of subjects and classifications that are easier to understand and parse than hitting your database directly. I'll update this thread when we've merged relevant code.

tufixm commented 8 years ago

Hi, wondering if you might have some news on this topic. Would definitely be useful :)