You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transformers are composed of one or more components of the CDP service, parsing raw data provided by the indexer, and transforming it to fit the data model defined in #2545.
⏰ Estimate: 3 days
Done when
one or more components periodically iterate over fresh raw data provided by the Chain indexer #2546
iteration is controlled (recovered panics, retries, etc...)
data extracted from the raw dump is transformed to match the data model defined in Persistence Layer #2545
transformed data is inserted into the respective tables
processed samples are marked for deletion
transformers are written in a way that enables concurrent instances to process multiple batches of raw data
The text was updated successfully, but these errors were encountered:
Background
Transformers are composed of one or more components of the CDP service, parsing raw data provided by the indexer, and transforming it to fit the data model defined in #2545.
⏰ Estimate:
3 days
Done when
The text was updated successfully, but these errors were encountered: