module Dataflow::Nodes
Interface for a node that behaves as a dataset. Does not support any write operation. Inherit and override to implement custom behavior.
Represents a node that captures changes over time.
Represents a node with a unique index and upsert behavior: If there is any existing that that match on that index, it gets replaced. If not, it simply gets added.