All Projects → BasPH → hbase-prometheus-monitoring

BasPH / hbase-prometheus-monitoring

Licence: other
No description or website provided.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to hbase-prometheus-monitoring

Bigdata docker
Big Data Ecosystem Docker
Stars: ✭ 161 (+747.37%)
Mutual labels:  hbase
mizo
Super-fast Spark RDD for Titan Graph Database on HBase
Stars: ✭ 24 (+26.32%)
Mutual labels:  hbase
orion
Management and automation platform for Stateful Distributed Systems
Stars: ✭ 77 (+305.26%)
Mutual labels:  hbase
Bigdata Playground
A complete example of a big data application using : Kubernetes (kops/aws), Apache Spark SQL/Streaming/MLib, Apache Flink, Scala, Python, Apache Kafka, Apache Hbase, Apache Parquet, Apache Avro, Apache Storm, Twitter Api, MongoDB, NodeJS, Angular, GraphQL
Stars: ✭ 177 (+831.58%)
Mutual labels:  hbase
Hgraphdb
HBase as a TinkerPop Graph Database
Stars: ✭ 226 (+1089.47%)
Mutual labels:  hbase
NoSQLDataEngineering
NoSQL Data Engineering
Stars: ✭ 25 (+31.58%)
Mutual labels:  hbase
Tera
An Internet-Scale Database.
Stars: ✭ 1,846 (+9615.79%)
Mutual labels:  hbase
Real-time-log-analysis-system
🐧基于spark streaming+flume+kafka+hbase的实时日志处理分析系统(分为控制台版本和基于springboot、Echarts等的Web UI可视化版本)
Stars: ✭ 31 (+63.16%)
Mutual labels:  hbase
Node Hbase
Asynchronous HBase client for NodeJs using REST
Stars: ✭ 226 (+1089.47%)
Mutual labels:  hbase
replicator
MySQL Replicator. Replicates MySQL tables to Kafka and HBase, keeping the data changes history in HBase.
Stars: ✭ 41 (+115.79%)
Mutual labels:  hbase
Sparkstreaming
💥 🚀 封装sparkstreaming动态调节batch time(有数据就执行计算);🚀 支持运行过程中增删topic;🚀 封装sparkstreaming 1.6 - kafka 010 用以支持 SSL。
Stars: ✭ 179 (+842.11%)
Mutual labels:  hbase
Gimel
Big Data Processing Framework - Unified Data API or SQL on Any Storage
Stars: ✭ 216 (+1036.84%)
Mutual labels:  hbase
Lidea
大型分布式系统实时监控平台
Stars: ✭ 28 (+47.37%)
Mutual labels:  hbase
Hbase Doc Zh
📖 HBase 中文参考指南
Stars: ✭ 164 (+763.16%)
Mutual labels:  hbase
DataX-src
DataX 是异构数据广泛使用的离线数据同步工具/平台,实现包括 MySQL、Oracle、SqlServer、Postgre、HDFS、Hive、ADS、HBase、OTS、ODPS 等各种异构数据源之间高效的数据同步功能。
Stars: ✭ 21 (+10.53%)
Mutual labels:  hbase
Hbase Connectors
Apache HBase Connectors
Stars: ✭ 153 (+705.26%)
Mutual labels:  hbase
phoenix
Apache Phoenix / Hbase Spring Boot Microservices
Stars: ✭ 23 (+21.05%)
Mutual labels:  hbase
dpkb
大数据相关内容汇总,包括分布式存储引擎、分布式计算引擎、数仓建设等。关键词:Hadoop、HBase、ES、Kudu、Hive、Presto、Spark、Flink、Kylin、ClickHouse
Stars: ✭ 123 (+547.37%)
Mutual labels:  hbase
hdocdb
HBase as a JSON Document Database
Stars: ✭ 24 (+26.32%)
Mutual labels:  hbase
xdu-cloudcourse-web
西电云计算课程大作业Web端代码示例
Stars: ✭ 26 (+36.84%)
Mutual labels:  hbase

Monitoring HBase with Prometheus demo

This repo serves as a demo for this blog. Running ./run-demo.sh will set up HBase pseudo-distributed with 2 masters and 4 regionservers, Prometheus and Grafana. Browse to http://localhost:3000/dashboard/db/hbase to view the metrics.

There are several dependencies, e.g. Docker on OS X is used for Prometheus and Grafana. You might need to install something or edit configs.

To simulate some usage and view nice graphs on the HBase cluster, you could use HBase performance evaluation.

Software & versions used

  • Prometheus 1.5.0
  • Grafana 4.1.0-beta1
  • HBase 1.2.4
  • Docker
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].