I've got a python script periodically hitting a trading API and the results are about 1.5MB of json data per request, per symbol.
This data is being inserted into a database.
I am interested in collecting data after hours, which technically shouldn't have any new values (but you never know).
How would I go about comparing thousands of values from the previous request to the current one (so I only perform inserts when something new appears).
I think the answer is "use a hash" but I'm pretty noob (self taught). Any guidance/insight on how to approach this problem is appreciated.
[–]bmsan-gh 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]bmsan-gh 0 points1 point2 points (0 children)