Uh oh!
There was an error while loading. Please reload this page.
Create snapcraft.yaml - #35
Conversation
vanillajonathan
commented
Sep 25, 2023
@snth or @max-sixty Can we snap this? |
max-sixty
commented
Sep 25, 2023
Sorry, I missed this. @snth — do we want to do this? I'm a big fan of |
eitsupi
commented
Sep 25, 2023
As I wrote here #22 (comment), I vote to archive this repository in favor of combinations of prqlc + duckdb cli, datafusion cli, polars cli, etc. |
snth
commented
Sep 26, 2023
Thank you for doing this @vanillajonathan . I have some thoughts which will take longer to write up but are broadly along the lines of @eitsupi . If you can wait a day or two I'll come back to add them. |
vanillajonathan
commented
Sep 26, 2023
Alright! I look forward to hearing your thoughts! |
eitsupi
commented
Oct 19, 2023
@snth Any update? |
snth
commented
Oct 23, 2023
Hi, Apologies, I owe an update on this for a long time. Looking back, what I think killed my momentum on this were the long compile times for DuckDB as well as the version incompatibilities between the different Arrow crates which means that it becomes very difficult to incorporate different projects (like DataFusion, DuckDB, Polars, ...) into one binary while this works quite simply in Python. So while having a small compiled Rust binary is nice, I don't think it's worth the effort and I would rather redo this in Python. I think we can keep what's there, but I would suggest:
I still feel there is a place for a tool like this and when I get some time I want to rewrite this in Python. I also have a similar project as a bash script which I can release once I've fixed a particular bug. If anyone wants to take over this project and run with it, you're very welcome and I will try to assist where I can. |
eitsupi
commented
Oct 23, 2023
As a matter of fact, I think that what was set out here has almost already been accomplished in GlareDB CLI. |
No description provided.