Is DSS can be used for getting real time data fast as a stream ?

jayendrana
jayendrana Newcomer

Hi,

My need is getting real-time data as fast as I can, and the historical data (from a tick, min, hourly to daily data). for developing an enterprise application

I thought Elektron API would work in that case where we use WebSocket API once a connection is established the data flow between server to the client in a seamless manner

Now I came to DSS whether this service also offering the same functionalities as Elektron API in terms of real-time data and historical data. But from the DSS example , I saw a single request which gives a single response, I thought once I send the request. I will get the real-time data response seamlessly without any further additional request.

Is my understanding wrong on DSS?

Best Answer

  • Christiaan Meihsl
    Answer ✓

    @jayendrana, DSS (and TRTH for that matter) are database products, giving access to a wealth of information, but they do not deliver real-time data. DSS can deliver a snapshot of the current price, but with some latency. If you have important needs for historical data then you might want to have a look at TRTH.

    For streaming real-time data you definitely need to use Elektron.

Answers