ClickHouse.jl icon indicating copy to clipboard operation
ClickHouse.jl copied to clipboard

Suggestion for inserting a dataframe

Open markNZed opened this issue 4 years ago • 1 comments

Hi, I would like to collect information during the execution of a Julia program into a dataframe and then insert the dataframe into ClickHouse. What is the best practice for doing this? It seems there is no built-in support to insert a dataframe.

markNZed avatar Oct 24 '21 09:10 markNZed

Hi! Now only using an existing insert with array of Dicts as argument. When I find some time, I'll bring the interface to DBInterface and add Tables support for both reading results and inserting. I have already started doing this, but unfortunately I have very little free time in the last six months :( Sorry for the slow development of the package, I hope it will accelerate in the near future

waralex avatar Oct 24 '21 09:10 waralex