Skip to content

Instantly share code, notes, and snippets.

@regel
Created December 18, 2018 22:24
Show Gist options
  • Save regel/5cd56e638c5e19aef7f698f21f7b9e51 to your computer and use it in GitHub Desktop.
Save regel/5cd56e638c5e19aef7f698f21f7b9e51 to your computer and use it in GitHub Desktop.
influxQL query demand forecast tutorial
select * from orders where time >='2015-06-30T00:00:00Z' limit 5
name: orders
time count
---- -----
1435622400000000000 388
1435626000000000000 384
1435629600000000000 375
1435633200000000000 371
1435636800000000000 368
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment