Hi,
We are a Workspace user and have developed a series of dashboards using Python / Streamlit library.
When trying to containerize our app with docker we face issues as the docker image is unable to detect that Workspace is open and running.
1. What would be the best practice of consuming the real-time streaming data with Refinitiv tools (to be able to integrate into our application that is containerized with Docker)? Or what would be the alternative method to achieve our objectives?
2. Is there a limitation of the size of instrument list when opening a data stream? Is so, what would be the workaround if we have a huge list of instruments that we’d like to track where we just need last price, or last available traded price only?
Thanks!