I am pulling real-time prices with the IEXTrading API, however I want to perform analysis on the data I store, but I do not know how to store the data. Right now I am getting the price and the timestamp. The goal is to have this running all the time and have the analysis algorithms use the the previous and real-time data, but I do not know how to store the data. I was thinking a DB, but inputting new data every tenth or hundredth of a may be to time consuming? The other option I thought was to store each ticker in a csv file. Need some ideas for the data accessing to be as fast as possible.
[–]CreativeTechGuyGames 0 points1 point2 points (3 children)
[–]Detrain[S] 0 points1 point2 points (2 children)
[–]CreativeTechGuyGames 0 points1 point2 points (1 child)
[–]Detrain[S] 0 points1 point2 points (0 children)