Skip to content

Commit

Permalink
Replaced old references to cratedb-datasets repo with new CrateDB URLs.
Browse files Browse the repository at this point in the history
We can't trust GitHub for access to LFS files directly when running `COPY FROM` statements, so this changes the URLs to point to their replacements.
  • Loading branch information
simonprickett authored and amotl committed Jan 10, 2025
1 parent ded7306 commit 7890334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ export CRATEDB_PASSWORD='3$MJ5fALP8bNOYCYBMLOrzd&'
### Usage
Load data into database table.
```shell
ctk load table 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_weather.csv.gz'
ctk load table 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/cloud-tutorials/data_weather.csv.gz'
ctk load table 'https://github.com/crate/cratedb-datasets/raw/main/cloud-tutorials/data_marketing.json.gz'
ctk load table 'https://github.com/crate/cratedb-datasets/raw/main/timeseries/yc.2019.07-tiny.parquet.gz'
ctk load table 'https://cdn.crate.io/downloads/datasets/cratedb-datasets/timeseries/yc.2019.07-tiny.parquet.gz'
```

Query and aggregate data using SQL.
Expand Down

0 comments on commit 7890334

Please sign in to comment.