Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eitsupi/querying-with-prql
A book that demonstrates how to perform typical table data operations using PRQL and DuckDB.
https://github.com/eitsupi/querying-with-prql
dplyr duckdb polars prql python quarto r sql
Last synced: 12 days ago
JSON representation
A book that demonstrates how to perform typical table data operations using PRQL and DuckDB.
- Host: GitHub
- URL: https://github.com/eitsupi/querying-with-prql
- Owner: eitsupi
- License: mit
- Created: 2023-04-05T13:52:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T14:03:25.000Z (about 1 month ago)
- Last Synced: 2024-10-14T14:51:42.868Z (25 days ago)
- Topics: dplyr, duckdb, polars, prql, python, quarto, r, sql
- Language: R
- Homepage: https://eitsupi.github.io/querying-with-prql/
- Size: 2.66 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-quarto - Quering with PRQL - Docusaurus website using computations via `Jupyter` and `knitr` and multiple languages (PRQL, SQL, R, Python, *etc.*). (Real-life examples / Websites formats)
README
# Quering with PRQL
This is a book-style website built by Quarto and Docusaurus.
To build, we need quarto cli, node.js, R, Python, and a lot of packages!
Please check the [devcontainer.json](.devcontainer/devcontainer.json) file.Build by
```sh
quarto render --cache-refresh
```And deploy by
```sh
npm run deploy
```## License
Licensed under the MIT License.