Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Renames repo to prql-query (from pq)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Brandt authored and Tobias Brandt committed Oct 15, 2022
1 parent 654c9a7 commit 14171e1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# pq (prql-query)
# prql-query (pq)

[![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)](https://raw.githubusercontent.com/snth/pq/main/LICENSE-APACHE)
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/snth/pq/main/LICENSE-MIT)
[![license](http://img.shields.io/badge/license-UNLICENSE-blue.svg)](https://raw.githubusercontent.com/main/pq/master/UNLICENSE)
[![license](http://img.shields.io/badge/license-Apache%20v2-blue.svg)](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-APACHE)
[![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-MIT)
[![license](http://img.shields.io/badge/license-UNLICENSE-blue.svg)](https://raw.githubusercontent.com/snth/main/prql-query/master/UNLICENSE)

## Query and transform data with PRQL

Expand All @@ -16,8 +16,8 @@ DataFusion](https://arrow.apache.org/datafusion/) and
™)!

Licensed under
[Apache](https://raw.githubusercontent.com/snth/pq/main/LICENSE-APACHE),
[MIT](https://raw.githubusercontent.com/snth/pq/main/LICENSE-MIT) or the
[Apache](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-APACHE),
[MIT](https://raw.githubusercontent.com/snth/prql-query/main/LICENSE-MIT) or the
[UNLICENSE](https://unlicense.org).

## Examples
Expand Down Expand Up @@ -53,21 +53,21 @@ Licensed under
### Download a binary from Github Release

Binaries are built for Windows, macOS and Linux for every release and can be
dowloaded from [Releases](https://github.com/snth/pq/releases/)
([latest](https://github.com/snth/pq/releases/latest)).
dowloaded from [Releases](https://github.com/snth/prql-query/releases/)
([latest](https://github.com/snth/prql-query/releases/latest)).

### Run as a container image (Docker)

git clone https://github.com/snth/pq.git
cd pq
git clone https://github.com/snth/prql-query.git
cd prql-query
docker build -t pq .
alias pq="docker run --rm -it -v $(pwd):/data -w /data -u $(id -u):$(id -g) pq"
pq --help

### Via Rust toolchain (Cargo)

git clone https://github.com/snth/pq.git
cd pq
git clone https://github.com/snth/prql-query.git
cd prql-query
cargo install --path .

## Usage
Expand Down

0 comments on commit 14171e1

Please sign in to comment.