|
|
|
|
|
by njd
3482 days ago
|
|
It is possible, but there are a lot of caveats. For example, how do you detect when a source's semantics change? This will break any cleansing or transforms done in the stream platform. Until it gets fixed, data may be missing, wrong, or worse (e.g. corrupted) and propagated down stream. When data is cleansed and transformed early, there is no way to go back to the raw data, unless you carry it forwards too. Consider these sort of questions for your use case. |
|