@@ -12,53 +12,55 @@ export default function Welcome(): ReactNode {
1212 }
1313
1414 return < div id = "welcome" >
15- < h1 > hyparquet</ h1 >
16- < sub > /haɪ pɑːrˈkeɪ/< img src = { audioSvg } alt = "play hyparquet pronunciation" height = "18" width = "18" onClick = { playAudio } /> </ sub >
17- < audio ref = { audio } id = "audio" src = { hyparquetMp3 } > </ audio >
18- < h2 > in-browser parquet file reader</ h2 >
19- < p >
20- < a href = "https://www.npmjs.com/package/hyparquet" > < img src = "https://img.shields.io/npm/v/hyparquet" alt = "npm hyparquet" /> </ a >
21- < a href = "https://github.com/hyparam/hyparquet" > < img src = "https://img.shields.io/github/stars/hyparam/hyparquet?style=social" alt = "star hyparquet" /> </ a >
22- </ p >
23- < p >
24- Online demo of < a href = "https://github.com/hyparam/hyparquet" > hyparquet</ a > : a parser for apache parquet files.
25- Uses < a href = "https://github.com/hyparam/hightable" > hightable</ a > for high performance windowed table viewing.
26- </ p >
27- < p >
28- Drag and drop a parquet file (or url) to see your parquet data. 👀
29- </ p >
30- < p >
31- Example files:
32- </ p >
33- < ul className = "quick-links" >
34- < li >
35- < a
36- className = "aws"
37- href = "?key=https://hyperparam-public.s3.amazonaws.com/wiki-en-00000-of-00041.parquet" >
38- s3://wiki-en-00000-of-00041.parquet
39- </ a >
40- </ li >
41- < li >
42- < a
43- className = "azure"
44- href = "?key=https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" >
45- azure://starcoderdata-js-00000-of-00065.parquet
46- </ a >
47- </ li >
48- < li >
49- < a
50- className = "huggingface"
51- href = "?key=https://huggingface.co/datasets/codeparrot/github-code/resolve/main/data/train-00000-of-01126.parquet?download=true" >
52- huggingface://github-code-00000-of-01126.parquet
53- </ a >
54- </ li >
55- < li >
56- < a
57- className = "github"
58- href = "?key=https://raw.githubusercontent.com/hyparam/hyparquet/master/test/files/rowgroups.parquet" >
59- github://rowgroups.parquet
60- </ a >
61- </ li >
62- </ ul >
15+ < div >
16+ < h1 > hyparquet</ h1 >
17+ < sub > /haɪ pɑːrˈkeɪ/< img src = { audioSvg } alt = "play hyparquet pronunciation" height = "18" width = "18" onClick = { playAudio } /> </ sub >
18+ < audio ref = { audio } id = "audio" src = { hyparquetMp3 } > </ audio >
19+ < h2 > in-browser parquet file reader</ h2 >
20+ < p >
21+ < a href = "https://www.npmjs.com/package/hyparquet" > < img src = "https://img.shields.io/npm/v/hyparquet" alt = "npm hyparquet" /> </ a >
22+ < a href = "https://github.com/hyparam/hyparquet" > < img src = "https://img.shields.io/github/stars/hyparam/hyparquet?style=social" alt = "star hyparquet" /> </ a >
23+ </ p >
24+ < p >
25+ Online demo of < a href = "https://github.com/hyparam/hyparquet" > hyparquet</ a > : a parser for apache parquet files.
26+ Uses < a href = "https://github.com/hyparam/hightable" > hightable</ a > for high performance windowed table viewing.
27+ </ p >
28+ < p >
29+ Drag and drop a parquet file (or url) to see your parquet data. 👀
30+ </ p >
31+ < p >
32+ Example files:
33+ </ p >
34+ < ul className = "quick-links" >
35+ < li >
36+ < a
37+ className = "aws"
38+ href = "?key=https://hyperparam-public.s3.amazonaws.com/wiki-en-00000-of-00041.parquet" >
39+ s3://wiki-en-00000-of-00041.parquet
40+ </ a >
41+ </ li >
42+ < li >
43+ < a
44+ className = "azure"
45+ href = "?key=https://hyperparam.blob.core.windows.net/hyperparam/starcoderdata-js-00000-of-00065.parquet" >
46+ azure://starcoderdata-js-00000-of-00065.parquet
47+ </ a >
48+ </ li >
49+ < li >
50+ < a
51+ className = "huggingface"
52+ href = "?key=https://huggingface.co/datasets/codeparrot/github-code/resolve/main/data/train-00000-of-01126.parquet?download=true" >
53+ huggingface://github-code-00000-of-01126.parquet
54+ </ a >
55+ </ li >
56+ < li >
57+ < a
58+ className = "github"
59+ href = "?key=https://raw.githubusercontent.com/hyparam/hyparquet/master/test/files/rowgroups.parquet" >
60+ github://rowgroups.parquet
61+ </ a >
62+ </ li >
63+ </ ul >
64+ </ div >
6365 </ div >
6466}
0 commit comments