AbstractLambdaHandler |
|
AbstractNumaflowHandler |
Base class for event handlers.
|
DaapScoreCalculator |
An example to calculate a Data as a Product (DaaP) completeness score based on
the level of enrichment of an asset.
|
EventLogger |
An example to only log events that were received, taking no actual action.
|
LambdaEnforcer |
An example to automatically revert any asset that is marked VERIFIED if it does not
at least have: a description, at least one owner, and lineage.
|
LambdaLogger |
|
LambdaPlaybookRunner |
An experiment to dynamically run through (a subset of) playbook actions and apply them to any
of the assets flowing through events.
|
LambdaScorer |
An example to calculate a Data as a Product (DaaP) completeness score based on
the level of enrichment of an asset.
|
NumaflowEnforcer |
An example to automatically revert any asset that is marked VERIFIED if it does not
at least have: a description, at least one owner, and lineage.
|
NumaflowLogger |
Very basic example of logging a deserialized event and then passing it on to all
subsequent vertexes, unchanged.
|
NumaflowPlaybookRunner |
An experiment to dynamically run through (a subset of) playbook actions and apply them to any
of the assets flowing through events.
|
NumaflowScorer |
An example to calculate a Data as a Product (DaaP) completeness score based on
the level of enrichment of an asset.
|
PlaybookRunner |
An experiment to dynamically run through playbooks and apply them to any of the assets
flowing through events.
|
VerificationEnforcer |
An example to automatically revert any asset that is marked VERIFIED if it does not
at least have: a description, at least one owner, and lineage.
|