Page MenuHomeSoftware Heritage

Implement metadata_provider endpoints in swh/storage/cassandra/
Closed, MigratedEdits Locked

Description

Our prototype Cassandra backend for the main archive currently lacks the metadata_provider_add, metadata_provider_get, metadata_provider_get_by endpoints.

We should add them to swh/storage/cassandra/storage.py, and add the related table in swh/storage/cassandra/schema.py, to make them behave like in the other backends (see their documentation in swh/storage/interface.py); and unskip tests in swh/storage/tests/test_cassandra.py.

(Note: this task is tagged "easy hack" as it doesn't require extensive knowledge of the Software Heritage codebase, but it will require some non-negligible work)

Event Timeline

vlorentz renamed this task from T2290: Implement metadata_provider endpoints in swh/storage/cassandra/ to Implement metadata_provider endpoints in swh/storage/cassandra/.Feb 18 2020, 4:49 PM
vlorentz triaged this task as Normal priority.
vlorentz created this task.
vlorentz claimed this task.

Closing at it's not relevant anymore