Microsoft StreamInsight announcement
-
Link
Dear StreamInsight users,
We just officially announced our new StreamInsight V2.1 release - you can find all the relevant information including download links in the StreamInsight blog!
Regards,
Roman -
Link
We just officially announced our new StreamInsight V1.2 release - you can find all the relevant information including download links in our latest blog posting!
Regards,
Roman -
Link
As appeared on the blog:
Finally: The StreamInsight Development Team is now tweeting! Follow streaminsight to receive latest announcements and news. We are excited about the opportunity to use this push-channel to deliver messages to our developer and user community, that's the true spirit of an event-driven world!
Regards,
The StreamInsight Team
-
0 Votes
Is any way possible to get events counts for which stream's value is < 5
p.Value >= 5) group m by new { m.A1, m.A2 } into x from tw in x.TumblingWindow(TimeSpan.FromMinutes(5)) ... -
0 Votes
App communication with StreamInsight Server
Observable.Interval(TimeSpan.FromSeconds(1))).ToPointStreamable(x => PointEvent.CreateInsert(DateTimeOffset.Now, x), AdvanceTimeSettings.StrictlyIncreasingStartTime); ...Unanswered | 1 Replies | 4932 Views | Created by Kenny-SH Tan - Thursday, December 8, 2016 3:46 PM | Last reply by Kenny-SH Tan - Friday, December 9, 2016 9:00 AM -
0 Votes
Applying (WCF) clientcredentials to a StreamInsight client
Hello, I have a requirement where I need to connect my StreamInsight client with client certificates over an SSL channel. With a normal WCF client I ...Unanswered | 0 Replies | 4531 Views | Created by Claudio Russo, NL - Monday, December 5, 2016 9:50 AM -
0 Votes
StreamInsight 2.1 Query hangs after 20 days
Hi All I have a stream insight instance created as a stand alone server(Hosted in windows service). and I am running 16 queries. But i have an issue after few ...Unanswered | 0 Replies | 4610 Views | Created by Bhupesh o Sharma - Wednesday, November 30, 2016 3:52 PM -
0 Votes
Compare Previous & Current Hopping Windows
Hello, I have a real-time stream of point events and would like to compare the count of events in the current hopping window of 1 minute to that of the previous 1 minute hopping ...Unanswered | 2 Replies | 5639 Views | Created by Plob109 - Friday, September 23, 2016 6:01 PM | Last reply by Plob109 - Tuesday, September 27, 2016 2:08 PM -
0 Votes
Exception when StreamInsight 2.3 is running
I have StreamInsight client: var quoteStreamable = application.GetStreamable<IntradayQuote>(symbol); var matchQuery = from quote in ...Answered | 1 Replies | 6373 Views | Created by Vu Dao 255 - Monday, August 15, 2016 7:11 AM | Last reply by Albert_ Zhang - Wednesday, August 17, 2016 9:14 AM -
1 Votes
StreamInsight Query Stopped processing events after few days
Hi I have a stream insight instance created as a stand alone server(Hosted in windows service). and I am running quries. But i have an issue after few days of running query ...Answered | 1 Replies | 5998 Views | Created by Bhupesh o Sharma - Monday, July 25, 2016 9:21 PM | Last reply by Albert_ Zhang - Wednesday, July 27, 2016 1:22 AM -
0 Votes
StreamInsights SQL Server 2016
Hi Just wondered if StreamInsights will be available as a new version for SQL Server 2016 regards Gavin ClarkUnanswered | 3 Replies | 6606 Views | Created by Gavin R. Clark - Thursday, July 14, 2016 11:29 AM | Last reply by Riaon - Tuesday, July 19, 2016 9:25 AM -
0 Votes
StreamInsight- Pooling data from SQL server
Hi, What is best practice for pooling data SQL server on certain interval.? I have an input adapter which retrieve data for every 15 minutes. What I did was, I make input adapter ...Unanswered | 1 Replies | 5391 Views | Created by Gowri2424 - Wednesday, July 13, 2016 3:35 AM | Last reply by Riaon - Thursday, July 14, 2016 7:37 AM -
0 Votes
StreamInsight- SQL reference data based on incoming stream.
Hi, I have incoming message stream to do analytics on top it I would like to refer SQL data for incoming data. Since my reference data has approximately 100 million rows I can't convert all those 100 ...Unanswered | 1 Replies | 5544 Views | Created by Gowri2424 - Wednesday, July 13, 2016 3:24 AM | Last reply by Riaon - Thursday, July 14, 2016 7:28 AM -
0 Votes
Need help with query
I have next events source Func<int, int, DateTime> t = (h, m) => new DateTime(2012, 10, 7, 0, 0, 0).AddHours(h).AddMinutes(m); var ...Answered | 2 Replies | 11073 Views | Created by qmicron - Thursday, November 8, 2012 9:28 AM | Last reply by - Thursday, February 4, 2016 2:41 AM -
1 Votes
How to speed up StreamInsight, to make it take all processor power?
I run my console application, and create StreamInsght engine and StreamInsght application in my console application ("in process"). And my console application ...Answered | 3 Replies | 16310 Views | Created by MCP_user - Monday, July 25, 2011 6:41 AM | Last reply by - Thursday, February 4, 2016 1:35 AM -
0 Votes
I need to do stream analysis with SQL server 2012
I need to do stream analysis with SQL server 2012. Is there any sample available? The sample should be very simple like “hello world sample”, so I can understand how stream insight ...Answered | 1 Replies | 6692 Views | Created by manishcal16PPS - Monday, February 1, 2016 10:45 AM | Last reply by Olaf Helper - Monday, February 1, 2016 11:11 AM -
0 Votes
StreamInsight: Learning Guide
Hi, I am new to StreamInsight and I explored StreamInsight basics, and it perfectly fit for my requirement. But when I start developing, I don't find enough material to go thru. Is ... -
0 Votes
create an observable over a consuming enumerable.
Hi, I am trying to define an observable over a concurrent data structure. var buffer = new BlockingCollection<string>(); Array.ForEach(new ... -
0 Votes
left joining using an adapter.
Given the following adapter based streams: var x = CepStream<Report>.Create( @"CommonDataStream", typeof(TypedInputAdapterFactory), ... -
0 Votes
update to linqpad driver.
Hi, I am trying to test an adapter against stream insight 2.3. Is there / Will there be an update to the linqpad driver that uses the 2.3 versions of the ... -
0 Votes
StreamInsight Exception: The event is too big to fit into one page. The maximum event size is '230' bytes
Hi, I'm using version 2.1 and getting the following exception System.InvalidOperationException: The event is too big to fit into one page. The maximum event size ...Unanswered | 2 Replies | 8477 Views | Created by JeremyCupit - Saturday, March 14, 2015 6:59 AM | Last reply by mgaring - Monday, October 26, 2015 12:15 PM -
0 Votes
Using a buffer block with streaminsight
I am attempting to connect a buffer block to a consumer in Stream Insight. Given this code sample. var buffer = new ... -
0 Votes
Aggregation without window
I am trying StreamInsight for the first time, i am expecting a stream of data that comes from a DB, using many samples I could do it. My question is, If I need ... - Items 1 to 20 of 698 Next ›
Microsoft StreamInsight announcement
-
Link
Dear StreamInsight users,
We just officially announced our new StreamInsight V2.1 release - you can find all the relevant information including download links in the StreamInsight blog!
Regards,
Roman -
Link
We just officially announced our new StreamInsight V1.2 release - you can find all the relevant information including download links in our latest blog posting!
Regards,
Roman -
Link
As appeared on the blog:
Finally: The StreamInsight Development Team is now tweeting! Follow streaminsight to receive latest announcements and news. We are excited about the opportunity to use this push-channel to deliver messages to our developer and user community, that's the true spirit of an event-driven world!
Regards,
The StreamInsight Team