microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.
MIT License
1.24k stars 133 forks source link

Trill with Azure Storage Blob and Table #163

Open ruoxiren opened 1 year ago

ruoxiren commented 1 year ago

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!

arunkm commented 1 year ago
  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.