You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, and the records are timestamped. We found Trill may be a choice, but I have a few questions:
Could we process the table data using Trill? If so, which sample is suggested to better understand the use?
Could we use Azure Stream Analytics language to process the data in Trill?
Any suggestions will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
You need to write code to read data from azure blob, deserialize into as per your format into an StreamEvent type and use Trill query (refer to samples in microsoft/TrillSamples repo).
No, Compiling ASA language is not part/feature of Trill.
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, and the records are timestamped. We found Trill may be a choice, but I have a few questions:
Any suggestions will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: