如何将多个流发送到streaminsight服务器

发布于 2024-11-16 18:22:51 字数 282 浏览 6 评论 0原文

在 Intranet 设置中,我有多个客户端,每个客户端都需要将数据发送到 StreamInsight 服务器。数据是事件驱动的,例如,当用户单击页面时,该数据(哪个用户单击了哪个对象)需要发送到streaminsight服务器。

此外,每个客户端可以发送大量数据,因此设计需要具有可扩展性。

我是 StreamInsight 的新手,如果有人可以指导我如何将数据从客户端发送到 StreamInsight 服务器,我将不胜感激。

谢谢

PS:当我发现/弄清楚更多事情时,我会继续更新。

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 clients to the StreamInsight server ?

Thanks

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一影成城 2024-11-23 18:22:51

Mark Simms 最近回答了相关问题在 StreamInsight 论坛上
通常,如果事件源与 StreamInsight 服务器不在同一进程中,则您将需要可以接收序列化事件数据的输入适配器。例如,这可以通过 WCF 发生(请参阅相应的 CodePlex 上的示例)或 TCP/ UDP 方法。

问候,
罗马

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文