Registry / utility / wukong

wukong

JSON →
library4.0.0rbrubygemsunverified

Treat datasets as streams of lines, fields, or objects; works with Hadoop and command-line tools.

gem install wukong
INSTALL
IMPORT
SIG · WUKONG
W
wukong
utilityrubyv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Wukong
✓ require 'wukong'

Defines a simple dataflow that splits lines by comma.

require 'wukong' Wukong.dataflow(:my_flow) do from('input.txt') | map { |line| line.split(',') } | to('output.txt') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
wukong — gem install wukong · libregistry