DuckDB – Data power tools for your laptop, now in Clojure (2023)
1–10 of 24 posts
Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#2Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#3We think the future of observability in the AI age is self-hosted directly on NVMe backed by cheap and limitless object storage. I don't want to send customer conversations and agent thoughts to a giant multi-tenant borg SaaS database like Sentry or BetterStack.
Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#4Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#5Credit where credit is due, I would say their efforts are more than just "honorable", I could easily prefix that with an "extremely" and maybe add in a ", most excellent" afterwards.
Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#6most of my query now are llm generated. i created custom api to connect llm to any databases im currently using.
Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#7I’m a big fan of tmducken. We use it heavily in our prod systems. That said, we’ve recently started exploring ducktape [1] in our new projects and have been really impressed with the performance. It also support more complex types on insertions and queries which has been helpful for us. Not affiliated with the project, but just wanted to show it some love since it’s a bit newer. It was created by an active contributo…
Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#8i dont really into languages now. llm has solved this abstraction "perfectly". most of my query now are llm generated. i created custom api to connect llm to any databases im currently using.
Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#9Re: DuckDB – Data power tools for your laptop, now in Clojure (2023)
#10i dont really into languages now. llm has solved this abstraction "perfectly". most of my query now are llm generated. i created custom api to connect llm to any databases im currently using.
It's not really about querying a DB from Clojure, well not in the boring sense of how do I run some SQL over data in an existing DB.
What this is supposed to replace is say a big Spark Cluster for processing/querying large datasets.