有人可以解释Esper中使用的数据流吗?

时间:2016-09-12 09:25:30

标签: esper dataflow nesper

我在esper文档中读到了有关数据流的内容,并且不明白它应该在应用程序中的哪个位置使用。

  create dataflow HelloWorldDataFlow
  BeaconSource -> helloworld.stream { text: 'hello world' , iterations: 1}
  LogSink(helloworld.stream) {}

当我运行上面的代码时,当使用EPDataFlowINstance我的.run()流程时没有任何反应

1 个答案:

答案 0 :(得分:0)

也许日志没有正确配置。 log4j配置文档中有一些信息。

根据我的经验,数据流并不是那么重要,因为输入和输出通常已经给出,并且不需要声明。利用数据流,它可以从更低的水平获得小的性能提升。