Skip to content

Commit

Permalink
Update NodeJS SDK sample (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeadie authored Sep 23, 2024
1 parent 92f0377 commit 2c8dd58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client-sdk/spice.js-sdk-sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
spice run
```

Ensure the dataset `taxi_trips` to be loaded
```shell
2024-09-23T21:54:09.980654Z INFO runtime: Dataset taxi_trips registered (s3://spiceai-demo-datasets/taxi_trips/2024/), acceleration (arrow, 10s refresh), results cache enabled.
2024-09-23T21:54:09.981827Z INFO runtime::accelerated_table::refresh_task: Loading data for dataset taxi_trips
2024-09-23T21:55:10.491380Z INFO runtime::accelerated_table::refresh_task: Loaded 2,964,624 rows (421.71 MiB) for dataset taxi_trips in 109ms.
```
## Install dependencies
```shell
Expand Down

0 comments on commit 2c8dd58

Please sign in to comment.