Trending

#PRQL

Latest posts tagged with #PRQL on Bluesky

Latest Top
Trending

Posts tagged #PRQL

Preview
GitHub - localizethedocs/prql-book-l10n: Localization of PRQL Language Book Localization of PRQL Language Book. Contribute to localizethedocs/prql-book-l10n development by creating an account on GitHub.

๐ŸŽ‰ 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

1 1 0 0

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

0 0 1 0

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

0 0 1 0
Preview
[SQL Death] PRQL: Pipelined Relational Query Language - Carnegie Mellon Database Group The past 50 years have seen a great evolution in programming languages... Read More +

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...

11 3 0 0

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

1 0 0 0
Preview
[SQL Death] PRQL: Pipelined Relational Query Language - Carnegie Mellon Database Group This talk is part of the SQL or Death? Seminar Series. Zoom... Read More +

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...

1 0 0 1

#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.

0 0 1 0
Preview
Pipe query syntax ย |ย  BigQuery ย |ย  Google Cloud

Wow it does everything why I like SparkAPI.

#PRQL is way nicer than Google's pipe syntax.

2 0 1 0

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

1 0 0 0
Playground

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/.

3 0 2 0

```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

2 1 2 0

prql-lang.org solves this! ๐Ÿ’ช

#PRQL #dataBS

8 0 2 0

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!

4 0 1 0

There sure is a "prequel" which writes the SQL for you ๐Ÿ˜‰ #PRQL

1 0 0 0
PRQL PRQL is a modern language for transforming data

Alternatively just point them at prql-lang.org and then they won't need to remember the order of the clauses anymore! #PRQL

1 0 0 0