Skip to content

Instantly share code, notes, and snippets.

@GregIngelmo
Created May 11, 2014 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GregIngelmo/a369c4fa7c9c25301525 to your computer and use it in GitHub Desktop.
Save GregIngelmo/a369c4fa7c9c25301525 to your computer and use it in GitHub Desktop.
Influxdb

Influx db

Execute a qeury via curl

http get "http://localhost:8086/db/test/series?u=root&p=root&q=select first(docCount) from /yahoo.search_ssb_customer.app.pyc_referralanalytics.search/ group by time(1d) where time > now() -48h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment