Questions tagged [streambase]

StreamBase provides solutions for real-time analytics. StreamBase’s products include StreamBase LiveView and StreamBase Complex Event Processing (CEP), in addition to connectivity to over 150 data sources and an ultra-low latency FIX engine.

StreamBase provides solutions for real-time analytics. StreamBase’s products include StreamBase LiveView and StreamBase Complex Event Processing (CEP), in addition to connectivity to over 150 data sources and an ultra-low latency FIX engine.

8 questions
0
votes
1 answer

Reading Binary data type from Redis published by Streambase(Java)

Here is the java code that, that publishes data to Redis import com.streambase.sb.util.ByteOrderedDataOutput; byte[] valuebuffer=null; ByteOrderedDataOutput boutput = new ByteOrderedDataOutput(0,tuple.getByteOrder()); …
0
votes
0 answers

how to block when windows service running on server to delete path line from fixapi config file?

I have a Quickfix app running with windows service on windows server. When windows service start, it delete path line from config file. How can I fix this problem?
Kerem Can
  • 31
  • 2
  • 6
0
votes
1 answer

Maven child dependency error with parent version

We have the next project structure: parentPom.xml java projects streambase projects streambaseParentPom.xml project1 project2 (has dependency of project1) So we have a parentPom with inherits to streambaseParentPom and last one inherit to all…
0
votes
1 answer

How to convert ASCII integers to string in Streambase?

I am using streambase, and have created a map to convert incoming integers (0-255) into character codes. Right now, I'm using manual if/else statements. For example: if (message_code == '106') then message_code = 'J' else if…
Adam Hughes
  • 14,601
  • 12
  • 83
  • 122
0
votes
1 answer

JavaScript and LiveView (TIBCO Live Datamart)

I have a StreamBase app that queries data and put it into a .lvconf table. Is there a way to get the data from this .lvconf table and have it available in my JavaScript for me to do things with the data?
Dan K.
  • 59
  • 5
0
votes
1 answer

How are entitlements usually enforced when using a CEP engine?

I am creating a system where a CEP engine looks like a good fit (I need detect time based patterns between events in a number of streams). The events detected need to be displayed to end users in a WPF application but not all users are entitled to…
0
votes
1 answer

setting format time to hh:mm:ss:SSS in Streambase

In the streambase, there is a time column in the application output view. Time format used is hh:mm:ss as the following link.…
user0550
  • 21
  • 6
0
votes
1 answer

how to calculate the program execution time in streambase?

I'm a new comer in Streambase, so I still not many know about Streambase. I want to know how fast the process that do by Streambase. So, I think I should create something that can calculate the execution time and maybe the output that produced can…
user0550
  • 21
  • 6