influxdata / influxdata/influxdb-client-go
Should expose a method to just compile Flux
- Dominant language
- Go
- Stars
- 653
- Forks
- 120
- Avg merge
- 3m
- Merged PRs (30d)
- 3
Description
I would like to have an endpoint to validate that some Flux is, at least, syntactically correct.
This would be great for users, because your go module shouldn't depend on Flux to validate a script, and you shouldn't care about versioning, but just request to your InfluxDB server 👍
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the Go client’s existing endpoint methods and how requests are sent to the InfluxDB server. Define the endpoint for validating Flux syntax without requiring the Go module to depend on Flux; done means callers can submit Flux to InfluxDB and receive validation results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100