Commit Graph

44 Commits

Author SHA1 Message Date
Sylvain Lesage
2c40b61c58
remove demo (#37)
* remove demo

* remove more references to the demo + fix the image

* remove unused dependencies

* set new demo URL
2024-11-19 18:56:09 +01:00
Sylvain Lesage
4070c8b755
esm only (#36) 2024-11-15 18:16:06 +01:00
Kenny Daniel
e6301a8bc8
demo: use web worker for parquet parsing to avoid blocking main thread 2024-09-25 02:22:30 -07:00
Kenny Daniel
9a2f4fdcba
Update dependencies 2024-09-24 16:54:44 -07:00
Kenny Daniel
b10c38147c
demo: fix styles and click to select file 2024-09-17 16:22:16 -07:00
Kenny Daniel
aafa676a51
Add demo image 2024-09-04 12:52:39 -07:00
ctranstrum
8ace1a47d2
return column names in the order requested (#27)
* return column names in the order requested

* retain correct ordering of columns in object rows as well
2024-08-14 00:01:47 -07:00
ctranstrum
d13d52b606
Add an option to return each row as an object keyed by column name (#25)
* Add an option to return each row as an object keyed by column name

* rename option to rowFormat and address feedback
2024-08-13 09:15:59 -07:00
Kenny Daniel
8e0235413a
Update dependencies 2024-08-02 16:12:57 -07:00
Kenny Daniel
83e06c3465
Export asyncBufferFromFile, asyncBufferFromUrl and add to README 2024-07-26 17:18:36 -07:00
Kenny Daniel
8714ad4d22
Update README 2024-07-25 19:49:21 -07:00
Kenny Daniel
cb1263564e
Update dependencies 2024-07-22 22:24:37 -07:00
Kenny Daniel
60630f9963
Hugging Face Open-Source Grant 2024-06-18 09:56:42 -07:00
Kenny Daniel
a1ca1ef785
byte_stream_split_extended.gzip.parquet 2024-05-21 17:21:36 -07:00
Kenny Daniel
97708544e4
Update README with hyparquet-compressors 2024-05-20 05:16:56 -07:00
Kenny Daniel
9cd09b8eed
Byte stream split encoding 2024-05-20 04:09:32 -07:00
Kenny Daniel
1689d7473a
Delta length byte array encoding 2024-05-20 02:32:31 -07:00
Kenny Daniel
d4341b803e
Delta byte array encoding 2024-05-18 19:23:11 -07:00
Kenny Daniel
48d79e6a1d
Move deltaBinaryUnpack to delta.js and always consume miniblock 2024-05-18 18:57:17 -07:00
Kenny Daniel
82db6a8017
Delta binary packed encoding 2024-05-12 15:47:16 -07:00
Kenny Daniel
54ef1e6b0a
Rewrite dremel assembly 2024-04-28 19:03:39 -07:00
Kenny Daniel
09ea11517c
Fix typescript definitions 2024-04-26 14:01:00 -07:00
Kenny Daniel
dd91122753
Update README with example for Async and Row/Column filtering 2024-04-11 13:11:58 -07:00
Kenny Daniel
d74da081bb
hysnappy docs 2024-04-07 23:09:48 -07:00
Kenny Daniel
2aad27df81
Update README 2024-04-05 11:28:57 -07:00
Kenny Daniel
e3b3ddafa7
Add parquetRead example to README 2024-04-03 13:31:03 -07:00
Kenny Daniel
e3b5fca883
Custom decompressors 2024-02-27 09:05:02 -08:00
Kenny Daniel
a65132b79c
Data Page V2 2024-02-26 18:44:33 -08:00
Kenny Daniel
c70b3b2227
Prepare for data page v2 2024-02-26 11:44:28 -08:00
Kenny Daniel
ada7429685
Prepare for alternate decompressors 2024-02-21 13:44:12 -08:00
Kenny Daniel
5f4e2ffe59
parquet-testing byte_array_decimal 2024-02-13 22:05:37 -08:00
Kenny Daniel
514014d08b
Readme section on supported parquet files 2024-02-13 10:50:36 -08:00
Kenny Daniel
f6e18b9437
Publish v0.2.5 2024-02-02 13:24:53 -08:00
Kenny Daniel
77f0354599
Publish v0.2.0 2024-01-15 15:21:25 -08:00
Kenny Daniel
a36f5a98db
Add demo to README 2024-01-15 11:03:52 -08:00
Kenny Daniel
f2a15bd74f
Dependencies: 0 2024-01-11 10:46:23 -08:00
Kenny Daniel
58aed8d9cd
Update README 2024-01-09 15:15:08 -08:00
Kenny Daniel
e0486e152a
Update README 2024-01-04 11:24:35 -08:00
Kenny Daniel
88ff71d924
Parquet metadata parser 2024-01-03 09:57:36 -08:00
Kenny Daniel
a032785ea6
Return Decoded struct with bytes read 2024-01-02 17:18:08 -08:00
Kenny Daniel
15e4f5597f
hyparakeet 2023-12-29 12:12:30 -08:00
Kenny Daniel
bd05faa702
Github actions 2023-12-29 11:29:53 -08:00
Kenny Daniel
2d6f520605
Update readme 2023-12-29 10:46:40 -08:00
Kenny Daniel
c18e495d49
Initial commit 2023-12-29 10:32:36 -08:00