Roj Codeur
01/19/2023, 4:01 PMBrandon E.
01/20/2023, 10:09 AMHolger
01/20/2023, 11:17 AMRoj Codeur
01/20/2023, 11:21 AMjavier ramirez
01/20/2023, 12:44 PMRoj Codeur
01/20/2023, 12:59 PMjavier ramirez
01/20/2023, 1:06 PMRoj Codeur
01/20/2023, 1:08 PMAdam Cimarosti
01/20/2023, 1:09 PMBrandon E.
01/20/2023, 1:09 PMAdam Cimarosti
01/20/2023, 1:09 PM.dataframe()
support to speed things up.Roj Codeur
01/20/2023, 1:09 PMAdam Cimarosti
01/20/2023, 1:10 PMBrandon E.
01/20/2023, 1:16 PMAdam Cimarosti
01/20/2023, 1:16 PM.dataframe()
the bottleneck becomes the QuestDB server, not the client.Brandon E.
01/20/2023, 1:20 PMAdam Cimarosti
01/20/2023, 1:23 PMBrandon E.
01/20/2023, 1:29 PMAdam Cimarosti
01/20/2023, 1:31 PMpy-questdb-client
repo.c-questdb-client
as a sub-repo.
• `cd c-questdb-client/questdb-rs-ffi && cargo build --release`: This will build the dynamic lib for that platform.
• Then figure out where to copy that lib to so Julia can load it: https://docs.julialang.org/en/v1/stdlib/Libdl/
• Write the Julia wrappers.
• Figure out the CI to build on all common platforms.
• Figure out how to package.
• Write docs.
• Ship.Brandon E.
01/20/2023, 1:35 PMAdam Cimarosti
01/20/2023, 1:36 PMBrandon E.
01/20/2023, 1:43 PMAdam Cimarosti
01/20/2023, 1:44 PMBrandon E.
01/20/2023, 1:44 PMRoj Codeur
01/20/2023, 1:46 PMAdam Cimarosti
01/20/2023, 1:54 PMjulia-questdb-client
repo and give you access to it.Brandon E.
01/20/2023, 1:55 PMRoj Codeur
01/20/2023, 1:59 PMAdam Cimarosti
01/20/2023, 2:21 PMjavier ramirez
01/20/2023, 3:00 PMRoj Codeur
01/20/2023, 3:09 PMAdam Cimarosti
01/20/2023, 3:25 PM