Trill
Trill copied to clipboard
Trill is a single-node query processor for temporal or streaming data.
I'm struggling to use Trill in the real world due to lack of samples and documentation about ingress and egress integrations. I'm looking at how I can use Trill over...
Hi, I am looking for a tool to serve as a late data handler for our project. The late data we have would store as tables in Azure Storage Blob,...
Trill supports using multiple threads to process an input stream by setting `Config.StreamScheduler = StreamScheduler.OwnedThreads(n)`, where `n` is the number of threads. Let's consider the number of thread to be...
There are already data policies at ingress for data that arrives "late". We can drop, adjust, or throw when data arrives late, and we can hold data in reserve for...
Hello, I need help with another scenario on partitioned streams. I have some devices that are raising events to a partitioned ingress stream and i have defined an aggregated output...
Hello, I need some help with the following scenario: I have multiple devices that are raising events to a trill ingress stream. Whenever i ingress an event i want to...
Hello, I'd like to experiment with a `Trill` lib a little bit and was wondering what is the best approach for use case where there is a single 'source stream'...
Hello, I have been working with Trill for an Real-time application where we need to aggregate live streaming data and output when a SessionTimeoutWindow closes. Using the syntax: ``` var...
Fix partitioned session window bug, where restoring from checkpoint triggers exception