Software Alternatives & Reviews

Apache Calcite VS DSQ

Compare Apache Calcite VS DSQ and see what are their differences

Apache Calcite logo Apache Calcite

Relational Databases

DSQ logo DSQ

Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and more. - GitHub - multiprocessio/dsq: Commandline tool for running SQL queries against JSON, CSV, Excel, Parquet, and ...
  • Apache Calcite Landing page
    Landing page //
    2022-04-30
  • DSQ Landing page
    Landing page //
    2023-08-22

Apache Calcite videos

The Evolution of Apache Calcite and its Community - A Discussion with Julian Hyde

More videos:

  • Review - Building modern SQL query optimizers with Apache Calcite - Vladimir Ozerov

DSQ videos

review Tas DSQ 06725 seri terbaru

More videos:

  • Review - Dsquared2 Cool Guy Denim Jeans |Real Not Fake|
  • Tutorial - How To Spot a Fake Dsquared2 Hat | Real vs Fake Dsquared2 Cap

Category Popularity

0-100% (relative to Apache Calcite and DSQ)
Databases
100 100%
0% 0
Application And Data
0 0%
100% 100
Relational Databases
100 100%
0% 0
Languages & Frameworks
0 0%
100% 100

User comments

Share your experience with using Apache Calcite and DSQ. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Apache Calcite might be a bit more popular than DSQ. We know about 12 links to it since March 2021 and only 11 links to DSQ. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Apache Calcite mentions (12)

  • Data diffs: Algorithms for explaining what changed in a dataset (2022)
    > Make diff work on more than just SQLite. Another way of doing this that I've been wanting to do for a while is to implement the DIFF operator in Apache Calcite[0]. Using Calcite, DIFF could be implemented as rewrite rules to generate the appropriate SQL to be directly executed against the database or the DIFF operator can be implemented outside of the database (which the original paper shows is more efficient).... - Source: Hacker News / 9 months ago
  • How to manipulate SQL string programmatically?
    Use a SQL Parser like sqlglot or Apache Calcite to compile user's query into an AST. Source: about 1 year ago
  • Parsing SQL
    One parser I think deserves a mention is the one from Apache Calcite[0]. Calcite does more than parsing, there are a number of users who pick up Calcite just for the parser. While the default parser attempts to adhere strictly to the SQL standard, of interest is also the Babel parser, which aims to be as permissive as possible in accepting different dialects of SQL. Disclaimer: I am on the PMC of Apache Calcite,... - Source: Hacker News / over 1 year ago
  • Semantic Diff for SQL
    Apache Calcite can do this, though it's not a beginner-friendly task: https://calcite.apache.org/. - Source: Hacker News / almost 2 years ago
  • OctoSQL allows you to join data from different sources using SQL
    You should look at Apache Calcite[0]. Like OctoSQL, you can join data from different data sources. It's also relatively easy to add your own data sources ("adapters" in Calcite lingo) and rules to efficiently query those sources. Calcite already has adapters that do things like read from HTML tables over HTTP, files on your file system, running processes, etc. This is in addition to connecting to a bunch of... - Source: Hacker News / almost 2 years ago
View more

DSQ mentions (11)

  • Tracking SQLite Database Changes in Git
    You might want to look at tsv-utils, or a similar project: https://github.com/eBay/tsv-utils (No longer maintained, but has links to lots of other projects). - Source: Hacker News / 6 months ago
  • Command-line data analytics made easy
    SPyQL is really cool and its design is very smart, with it being able to leverage normal Python functions! As far as similar tools go, I recommend taking a look at DataFusion[0], dsq[1], and OctoSQL[2]. DataFusion is a very (very very) fast command-line SQL engine but with limited support for data formats. Dsq is based on SQLite which means it has to load data into SQLite first, but then gives you the whole breath... - Source: Hacker News / over 1 year ago
  • Jq Internals: Backtracking
    > dsq registers go-sqlite3-stdlib so you get access to numerous statistics, url, math, string, and regexp functions that aren't part of the SQLite base. (https://github.com/multiprocessio/dsq#standard-library) Ah, I wondered if they rolled their own SQL parser, but no, I now see the sqlite.go in the repo and all is made clear. - Source: Hacker News / over 1 year ago
  • Run SQL on CSV, Parquet, JSON, Arrow, Unix Pipes and Google Sheet
    I am currently evaluating dsq and its partner desktop app DataStation. AIUI, the developer of DataStation realised that it would be useful to extract the underlying pieces into a standalone CLI, so they both support the same range of sources. Dsq CLI - https://github.com/multiprocessio/dsq. - Source: Hacker News / over 1 year ago
  • Xlite: Query Excel, Open Document spreadsheets (.ods) as SQLite virtual tables
    This is a cool project! But if you query Excel and ODS files with dsq you get the same thing plus a growing standard library of functions that don't come built into SQLite such as best-effort date parsing, URL parsing/extraction, statistical aggregation functions, math functions, string and regex helpers, hashing functions and so on [1]. [0] https://github.com/multiprocessio/dsq [1]... - Source: Hacker News / almost 2 years ago
View more

What are some alternatives?

When comparing Apache Calcite and DSQ, you can also consider the following products

Apache Drill - Schema-Free SQL Query Engine for Hadoop and NoSQL

fx - Command-line JSON processing tool

Presto DB - Distributed SQL Query Engine for Big Data (by Facebook)

Superintendent.app - Superintendent.app is a Desktop app that enables you to write SQL on CSV files.

PostgreSQL - PostgreSQL is a powerful, open source object-relational database system.

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