10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust19,563 stars (19,563 stars)1,965 forks (1,965 forks)batch import
help wanted
Description
It would be cool if this project could add support for timeseries databases like graphite or influxDB
Contributor guide
- Tech stack
- rust
- Domain
- databasebackend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 3-5 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Understanding of Cube's data source architectureFamiliarity with timeseries databases like Graphite or InfluxDBRust programming skills
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue requests support for timeseries databases like Graphite or InfluxDB. Research should begin by examining how Cube currently handles other data sources (e.g., Postgres, MySQL) to understand the integration pattern. Then, evaluate the Graphite and InfluxDB query APIs and determine if they can be plugged into Cube's query generation. The issue has 10 comments; review those for any specific requirements or prior attempts. Since no PRs are linked, this is a fresh feature request.