prql-query VS trustfall

Compare prql-query vs trustfall and see what are their differences.

trustfall

A query engine for any combination of data sources. Query your files and APIs as if they were databases! (by obi1kenobi)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
prql-query trustfall
3 24
115 2,270
- -
10.0 9.2
7 months ago 6 days ago
Rust Rust
Apache License 2.0 Apache License 2.0
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.

prql-query

Posts with mentions or reviews of prql-query. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-16.
  • Relational is more than SQL
    11 projects | news.ycombinator.com | 16 Sep 2023
    Thank you.

    The CLI usability was one of the aims behind [prql-query (pq)](https://github.com/prql/prql-query/). sqlite integration was on the roadmap but unfortunately that project has been largely unmaintained by me for the past 6 months. (This is just referring to prql-query and not PRQL which is under very active development.)

    I'm working on a new project which will do exactly this (and a lot more!) which I hope to release next week. I'll drop the link here when that's ready.

  • GQL: A SQL like query language for .git files
    6 projects | /r/ProgrammingLanguages | 12 Jun 2023
    As an aside, I could also look at including GQL as a backend in pq (https://github.com/prql/prql-query/) which is my project. It's a bit badly maintained the last few months due to my time constraints but I want to do a big upgrade with the imminent PRQL 0.9 release.
  • PRQL a simple, powerful, pipelined SQL replacement
    19 projects | news.ycombinator.com | 29 Dec 2022
    Thanks for the suggestion. I don't think I knew about usql. I completely agree with you and have been working on a cli tool called `prql-query` or `pq` at the command line:

    https://github.com/prql/prql-query/

    Unfortunately I haven't had much time to spend on it of late but hope to push some updates soon.

trustfall

Posts with mentions or reviews of trustfall. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-20.
  • Planner programming blows my mind
    4 projects | news.ycombinator.com | 20 Feb 2024
    Pleasantly surprised to see Predrag show up as a reviewer, but at the same time not at all surprised:

    - The [Firebase technical screen](https://startupandrew.com/posts/how-firebase-interviewed-sof...) would have been much easier with something like this, as it was Just Another Optimization Problem™. Part of me wants to try it again with Picat!

    - He's doing other very interesting things with programming languages, e.g.: https://github.com/obi1kenobi/trustfall

  • Ask HN: Who wants to be hired? (December 2023)
    26 projects | news.ycombinator.com | 1 Dec 2023
    Email: [email protected]

    Hi, I'm u9g. I'm looking for an internship for either this winter (in a few weeks) or a summer internship!

    Some things I've done:

    I integrated a [query engine for lints](https://github.com/obi1kenobi/trustfall) (and contributed optimizations) into [OXC](https://github.com/oxc-project/oxc) (a new Rust-based Javascript Linter).

    I wrote [several](https://github.com/u9g/money-lens) [toy](https://github.com/u9g/quickquestion/tree/main/extension) languages and syntax highlighting for them.

    I also wrote a [js-to-scheme transpiler](https://github.com/u9g/js2scheme/blob/main/example.js).

    Happy to work on things compiler or database oriented, but also happy to learn something new!

  • Semver violations are common, better tooling is the answer
    7 projects | news.ycombinator.com | 7 Sep 2023
    If you'd like to dig deeper, here are some links:

    - cargo-semver-checks: https://github.com/obi1kenobi/cargo-semver-checks

    - Trustfall query engine, which powers cargo-semver-checks: https://github.com/obi1kenobi/trustfall

    - Trustfall playground, where you can query Rust library APIs in your browser -- for example, "which structs in `itertools` are importable by more than one path": https://play.predr.ag/rustdoc#?f=2&q=*3-Structs-importable-f...

    - 10min conference talk on Trustfall: https://www.hytradboi.com/2022/how-to-query-almost-everythin...

    I'm also giving a talk at P99 CONF in a few months about how Trustfall's new optimizations API made cargo-semver-checks over 2300x faster: https://twitter.com/PredragGruevski/status/16893002495908003...

  • Cargo-semver-checks: Scan your Rust crate for semver violations
    3 projects | news.ycombinator.com | 8 Jul 2023
    No worries!

    Trustfall is even more general than semver actually, one can use it to query any data source -- even HN itself:

    https://play.predr.ag/HackerNews

    Here's a link to that project if you'd like to check it out:

    https://github.com/obi1kenobi/trustfall

    I gave a 10min conference talk on it last year titled "How to query (almost) everything"

    https://www.hytradboi.com/2022/how-to-query-almost-everythin...

  • We created Taxi, and why we felt the need for Another Schema Language
    2 projects | news.ycombinator.com | 16 May 2023
    I've had my eye on Taxi for a while, and it's neat! I agree that the problems it aims to solve are real and painful in real life.

    In my experience, I'm not sure people care about schemas or schema languages — they are just implementation details best left under the hood. This is why in my own work, I started on the query end of the spectrum instead.

    This is why I built Trustfall, a query engine able to query any data source: DBs, APIs, files like PDF, CSV, or JSON, or any combination of those.

    GitHub: https://github.com/obi1kenobi/trustfall

    Playground showing the query "which GitHub/Twitter users comment on HackerNews stories about OpenAI?": https://play.predr.ag/hackernews#?f=1&q=IyBDcm9zcyBBUEkgcXVl...

  • cargo-semver-checks v0.20 and Trustfall v0.4 released — semver-check up to 2354x faster
    3 projects | /r/rust | 24 Apr 2023
  • DuckDB: Querying JSON files as if they were tables
    9 projects | news.ycombinator.com | 3 Mar 2023
  • Speeding up Rust semver-checking by over 2000x
    2 projects | /r/rust | 15 Feb 2023
    Here's an example adapter for querying RSS/Atom feeds. Here's an example adapter for querying the HackerNews APIs. Both projects also include a schema and example queries which you can run.
  • Trustfall: How to Query (Almost) Everything
    1 project | /r/patient_hackernews | 8 Feb 2023
    1 project | /r/hackernews | 8 Feb 2023

What are some alternatives?

When comparing prql-query and trustfall you can also consider the following projects:

prql - PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement

cargo-semver-checks-action - A GitHub Action for running cargo-semver-checks

cargo-semver-checks - Scan your Rust crate for semver violations.

postgrest - REST API for any Postgres database

data-toolset - Upgrade from avro-tools and parquet-tools jars to a more user-friendly Python package.

join-monster - A GraphQL to SQL query execution layer for query planning and batch data fetching.

Linq2Couchbase - A Language Integrated Query (LINQ) provider for the Couchbase .NET SDK

graphql-java - GraphQL Java implementation

ddl-diff - Generates SQL migrations by parsing and diffing DDL

dgs-framework - [Moved to: https://github.com/Netflix/dgs-framework]

FunSQL.jl - Julia library for compositional construction of SQL queries

genql - Type safe TypeScript client for any GraphQL API