Using QuestDB to Build a Crypto Trade Database in Julia

1 · Dean · Aug. 5, 2021, 5:41 p.m.
QuestDB is a timeseries database that is well suited for financial data. It is built with timestamps in mind both when storing the data and also when getting the data out. This makes it the ideal candidate as a storage system for crypto trades. You might have heard of KDB (or q the language used to work in KDB) which is a popular comercial timeseries database. You’ll see it being used all over the finance industry. Unfortunately KDB costs money if you go beyond their personal license terms where...