Page MenuHomeSoftware Heritage

Pipe contents copied to azure to the indexer orchestrator
Closed, MigratedEdits Locked

Description

Once the contents is copied to azure, send to the indexer those contents to trigger the independent indexes computations.

Event Timeline

ardumont renamed this task from Pipe contents copied to azure to the indexer to Pipe contents copied to azure to the indexer orchestrator.Oct 5 2016, 11:04 AM
ardumont created this task.
ardumont created this object in space Restricted Space.
ardumont shifted this object from the Restricted Space space to the S1 Public space.Oct 5 2016, 11:08 AM

As of today, this is the archiver (archiver-uffizi) which is in charge of copying data from our objstorages (uffizi, banco) to azure.
(currently this is deployed on uffizi).

An implementation idea is to add a hook function in the archiver which is called at the end of a successful batch copy.

And for the archiver used by the copy to azure (ArchiverToBackendWorker), implement said function to 'send those copied contents to a queue' (configured to be the indexer orchestrator).