欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
InfluxDB
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 (→指南) |
||
第25行: | 第25行: | ||
==指南== | ==指南== | ||
OS X 安装 | OS X 安装 | ||
− | brew update | + | $ brew update |
− | brew install influxdb | + | $ brew install influxdb |
+ | $ influxd | ||
+ | $ influx | ||
+ | Visit https://enterprise.influxdata.com to register for updates, InfluxDB server management, and monitoring. | ||
+ | Connected to http://localhost:8086 version 0.9.6.1 | ||
+ | InfluxDB shell 0.9.6.1 | ||
+ | > CREATE DATABASE mydb | ||
+ | > SHOW DATABASES | ||
+ | > USE mydb | ||
==Grafana== | ==Grafana== |
2016年2月4日 (四) 12:23的版本
InfluxDB 是一个 Go 语言开发的开源(MIT)分布式时间序列数据库。
目录 |
TICK堆栈
- Telegraf 数据采集
- InfluxDB 数据存储
- Chronograf 数据可视化
- Kapacitor 监控告警&ETL
应用场景
- 定制DevOps监控(Custom DevOps Monitoring)
- 实时分析(Real Time Analytics)
- 物联网和传感器数据(IoT and Sensor Data)
- 云计算(Cloud & OpenStack)
- 异常检测(Anomaly Detection)
- 消息(Messaging)
- 个性化(Personalization)
- 股票交易(Equities Trading)
- 市政基础设施管理(Municipal Infrastructure Management)
- GPS服务(GPS Services)
- 量子物理研究(Quantum Physics Research)
- POS系统(Point of Sale Systems)
- 制造业和家庭自动化(Manufacturing & Home Automation)
- 运输和物流(Transportation & Material Logistics)
指南
OS X 安装
$ brew update $ brew install influxdb $ influxd $ influx Visit https://enterprise.influxdata.com to register for updates, InfluxDB server management, and monitoring. Connected to http://localhost:8086 version 0.9.6.1 InfluxDB shell 0.9.6.1 > CREATE DATABASE mydb > SHOW DATABASES > USE mydb
Grafana
Grafana 是面向 Graphite, InfluxDB & OpenTSDB 可视化仪表盘。
图集
链接
分享您的观点