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.