Do reactive extensions and ETL go together?
- by Aaron Anodide
I don't fully understand reactive extensions, but my inital reading caused me think about the ETL code I have.
Right now its basically a workflow to to perform various operations in a certain sequence based on conditions it find as it progresses.
I can also imagine an event driven way such that only a small amount of imperative logic causes a…