Skip to content

Commit

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

This basic Nanobot example includes four tables:

- `src/schema/table.tsv`: table definitions for all the tables
- `src/schema/column.tsv`: column definitions for all the tables
- `src/schema/datatype.tsv`: datatype definitions used by the columns
- `src/data/penguin.tsv`: synthetic data about penguins
- `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

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

0 comments on commit 6888b60

Please sign in to comment.