Skip to content

Commit

Permalink
Change links to schools test data (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 8, 2024
1 parent b4877fa commit f02981e
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 70 deletions.
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

8 comments on commit f02981e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.