Page MenuHomeSoftware Heritage

create origin_metadata_translation
Closed, MigratedEdits Locked

Description

  • storage.py (as the entry point of storage) add, get
  • db.py (as the entry point to db)
  • swh-func.sql (the actual sql procedure)
  • add the table itself to swh-schema.sql and constraints to swh-indexes.sql
  • the data about the indexer tool into swh-data.sql
  • swh.storage.api.{server,client}
  • tests for origin_metadata_translation

Event Timeline

moranegg lowered the priority of this task from High to Normal.Oct 4 2017, 4:52 PM
moranegg created this task.

This task is now not compatible with the new indexer db.
Also, this table might be divided into origin_intrinsic_metadata for the perstitent copy of T1232
and origin_extrinsic_metadata for metadata translated from the origin_metadata table.