compose / transporter

Sync data between persistence engines, like ETL only not stodgy
https://github.com/compose/transporter/issues/523
BSD 3-Clause "New" or "Revised" License
1.45k stars 213 forks source link

How can I run many transports sequentially? #484

Closed kennethlynne closed 1 year ago

kennethlynne commented 5 years ago

What did you expect to happen?

It should be possible to run many transports sequentially.

What actually happened?

There is no documentation about how you can figure out that the transport has completed.

Feature Request

Opening a feature request kicks off a discussion.

Proposal:

t.Source(..) and t.Save(...) should return a stream or promise so the consumer can figure out when it has completed.

theonlyalterego commented 5 years ago

did you ever find a way around this? it seems like it only runs one per pipeline.js file.

I had expected it to run them sequentially.