Open slvrtrn opened 1 year ago
Hi slvrtrn, currently, there isn't streams support; I don't remember why I closed the issue, I think by mistake.
This is a good feature.
Thanks for the response @antoniomuso We'd be happy to use lz4-napi (and LZ4 compression in general) in our Node.js client https://github.com/ClickHouse/clickhouse-js, but we are blocked by a lack of streaming support
I am sorry for it; I don't know when I will integrate this feature, and I don't have time to do it at the moment.
But your contribution is welcome if you want to implement it by yourself.
Currently, it cannot be implemented due to the lack of the Stream in napi-rs. We should wait: https://github.com/napi-rs/napi-rs/issues/1493
I see that https://github.com/antoniomuso/lz4-napi/issues/106 is closed as completed; however, the API does not expose any
Transform
or other stream helpers.Do you have lz4-napi with Node.js stream usage examples?
Cheers.