Skip to content

Commit

Permalink
Add links to table files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Mar 23, 2024
1 parent 6888b60 commit d9b64d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/penguins/table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

This basic Nanobot example includes four tables:

- `src/schema/`: schema for the data
- `table.tsv`: table definitions for all the tables
- `column.tsv`: column definitions for all the tables
- `datatype.tsv`: datatype definitions used by the columns
- `src/data/`: penguin study data
- `penguin.tsv`: synthetic data about penguins
- [`src/schema/`](src/schema/): schema for the data
- [`table.tsv`](src/schema/table.tsv): table definitions for all the tables
- [`column.tsv`](src/schema/column.tsv): column definitions for all the tables
- [`datatype.tsv`](src/schema/datatype.tsv): datatype definitions used by the columns
- [`src/data/`](src/data/): penguin study data
- [`penguin.tsv`](src/data/penguin.tsv): synthetic data about penguins

Run this example with `nanobot serve --connection :memory:`.
See the [README](../README.md) in the parent directory for more information.

0 comments on commit d9b64d7

Please sign in to comment.