chrislusf / gleam

Fast, efficient, and scalable distributed map/reduce system, DAG execution, in memory or on disk, written in pure Go, runs standalone or distributedly.
Apache License 2.0
3.43k stars 291 forks source link

tcp or udp using gleam #85

Open life123 opened 6 years ago

life123 commented 6 years ago

Hi I would like to know if Gleam supports tcp source or udp source ? if yes , how to do?

chrislusf commented 6 years ago

https://github.com/chrislusf/gleam/blob/master/flow/dataset_source.go#L24

life123 commented 6 years ago

@chrislusf thanks! more, I have a data source, need multi-dimensional statistics, and each dimension's key is not same,how canI do it for using the gleam?