How to efficiently stream data ? (eg: from influxdb)

Hi !

Has anyone built a monitoring plateform that streams live data ?
We are using the st.autorefresh lib for the moment but it is not ideal.
I want to stream my live data from influxdb (as in grafana idealy).

Thanks !

Hi,

have you tried st.experimental_fragment

@st.experimental_fragment(run_every="10s")

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.