-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LFX: Research querying Apache Parquet files #167
Comments
Hey @fpetkovski I would like to work on this issue in the upcoming LFX mentorship term. I have previously worked with Apache Parquet files where i had to write given metadata to parquet files. Doing query on top of Parquet files would be the next stage of exploration for me. Can you give me a brief idea about the prerequisites needed to learn and is there anything else that needs to be looked into? |
Hey @Shubham4359, thanks for expressing interest in this project. Feel free to apply through the LFX website :) |
I am interest in this project.Can you give the information about the project breifly and its prerequesites. |
Here's a link to the LFX project: https://mentorship.lfx.linuxfoundation.org/project/a04cfbe4-4dde-4c7e-8b70-9570639b48a7. |
Hi @fpetkovski ,Thanks for the information.I like to work on this issue in the LFX mentorship term. I requested to give prerequisites and tools or techstack to complete this project. |
Hi @Althaf66, knowledge of golang should be sufficient for this project. |
Hi @fpetkovski |
Hi @vishalvivekm, feel free to look at the issues with a good-first-issue tag :) |
Hi @fpetkovski I am looking forward to contribute in these issue under LFX Mentorship 2023 |
Roger That. I'll be looking for them to make contributions. |
Hi @fpetkovski, I will be glad to work in this issue in LFX mentorship. I have previous work experience in Golang and I have already applied in LFX website, so what should I have to do to contribute? |
There has been an LFX mentee selected to work on this: @Shubham4359, as communicated through the #thanos-dev CNCF channel. |
What's the next step of this issue? Do we plan to contribute another storage scanner implementation https://github.com/thanos-io/promql-engine/blob/main/storage/interface.go or we can close this issue? |
Since we have a separation between the logical plan and execution, we can allow querying arbitrary data sources using PromQL.
One such data source could be Apache Parquet files, similar to how https://github.com/polarsignals/frostdb currently works.
We can also investigate options to directly integrate with FrostDB if that makes querying Parquet simpler.
The text was updated successfully, but these errors were encountered: