Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
j.hoerdt
sensor2graph
Commits
f20a2346
Commit
f20a2346
authored
Nov 22, 2021
by
neop
Browse files
is it just that much data?
parent
cc3bfb7d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/sensor2graph/Main.java
View file @
f20a2346
...
...
@@ -96,7 +96,7 @@ public class Main {
}
private
static
void
run
()
throws
Exception
{
var
tables
=
influxDBClient
.
getQueryApi
().
query
(
"from(bucket:\"openforecast\") |> range(start: -600d, stop: -
599
d) |> mean() |> yield(name: \"_results\")"
);
var
tables
=
influxDBClient
.
getQueryApi
().
query
(
"from(bucket:\"openforecast\") |> range(start: -600d
1m
, stop: -
600
d) |> mean() |> yield(name: \"_results\")"
);
System
.
out
.
println
(
"starting influx query"
);
for
(
var
fluxTable
:
tables
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment