Does anyone use StreamInsight heavily?

Does anyone currently use StreamInsight (other than the demo)? If so, how does it currently work in your environment? We are currently exploring the possibility of its implementation, but none of us knows about it or if this is really a viable option.

I can’t find price quotes, just downloads (the latest version looks like 1.2).

Any advice / suggestions / comments would be greatly appreciated. We are currently using .Net and SQL Server, so it seems like this will fit nicely into our environment.

+4
source share
1 answer

I briefly reviewed StreamInsight for one project, but I could not use it because of the high costs. My suggestion would be to take a look at openPDC . This is an application written by some guys from TVA and focused on the power industry, but it can perform similar tasks for StreamInsight. To use the product, you will need to write an adapter that can be downloaded into the application using the built-in plugin architecture. The adapter can quickly examine XML messages and take action in response. I believe that this application can support your situation, as it is used to monitor measurements for the power system that arrive every 33 ms.

+4
source

Source: https://habr.com/ru/post/1386115/


All Articles