Number of origins that were indexed, how many have a non-empty set of metadata, breakdown per metadata type.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T1485 Show stats on extracted metadata | ||
Migrated | gitlab-migration | T1484 Provide stats on extracted metadata in the indexer storage api | ||
Migrated | gitlab-migration | T1483 Store the type of intrinsic metadata that were extracted |
Event Timeline
Comment Actions
Useful queries:
select count(*) from origin_intrinsic_metadata; select count(*) from origin_intrinsic_metadata where metadata != '{"@context": "https://doi.org/10.5063/schema/codemeta-2.0"}';
(The latter is a hack, for a long-term solution, doing JSON operations to check if there is any key other than @context would be better.)