Julia and QuestDB

I’ve written two blog posts about using Julia with QuestDB.
This is a type of database that specialises in time series data, so in part 1 I’ve written about connecting to a WebSocket to ingest streaming data into QuestDB:

In part 2 I use the special features of QuestDB to help analyses high frequency crypto data:

Any comments, questions or feedback welcome!

1 Like

Very nice. You could consider porting the second post to be compatibile with DataFramesMeta.jl 0.9 release (I think one line with @combine needs updating - I am sure @pdeffebach would help if you needed).

Thanks, and yes, just checked my installation, I’m still on 0.6. Let me look at bringing it up to date

1 Like