I just wanted to get some opinions and thought this would be the best place to look.
I’m looking at learning SQL so that I can create a database and connect to it via the ODBC plug in in Amibroker.
I plan to fill the database via websockets.
I’m looking for advice on what approach would be recommended to ‘fill’ the database and what the implications would be and whether anyone else has experience of this.
Would it be better to simply write close prices and a timestamp to a ticker table, or should I resample the data periodically and create OHLCV rows myself.
Are there issues with subscribing to multiple streams in websockets and then writing from those streams to the database, and are such actions blocking?
Any pointers before I get started are much appreciated. Thanks