diff --git a/Cargo.lock b/Cargo.lock index cf6420a..2b1d719 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "bdt" -version = "0.17.0" +version = "0.18.0" dependencies = [ "comfy-table 6.2.0", "datafusion", diff --git a/Cargo.toml b/Cargo.toml index 21fab6e..7ab6e1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "bdt" -version = "0.17.0" -homepage = "https://github.com/andygrove/bdt" -repository = "https://github.com/andygrove/bdt" -authors = ["Andy Grove "] +version = "0.18.0" +homepage = "https://github.com/datafusion-contrib/bdt" +repository = "https://github.com/datafusion-contrib/bdt" +authors = ["Andy Grove "] description = "Utility for viewing, querying, converting, and comparing files in popular data formats (CSV, Parquet, JSON, Avro)" license = "Apache-2.0" keywords = ["convert", "parquet", "json", "avro", "csv"] diff --git a/README.md b/README.md index 55e9822..3a4687f 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,6 @@ Powered by [Apache Arrow](https://arrow.apache.org/) and [DataFusion](https://cr ## Installation -### Mac - -```shell -brew tap andygrove/bdt -brew install bdt -``` - -### Other Platforms - Rust must be installed first. Follow instructions at [https://rustup.rs/](https://rustup.rs/). ```bash @@ -121,7 +112,7 @@ Registering table 'yellow_tripdata_2022_01' for /mnt/bigdata/nyctaxi/yellow_trip +-----------------+ ``` -Use the `--tables` option to register all files/directories in one directory as tables, and use the `--sql-file` option +Use the `--tables` option to register all files/directories in one directory as tables, and use the `--sql-file` option to load a query from disk. ```bash