influxdata / influxdata/influx-cli
influx cli: write should echo status every 100000 lines
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 75
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
in 1.x, importing large files via the CLI would print out a status message to let you know how it is progressing. https://docs.influxdata.com/influxdb/v1.6/tools/shell/#influx-arguments
`Note: For large datasets, influx writes out a status message every 100,000 points.`
for example:
`> 2015/08/21 14:48:01 Processed 3100000 lines. Time elapsed: 56.740578415s. Points per second (PPS): 54634`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no source files or tests; start by locating the CLI's write or import path and review the linked InfluxDB 1.x behavior. The work is done when large imports report progress every 100,000 lines with elapsed time and points-per-second information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100