Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
327 views
in Technique[技术] by (71.8m points)

azure timeseries insights - Is there a way to link to TSI visualization to a python application

I am new to Time series Insights. I am curious about the python sdk to connect to TSI. I am aware that we can use the python SDK to connect to TSI and get the data in the form of a dataframe. For my use case, I have a python flask app(UI) in which we list a set of tags that have trends in TSI. I am curious if I can embed the visualization provided in TSI into the flask app for the respective tags in the list(when the user clicks on a tag he must be provided a visualization from TSI). Does the TSI allow embedding it as an iframe. If so, what would be the API or the way to do that?

If this a no-go, then is this alternative possible? Can we pass a tag name in a TSI API call which will directly open the visualization for that particular tag? In that case, I can make links to every tag which would take the user to the respective trend.

question from:https://stackoverflow.com/questions/65602142/is-there-a-way-to-link-to-tsi-visualization-to-a-python-application

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Welcome to Stack Overflow @ks69! Currently there is no way to embed an iframe—and TSI does not have plans to enable this functionality given that it would pose a security risk. TSI requires (and will always require) that clients provide a valid access token with each query. However, you can leverage the front-end JS SDK to display charts. Take a look at the client samples here.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...