Flux Query package

    1. import "experimental/query"
    2. bucket: "example-bucket",
    3. stop: now(),
    4. fields: ["exampleField1", "exampleField2"],
    5. predicate: (r) => r.tagA == "foo" and r.tagB != "bar"