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
-
Unanswered0Votes
sample to read data from SQL Server and send this in a SI stream using linqpad?
Hi, to test SI queries, I want to read data from my database and create my test Linq queries using the SI features. I want to use linqpad to ...0 Replies | 54 Views | Willgart1 - 3 hours 14 minutes ago -
Unanswered0Votes
Redundancy and load balancing support?
Does SI support some load balancing and redundancy features? I have to process messages from 3000 sensors, and I want to insure that the system is redundant. I ...0 Replies | 69 Views | Willgart1 - 7 hours 35 minutes ago -
Unanswered0Votes
Reference Data Expiry and Replace
Good Day, I have a web service Adapter that sends Reference data as a published stream which is consumed by another query. The first set ...25 Replies | 593 Views | kuben - Thursday, May 30, 2013 7:27 AM | Last Reply kuben - Wednesday, July 03, 2013 8:57 PM -
Unanswered0Votes
Unable to access SI service from application.
Hi, I have installed SI as an stand alone. When i access SI Service (http://localhost/StreamInsight/SIInstance) from Event Debugger, that install in same SI ...2 Replies | 94 Views | DevCode13 - Wednesday, July 03, 2013 6:27 AM | Last Reply DevCode13 - Wednesday, July 03, 2013 5:41 PM -
Answered0Votes
Connecting via Event Flow Debugger
Hi All, trying to connect to the server via url below and get error below. I am running V2.1 SQl 2012 on Windows Server 2008 R2 ...3 Replies | 1632 Views | Ludwig AR - Wednesday, January 30, 2013 10:50 PM | Last Reply Ricardo Peres - Wednesday, July 03, 2013 4:44 PM -
Unanswered0Votes
How to join a slow and fast stream and output at the slowest frequency?
PointEvent<long>.CreateInsert(new DateTimeOffset(DateTime.UtcNow), e), AdvanceTimeSettings.IncreasingStartTime) select s; var streamableFast = from s in ...0 Replies | 84 Views | JeremyCupit - Wednesday, July 03, 2013 8:41 AM -
Discussion0Votes
looking for samples/real life project to update a dashboard from realtime systems
Hi, I'm looking for options for a new project. We have parking systems which logs entry and exit events, these events are logged locally on the device and ...2 Replies | 142 Views | Willgart1 - Monday, July 01, 2013 8:55 PM | Last Reply Willgart1 - Tuesday, July 02, 2013 12:06 AM -
Proposed1Votes
Sampling events with StreamInsight 2.1 ?
Greetings to everyone, I want to inquire if StreamInsight provides built-in support for sampling events. I am currently trying to solve for a university ...2 Replies | 178 Views | Jedi TK - Tuesday, June 25, 2013 4:19 PM | Last Reply Jedi TK - Sunday, June 30, 2013 9:20 AM -
Answered0Votes
Install StreamInsight 2.1 as stand alone server host.
Hi, I am trying to install StreamInsight 2.1 as stand alone server. Machine: Window Server 2008 R2 64 bit Below are installation ...4 Replies | 190 Views | DevCode13 - Thursday, June 27, 2013 6:18 AM | Last Reply DevCode13 - Thursday, June 27, 2013 7:31 PM -
Unanswered0Votes
SI 2.1: Access to events in the stream
Hello Sorry for my bad English. How can I get access to events that are already in the stream. I want to keep the event in the stream for a long time. Then I want to get access to events in ...3 Replies | 204 Views | apor - Saturday, June 22, 2013 7:50 AM | Last Reply DevBiker - Monday, June 24, 2013 2:30 PM -
Unanswered0Votes
input from WCF service with StreamInsight 1.2
Hi, Is there a sample (for StreamInsight 1.2) where they use a webservice or WCF service as input for the input adapter? Thanks, K8 Replies | 384 Views | kristofr - Friday, June 14, 2013 4:14 PM | Last Reply DevBiker - Tuesday, June 18, 2013 2:38 PM -
Answered0Votes
StreamInsight Problems with UDO..
I have a question for all you smart folk out there re StreamInsight! I am trying to create a query; one which allows new events to be dynamically created depending on a given threshold value ...5 Replies | 2128 Views | 2deviate - Tuesday, December 11, 2012 3:17 PM | Last Reply RohitChatterjee - Tuesday, June 18, 2013 10:44 AM -
Answered1Votes
How can I take X seconds of events before and X second after a trigger event?
Hi, My purpose is to have in output of a query 5 seconds before and 5 seconds after a trigger event... I wrote this code... // Get signal ...3 Replies | 307 Views | BosePR - Friday, June 14, 2013 3:49 PM | Last Reply DevBiker - Monday, June 17, 2013 7:02 PM -
Proposed0Votes
Why is streaminsight required all public properties to be explicitly assigned??
when i create a simple query, output the 'AggregatedResult' class instance, seems all public properties of AggregatedResult should be explicitly assigned. Even those readonly properties that dont ...3 Replies | 271 Views | Kevin Yang - Thursday, June 13, 2013 5:40 PM | Last Reply DevBiker - Saturday, June 15, 2013 1:46 PM -
Answered0Votes
streamsight don't support vb.net?
streamsight do'nt support vb1 Replies | 271 Views | catlikemice - Thursday, June 13, 2013 2:39 AM | Last Reply DevBiker - Thursday, June 13, 2013 3:11 PM -
Unanswered0Votes
StreamInsight and SSAS Data Mining
f(x). I would like x to come from a StreamInsight source and f(x) to go to a StreamInsight sink (Sources & Sinks).I wrote a UDO query which looks ...2 Replies | 307 Views | RohitChatterjee - Wednesday, June 12, 2013 6:12 AM | Last Reply GladToHelpYou - Thursday, June 13, 2013 2:37 AM -
Unanswered0Votes
Group * By *
Dim query = From gpsItem In observableWcfSource.ToPointStreamable(Of InputEvent)(Function(i) PointEvent.CreateInsert(Of InputEvent)(i.Ut, i), AdvanceTimeSettings.StrictlyIncreasingStartTime) ...3 Replies | 428 Views | catlikemice - Saturday, June 08, 2013 1:10 PM | Last Reply DevBiker - Monday, June 10, 2013 10:02 PM -
Answered0Votes
How to access StreamInsight data using PowerPivot
Hi, I am using SQL Server 2012, StreamInsight 2.1, Excel 2013 (with PowerPivot) and SharePoint 2013, and I am really struggling to figure out how to connect PowerPivot to my ...3 Replies | 392 Views | JeremyCupit - Thursday, June 06, 2013 2:40 PM | Last Reply DevBiker - Friday, June 07, 2013 4:36 PM -
Answered0Votes
No output after joining 2 point streams
PointEvent<ThrottleModel>.CreateInsert(new DateTimeOffset(DateTime.UtcNow), e), AdvanceTimeSettings.IncreasingStartTime) select s; var streamable2 = from s ...1 Replies | 301 Views | JeremyCupit - Friday, June 07, 2013 8:54 AM | Last Reply DevBiker - Friday, June 07, 2013 4:32 PM -
Unanswered0Votes
define query when application already running on the CEP engine
Hi all, Is it possible to define some queries through some user interface, and let say apply so that the query directly can be started and used in a running application on ...1 Replies | 327 Views | kristofr - Friday, June 07, 2013 11:48 AM | Last Reply DevBiker - Friday, June 07, 2013 4:24 PM - Items 1 to 20 of 610 Next ›