Use the Interactive Flux REPL

    To use the Flux REPL, build it from source using the Flux repository. For instructions, see the .

    Use the REPL

    To query data from InfluxDB (local or remote), provide the host, organization, and token parameters to the from() function.

    1. bucket: "example-bucket",
    2. org: "example-org",
    3. )

    Exit the REPL by pressing Control + D.