开发者

how to send multiple streams to streaminsight server

In an intranet setup, I have multiple clients and each one of them is required to send data to StreamInsight server. The data is event-driven, for e.g., when a user clicks on a page, that data (which user clicked on what object) needs to be sent to the streaminsight server.

Also, each client can send a lot of data, so the design needs to be scalable.

I am new to StreamInsight and would appreciate if someone can guide me on how should I send that data from the clie开发者_Go百科nts to the StreamInsight server ?

Thanks

PS: Will keep updating this as I find/figure out more things.


Mark Simms recently answered a related question on the StreamInsight forum. In general, if the event sources are not in the same process as the StreamInsight server, you will need input adapters that can receive serialized event data. That can for instance happen through WCF (see the according sample on CodePlex) or a TCP/UDP approach.

Regards, Roman

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜