Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trill with Azure Storage Blob and Table #163

Open
ruoxiren opened this issue Jul 13, 2022 · 1 comment
Open

Trill with Azure Storage Blob and Table #163

ruoxiren opened this issue Jul 13, 2022 · 1 comment

Comments

@ruoxiren
Copy link

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
Copy link
Collaborator

arunkm commented Nov 15, 2022

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants