OCDX / OCDX-Specification

Specification to describe the minimum information standard for online community data. Guidelines for describing data about online communities.
11 stars 11 forks source link

Create a manifest key generator and repository #10

Open sgoggins opened 8 years ago

sgoggins commented 8 years ago

There should be a manifest primary key (identifier for each data set) generator and repository for manifests developed. People should have the option of storing data sets at the same time and this should be connected to the developed Jupyter Hub Infrastructure.

The API should be built to provide important fields like: Manifest Version ID ... etc (See Manifest)

sgoggins commented 8 years ago

Implementation idea: Use the Wikibase instance to store and let people search for manifests.

sgoggins commented 8 years ago

Possibly use DOI's generated by DataCite, Zenoto, Figshare or EasyID as the identifiers ... Could be under Flossmole possibly? EasyID has an API

yuvipanda commented 8 years ago

Wikidata uses Wikibase to do this - everything gets a 'Q' id assigned when created, and you can track their history over time as well - see https://www.wikidata.org/wiki/Q30 for an example (that refers to the United States)

yuvipanda commented 8 years ago

(and people usually use UIs like http://tools.wmflabs.org/reasonator/?&q=30 to view/edit rather than wikibase itself, or bots to do mass edits)