Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change links to schools test data #86

Merged
merged 3 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.10.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.11.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.12.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.13.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.14.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.15.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.16.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.17.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.18.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -93,7 +93,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.5.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
10 changes: 5 additions & 5 deletions versioned_docs/version-v1.6.0/tutorials/schools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Schools Data

> This document provides a beginner's overview of the Zed language
using the [zq command](../commands/zq.md) and
[real-world data](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md) relating to California schools
[real-world data](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md) relating to California schools
and test scores.

## 1. Getting Started
Expand All @@ -16,9 +16,9 @@ If you want to follow along by running the examples, simply
[install zq](../install.md) and copy the
data files used here into your working directory:
```
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/main/testdata/edu/webaddrs.zson > webaddrs.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/schools.zson > schools.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/testscores.zson > testscores.zson
curl https://raw.githubusercontent.com/brimdata/zed/v1.18.0/testdata/edu/webaddrs.zson > webaddrs.zson
```
These files are all encoded in the human-readable [ZSON format](../formats/zson.md)
so you can easily have a look at them. ZSON is not optimized for speed but these
Expand Down Expand Up @@ -87,7 +87,7 @@ which emits
Nothing too tricky here. After a quick review of the shapes and types,
you will notice they are just three relatively simple tables, which is no surprise
since we obtained the original data from
[SQLite database files](https://github.com/brimdata/zed/blob/main/testdata/edu/README.md).
[SQLite database files](https://github.com/brimdata/zed/blob/v1.18.0/testdata/edu/README.md).

## 3. Searching

Expand Down
Loading
Loading