Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Add new stream action, which allows to stream out a dataset #86

Merged
merged 3 commits into from Oct 8, 2016

Conversation

mvertes
Copy link
Contributor

@mvertes mvertes commented Oct 6, 2016

Local mode only. Distributed coming next. Doc still missing.
Partition order is preserved, and flow control is implemented.
Stream can be compressed by passing {gzip: true}.
On workers, partitions are first dumped on disk (compressed or not),
in parallel, then the master reads and outputs each partition in order.

Local mode only. Distributed coming next. Doc still missing.
Partition order is preserved, and flow control is implemented.
Stream can be compressed by passing {gzip: true}.
On workers, partitions are first dumped on disk (compressed or not),
in parallel, then the master reads and outputs each partition in order.
@mvertes mvertes merged commit dc8af03 into skale-me:master Oct 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant