kbajalc / parquets

MIT License
43 stars 21 forks source link

Is this repository maintained? #38

Open sambonbonne opened 2 years ago

sambonbonne commented 2 years ago

Is this project maintained?

I guess it started as a fork of parquetjs which was not really well maintained (and is still not).

But now it seems parquets is not really maintained too. Is there any plan to add contributors so issues and pull requests can receive some answers?

Maybe we can considere a fork if no answer is provided, anyone?

sambonbonne commented 2 years ago

@dobesv you said in #35 you could help a little (at least you opened six pull requests, that's really nice). Is it still possible for you?

dobesv commented 2 years ago

I don't have write access to the repo or to NPM so I can't update this package. I might have to fork it, unfortunately.

sambonbonne commented 2 years ago

Maybe we can wait some days for an answer from @kbajalc and if we have no response about the maintenance, forking should be considered?

dobesv commented 2 years ago

I've had PRs open since the end of last year so it's long enough to declare the project dead, in my opinion.

sambonbonne commented 2 years ago

Sorry for the wait.

I would say the project is dead, too, but I wanted to see if the author could at least answer an issue asking if this feeling was shared.

I never contributed to this project, I can fork it but I would not contribute a lot beyond accepting PR and maybe handle/automate publication and updates on npm registry.

If anyone more active, maybe you @dobesv, is thinking about forking, maybe it would be a better option.

dobesv commented 2 years ago

I wonder if @dvirtz will be maintaining his repository better, maybe we could use that one. Seems to have activity as of July 7th.

https://github.com/dvirtz/parquets

dvirtz commented 2 years ago

I've only did some fixes to make it usable in my VSCode parquet viewer project. I don't have a problem accepting PRs though.

sambonbonne commented 2 years ago

@dvirtz and do you think you would be able to publish to npm?

dvirtz commented 2 years ago

I already do: https://www.npmjs.com/package/@dvirtz/parquets

sambonbonne commented 2 years ago

Thanks, this is good to know! So if anyone see this issue and want to contribute, I guess they'll see you're opened to accept some PR.

kylebarron commented 2 years ago

Possibly of interest to this thread: I have a working WebAssembly version of a Parquet reader/writer here: https://github.com/kylebarron/parquet-wasm. Hopefully it should be easier to maintain given that the Rust implementations of Parquet are more stable.