hanahmily opened a new issue, #13483:
URL: https://github.com/apache/skywalking/issues/13483

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar feature requirement.
   
   
   ### Description
   
   
   
   This issue tracks the implementation and development of BydbQL, the BanyanDB 
Query Language. The goal is to provide a familiar, SQL-like interface for 
interacting with BanyanDB data models.
   
   ### Sub-tasks:
   
   
   **1. Data Model Support:**
   
   * [ ] **Streams:** Implement BydbQL for querying raw time-series data like 
logs and traces.
   * [ ] **Measures:** Implement BydbQL for querying aggregated numerical 
time-series data (metrics).
   * [ ] **Trace:** Implement BydbQL for querying tracing spans.
   * [ ] **Properties:** Implement BydbQL for querying metadata and key-value 
information.
   * [ ] **Top-N:** Implement BydbQL for Top-N queries.
   
   **2. Feature Implementation:**
   
   * [ ] **Flexible Timestamps:** Support for both absolute (RFC3339) and 
relative time formats in `TIME` clauses.
   * [ ] **`SELECT` Clause:**
       * [ ] Implement flexible `SELECT` clauses for measures, allowing 
selection of tags, fields, and aggregations.
       * [ ] Support for disambiguation of field and tag names (e.g., 
`identifier::field`, `identifier::tag`).
   * [ ] **Aggregation Functions:** Implement `SUM`, `MEAN`, `COUNT`, `MAX`, 
`MIN`.
   * [ ] **Grouping:** Implement `GROUP BY` clause for measures.
   * [ ] **Filtering:** Implement comprehensive `WHERE` clause support.
   * [ ] **Ordering:** Implement `ORDER BY` clause for streams and measures.
   * [ ] **Pagination:** Implement `LIMIT` and `OFFSET` for streams and 
measures.
   
   
   **3. Testing:**
   
   * [ ] **Unit Tests:** Add unit tests for all components of the BydbQL engine.
   * [ ] **Integration Tests:** Add integration tests to validate end-to-end 
query execution.
   
   ### Use case
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request to implement this on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
notifications-unsubscr...@skywalking.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to