Skip to content

sajonaro/prgl-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Description

This project is a playground for exercising in PRQL query language

It helps prepare the infrastructure for that:

  • docker compose stack
  • DuckDB with:
    • PRQL extension
    • prepared dataset

How to run

  • create alias (to start duckdb, in "persisted" mode, i.e. from countries.duckdb file AND execute piped in command)
    alias ddb='sudo docker compose run --rm duck ./duckdb countries.duckdb -cmd'
    
  • use duckdb via alias, e.g. following is equivalent to ./duckdb -cmd "describe countries;"
    ddb "describe countries;"
    

About

provides a quick way of starting to work with PRQL in PosgreSQL and Duckdb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages