Skip to content

Commit

Permalink
web: Fix redirects (#4982)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
vanillajonathan and pre-commit-ci[bot] authored Oct 22, 2024
1 parent 882f3b6 commit 13f3b4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/website/content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Yes, probably. We're standing on the shoulders of giants:
data, in R. It's very similar to PRQL. It only works on in-memory R data.
- There's also [dbplyr](https://dbplyr.tidyverse.org/) which compiles a subset
of dplyr to SQL, though requires an R runtime.
- [Kusto](https://docs.microsoft.com/azure/data-explorer/kusto/query/samples?pivots=azuredataexplorer)
- [Kusto](https://learn.microsoft.com/en-us/kusto/query/tutorials/learn-common-operators?view=azure-data-explorer&preserve-view=true&pivots=azuredataexplorer)
is also a beautiful pipelined language, similar to PRQL. But it can only use
Kusto-compatible DBs.
<!-- We can add more articles by linking from works in the "There are other similar piecs out there" sentence -->
Expand Down Expand Up @@ -73,9 +73,9 @@ And there are many projects similar to PRQL:
contains many of the criticisms of SQL that inspired PRQL.
- [FunSQL.jl](https://github.com/MechanicalRabbit/FunSQL.jl) is a library in
Julia which compiles a nice query syntax to SQL. It requires a Julia runtime.
- [LINQ](https://docs.microsoft.com/dotnet/csharp/linq/write-linq-queries), is a
pipelined language for the `.NET` ecosystem which can (mostly) compile to SQL.
It was one of the first languages to take this approach.
- [LINQ](https://learn.microsoft.com/en-us/dotnet/csharp/linq/get-started/write-linq-queries),
is a pipelined language for the `.NET` ecosystem which can (mostly) compile to
SQL. It was one of the first languages to take this approach.
- [Sift](https://github.com/RCHowell/Sift) is an experimental language which
heavily uses pipes and relational algebra.

Expand Down

0 comments on commit 13f3b4b

Please sign in to comment.