๐ prql-book-l10n is published!
๐ Preview:
projects.localizethedocs.org/prql-book-l10n
๐ Crowdin:
localizethedocs.crowdin.com/prql-book-l10n
๐ GitHub:
github.com/localizethed...
#Crowdin #GitHub #mdBook #Rust #PRQL #SQL
3/15 Comparisons to Existing Tools: FrustratedMonky compares it to F# Type Providers. tehlike suggests LINQ or PRQL. How does this new approach stack up? ๐งฑ #FSharp #LINQ #PRQL #DataTools
3/10 Comparisons to existing tools: FrustratedMonky sees parallels to FSharp Type Providers. tehlike suggests LINQ or PRQL. How does this new DSL compare? ๐ค #FSharp #LINQ #PRQL
Today's SQL or Death Seminar Speaker: @tobiasbrandt.bsky.social will present the #PRQL replacement for SQL. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/sql-d...
Are you #data language fluid, #PRQL curious, or ever experienced #SQL dysphoria? This talk will explore why we don't need to throw out the #RelationalModel to express ourselves fully without outdated norms. #progressive #databs
Hello #dataBS,
I'm looking forward to presenting #PRQL at the CMU Seminar Series on **SQL or Death** in just over 12 hours time. This will be a deep dive into why we need a new language for #data and what we're doing about it at prql-lang.org.
Details and Zoom link:
db.cs.cmu.edu/events/sql-d...
#PRQL got a mention in the Google Pipe Syntax paper. Their main criticism seemed to be that it involved learning a new language. I think that argument is overblown because #PRQL basically is just the Relational Operators in a logical order so it's basically just #SQL reordered.
Wow it does everything why I like SparkAPI.
#PRQL is way nicer than Google's pipe syntax.
Here's another one:
```prql
from [{n=1}]
loop (
filter n<9
select n+1
)
aggregate year=(sum n**3|as int)
select message=f"Best wishes for {year}!"
```
2025 will be the only year this millennium(!) that is the sum of the first N cubes where N is a Natural Number!
#PRQL #databs
That's the #SQL generated from the #PRQL above. It wouldn't fit in a single skeet. The arguments for #PRQL just make themselves. ๐
Learn more at prql-lang.org or github.com/PRQL/prql or run the code yourself in the Online Playground prql-lang.org/playground/.
```prql
from [{n=1}]
loop (
filter n<9
select n+1
)
aggregate year=((sum n)**2|as int)
select message=f"All the best for {year}!"
```
#PRQL #dataBS
Hey #dataBS, the #PRQL repo is just short of 10k โญ๏ธs. The 10_000th person to โญ๏ธ the repo gets a free lifetime supply of relief from #SQL pain and problems!
There sure is a "prequel" which writes the SQL for you ๐ #PRQL
Alternatively just point them at prql-lang.org and then they won't need to remember the order of the clauses anymore! #PRQL