Skip to content

Instantly share code, notes, and snippets.

@regel
Created December 18, 2018 22:25
Show Gist options
  • Save regel/9bd921938e27f01c45b593cac1c6bee4 to your computer and use it in GitHub Desktop.
Save regel/9bd921938e27f01c45b593cac1c6bee4 to your computer and use it in GitHub Desktop.
influxQL demand forecast tutorial
select temp, clouds from weather where time >='2015-06-30T00:00:00Z' limit 5
name: weather
time temp clouds
---- ---- ------
1435622400000000000 18.33000000000004 0
1435626000000000000 17.760000000000048 0
1435629600000000000 16.439999999999998 0
1435633200000000000 15.840000000000032 0
1435636800000000000 15.340000000000032 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment