随笔分类 -  influxdb

摘要:一、Linux下安装1.yum install -y git2.安装pip,参考:https://app.yinxiang.com/shard/s41/sh/0338ba85-5443-453f-b8c1-349a70377e73/7b712e4a6718279862eae0b71de436973.... 阅读全文
posted @ 2015-01-19 11:55 BiboXie 阅读(2588) 评论(0) 推荐(1)
摘要:写入数据:curl -X POST -d '[{"name":"foo","columns":["val"],"points":[[23]]}]' 'http://localhost:8086/db/mydb/series?u=root&p=root'查询数据:curl -G 'http://loc... 阅读全文
posted @ 2015-01-19 11:49 BiboXie 阅读(772) 评论(0) 推荐(0)
摘要:一 安装influxdb# wgethttp://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm#rpm -ivh influxdb-latest-1.x86_64.rpm# /etc/init.d/ influxdb start# /e... 阅读全文
posted @ 2015-01-19 11:46 BiboXie 阅读(1415) 评论(0) 推荐(0)