From 0c3421687a7ba034bfd61c48aaf54171a412e4b4 Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Tue, 31 Jan 2023 13:21:33 -0500 Subject: [PATCH 1/2] Add LFX proposal for Parquet in PromQL This commit adds an LFX project for querying Apache Parquet files with the new Thanos PromQL engine. Signed-off-by: Filip Petkovski --- lfx-mentorship/2023/01-Mar-May/project_ideas.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lfx-mentorship/2023/01-Mar-May/project_ideas.md b/lfx-mentorship/2023/01-Mar-May/project_ideas.md index 922e1780..f7609981 100644 --- a/lfx-mentorship/2023/01-Mar-May/project_ideas.md +++ b/lfx-mentorship/2023/01-Mar-May/project_ideas.md @@ -161,6 +161,13 @@ - Mentor: Ben Ye (@yeya24, yb532204897@gmail.com) - Upstream Issue: https://github.com/thanos-io/thanos/issues/6007 +#### Querying Apache Parquet files with PromQL +- Description: The new [Thanos PromQL Engine](https://github.com/thanos-community/promql-engine) has a sufficient separation between the syntax tree and the execution plan to allow us to query arbitrary data sources. In this project we would like to explore ways to query data stored in Apache Parquet files. +- Expected Outcome: The Thanos PromQL engine can querytimeseries data from Apache Parquet files. +- Recommended Skills: Golang +- Mentor: Filip Petkovski (@fpetkovski, filip.petkovsky@gmail.com), Prem Saraswat (@onprem, prmsrswt@gmail.com) +- Upstream Issue: https://github.com/thanos-community/promql-engine/issues/167 + ### WasmEdge From cad019f29f6dfc6205c3138e5622f5f8d1b1a6b3 Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Tue, 31 Jan 2023 14:08:41 -0500 Subject: [PATCH 2/2] Update lfx-mentorship/2023/01-Mar-May/project_ideas.md Co-authored-by: Prem Saraswat Signed-off-by: Filip Petkovski --- lfx-mentorship/2023/01-Mar-May/project_ideas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfx-mentorship/2023/01-Mar-May/project_ideas.md b/lfx-mentorship/2023/01-Mar-May/project_ideas.md index f7609981..d4b35a41 100644 --- a/lfx-mentorship/2023/01-Mar-May/project_ideas.md +++ b/lfx-mentorship/2023/01-Mar-May/project_ideas.md @@ -163,7 +163,7 @@ #### Querying Apache Parquet files with PromQL - Description: The new [Thanos PromQL Engine](https://github.com/thanos-community/promql-engine) has a sufficient separation between the syntax tree and the execution plan to allow us to query arbitrary data sources. In this project we would like to explore ways to query data stored in Apache Parquet files. -- Expected Outcome: The Thanos PromQL engine can querytimeseries data from Apache Parquet files. +- Expected Outcome: The Thanos PromQL engine can query timeseries data from Apache Parquet files. - Recommended Skills: Golang - Mentor: Filip Petkovski (@fpetkovski, filip.petkovsky@gmail.com), Prem Saraswat (@onprem, prmsrswt@gmail.com) - Upstream Issue: https://github.com/thanos-community/promql-engine/issues/167