influxdata / influxdata/docs-v2
Incorporate content from Flux recipes into docs
@pierwill is already working on this.
Since Oct 2, 2020.
- Dominant language
- JavaScript
- Stars
- 82
- Forks
- 326
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 82
Description
Review content here:
- https://github.com/influxdata/flux-recipes/tree/master/CRM
- Identify duplicate content across the following recipes
- basic-modelling+filtering+aggWind
- basic-modelling+filtering+processing
- basic-modelling+filtering
- intermediate-UDF
- intermediate-join non temporale
- intermediate-pivoting
- Group the modelling content?
- Use the csv.from() function to import data (currently in [ratings.txt ](https://github.com/influxdata/flux-recipes/blob/master/CRM/data/ratings.txt)file)
import "experimental/csv"
csv.from(url: "https://influx-testdata.s3.amazonaws.com/ratings.csv")
- Where to put "tutorial" content on docs.influxdata.com?
- Goal is to help people learn Flux
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.
Assessment
This issue has not been assessed yet.