fil commited on
Commit
bb6df88
1 Parent(s): 77171da

todo => done

Browse files
Files changed (2) hide show
  1. README.md +4 -4
  2. docs/index.md +0 -5
README.md CHANGED
@@ -13,8 +13,8 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
13
 
14
  TODO:
15
 
16
- - [ ] run the build step in the cloud (yarn && yarn build)
17
- - [ ] serve the resulting dist/ folder as a static site
18
- - [ ] make this deploy on each commit
19
 
20
- Note: the build step depends on bash(!) and the duckdb binary. It loads datasets from HF—there is probably a nicer way to do this than to call them by URL?
 
13
 
14
  TODO:
15
 
16
+ - [x] run the build step in the cloud (yarn && yarn build)
17
+ - [x] serve the resulting dist/ folder as a static site
18
+ - [x] make this deploy on each commit
19
 
20
+ Note: the build step depends on bash(!) and the duckdb binary. It loads datasets from HF—there is probably a nicer way to do this than to call them by URL?
docs/index.md CHANGED
@@ -12,11 +12,6 @@ In another exploration, I see that the word "gazette" was quite frequent in the
12
 
13
  Not sure what to look for, but making these queries in an Observable project is really nice.
14
 
15
- What I need to understand:
16
-
17
- - how to run the merging data loader in the (HF) cloud (instead of doing it on my computer).
18
- - how to run the build step on HF (or can this only be deployed on Observable?)
19
-
20
  ```js
21
  import { DuckDBClient } from "npm:@observablehq/duckdb";
22
  const db = DuckDBClient.of({ presse: FileAttachment("data/presse.parquet") });
 
12
 
13
  Not sure what to look for, but making these queries in an Observable project is really nice.
14
 
 
 
 
 
 
15
  ```js
16
  import { DuckDBClient } from "npm:@observablehq/duckdb";
17
  const db = DuckDBClient.of({ presse: FileAttachment("data/presse.parquet") });