We have a client that is currently using Python API to connect to RTO on AWS and generating json files as output for real-time data. They are now evaluating to move the workflow from AWS to on prem RTMDS setup where they have access to 2 ADS servers over private comms. The RTMDS setup is WebSocket enabled.
Client wants clarification on the following:
- Whether the same python code can be used to subscribe to real-time data via ADS over WebSocket. Client would like to lift and shift the workload to on prem setup with minimal changes and no additional development.
- If they connect via WebSocket to ADS would they get full tick or still be limited to conflated (3 updates per second) data.
- Do we recommend client moving to EMA to connect to ADS or they can continue using WebSocket.
- If existing code cannot be used, would new development be needed to connect to ADS over WebSocket. Where can they start for this.