textql VS cq

Compare textql vs cq and see what are their differences.

textql

Execute SQL against structured text like CSV or TSV (by dinedal)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
textql cq
15 2
9,030 167
- -
3.7 0.0
6 months ago over 4 years ago
Go Shell
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

textql

Posts with mentions or reviews of textql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-29.

cq

Posts with mentions or reviews of cq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-04.
  • SQLite Is Dynamically Typed (2020)
    3 projects | news.ycombinator.com | 4 Aug 2021
    It seems beneficial for my case.

    I have a light wrapper around SQLite called cq[1], to make querying CSVs with SQL more convenient. The point of the tool is to facilitate making ad-hoc, one-off queries on CSV data. CSVs don't specify the types of their columns, and they're either text or numeric. Having to be explicit on what the columns are would be a downside for me. Many CSVs have a ton of columns and I often care only about a few columns for one particular query I'll write and run once and never again.

    I've fallen into the trap[2] where imported columns compare alphabetically despite them being numbers. I've been casting in my queries and was considering adding argument syntax for specifying the types of certain columns, but now that I see this, I think the behavior on specifying everything as NUMERIC is more desirable. It's more like Excel/LibreOfficeCalc, where you can just use numbers and they behave like numbers without having to be super-explicit.

    I do very much agree that it's not desirable design for the DB of an app. There type-safety is more desirable.

    [1] https://github.com/jolmg/cq

    [2] https://news.ycombinator.com/item?id=28071615

  • Show HN: Work with CSV files using SQL. For data scientists and engineers
    10 projects | news.ycombinator.com | 18 Jul 2021

What are some alternatives?

When comparing textql and cq you can also consider the following projects:

q - q - Run SQL directly on delimited files and multi-file sqlite databases

datablox - A distributed, typed, data column

go-duckdb - go-duckdb provides a database/sql driver for the DuckDB database engine.

otj-pg-embedded - Java embedded PostgreSQL component for testing

octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.

superintendent - Write SQL on CSV files

dsq - Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more.

csvs-to-sqlite - Convert CSV files into a SQLite database

brackit - Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.

sqlite-utils - Python CLI utility and library for manipulating SQLite databases