IBMStreams / administration

Umbrella project for the IBMStreams organization. This project will be used for the management of the individual projects within the IBMStreams organization.
Other
19 stars 10 forks source link

proposal: move 'streamsx.synchronize' toolkit from developerWorks to GitHub #95

Closed ejpring closed 8 years ago

ejpring commented 8 years ago

I'd like to move the 'streamsx.synchronize' toolkit from developerWorks ( see https://www.ibm.com/developerworks/community/files/app?lang=en#/file/5e390095-bf80-45b4-9308-16403a8a395c ) to GitHub. There's only one operator in the toolkit, named Synchronize:

The Synchronize operator synchronizes the flow of tuples through multiple streams according to timestamps in the tuples. Optionally, it can pace tuples faster or slower than they were originally produced, according to their timestamps.

ddebrunner commented 8 years ago

Looks like a candidate for streamsx.plumbing, rather than its own toolkit.

ejpring commented 8 years ago

Sure. I'll be happy to add Synchronize to 'streamsx.plumbing'.

chanskw commented 8 years ago

+1 to add to plumbing. Please create pull request to streamsx.plumbing repository to have this moved. Thanks!

chanskw commented 8 years ago

@ejpring I think you have already submitted a pull request to plumbing. Closing this request.