Skip to content

Packaging

Samuel Klein edited this page May 9, 2020 · 5 revisions

Consider any collection with associated shape and shape constraints. A uniform package, for instance.

Things to attempt:

  • API-like

    • autogenerate a public API that lets people look at subsets, each the resolution of a simple query
    • render snapshots in some standard formats: condensed overviews, common filters for those shapes, time series by common buckets [might use inference tricks from OpenRefine]
  • Refinement

    • autogenerate refinement scripts worth running. try running them on import, or spot-check to see if any return non-zero suggestions. order standard OR scripts by runtime and experiment.
    • suggest similar collections with fuzzily-matched shapes
    • suggest authorities for reconciliation
  • Enrichment / empowerment

    • propose custom predicates, refinement scripts, or inference scripts that may be relevant -- from the repo, or from a global wikilambda.
Clone this wiki locally