|
|
|
|
|
by cm
3399 days ago
|
|
We don't currently have use cases that require heavy transformations (see this blog post I wrote to explain why: https://blog.stitchdata.com/why-our-etl-tool-doesnt-do-trans...). However, since Singer is built around piping data between applications, your suggestion - to code something that sits between taps and targets - makes perfect sense. The whole "flow" would look like: $ tap-mydatasource | do-aggregations | target-mytarget We'd be eager to hear from anyone who tries this approach! |
|