InfluxDB

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(指南)
第32行: 第32行:
 
  Connected to http://localhost:8086 version 0.9.6.1
 
  Connected to http://localhost:8086 version 0.9.6.1
 
  InfluxDB shell 0.9.6.1
 
  InfluxDB shell 0.9.6.1
  > CREATE DATABASE mydb
+
  > create database mydb
  > SHOW DATABASES
+
  > show databases
  > USE mydb
+
  > use mydb
 +
> show series
 +
> show measurements
 +
> show tag keys
 +
> show field keys
  
 
==Grafana==
 
==Grafana==

2016年2月23日 (二) 02:01的版本

InfluxDB 是一个 Go 语言开发的开源(MIT)分布式时间序列数据库

目录

TICK堆栈

应用场景

  • 定制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
> show series
> show measurements
> show tag keys
> show field keys

Grafana

Grafana 是面向 Graphite, InfluxDB & OpenTSDB 可视化仪表盘。

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱