microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trill with Azure Storage Blob and Table

ruoxiren opened this issue · comments

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:

  1. Could we process the table data using Trill? If so, which sample is suggested to better understand the use?
  2. Could we use Azure Stream Analytics language to process the data in Trill?

Any suggestions will be appreciated. Thanks!

  1. 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).
  2. No, Compiling ASA language is not part/feature of Trill.