Csvql Alternatives
Similar projects and alternatives to csvql based on common topics and language
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
dbcli
Lightweight, agent-optimized database CLI with one-shot schema introspection, column profiling, and ERD generation. (by JustVugg)
-
dvr
DaVinci Resolve CLI, Python library, and MCP server. Automate editing, color, and rendering with LLM-friendly tools for AI agents (Claude, Cursor), declarative specs, and structured JSON output. No more silent None returns. (by mhadifilms)
-
-
playpanda
Fetch any URL to clean, LLM-ready markdown. 3-tier engine: HTTP → Lightpanda → CloakBrowser.
-
-
hf-hub-zig
Zig library and CLI for interacting with the HuggingFace Hub API, with a focus on GGUF model discovery, searching, viewing, and downloading.
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
csvql discussion
csvql reviews and mentions
-
For Structured Data, Retrieval Accuracy Isn't a Model Problem
This is why csvql's benchmarking has always focused on two things: does the query return the exact same result set DuckDB does, and how many tokens does an agent spend getting that result.
-
I Benchmarked My CSV Engine Against DuckDB on Its Own Dataset. It Found Two Bugs in Mine.
The one rule that makes or breaks a benchmark like this: both engines must do the same work. DuckDB's headline numbers come in two flavors — "with storage" (after loading the CSV into DuckDB's native columnar format) and "without storage" (querying the raw CSV each time). csvql always queries raw CSV directly; it has no native store. So the fair fight is both engines reading the raw CSV, cold, every run:
Stats
melihbirim/csvql is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of csvql is Zig.