项目作者: jamesattard

项目描述 :
HBase + ElasticSearch + Kafka Setup Using Docker
高级语言: Shell
项目地址: git://github.com/jamesattard/hbase-es-kafka.git
创建时间: 2018-02-21T14:10:54Z
项目社区:https://github.com/jamesattard/hbase-es-kafka

开源协议:

下载


HBase + ElasticSearch + Kafka Setup Using Docker

This configuration builds an HBase, ElasticSearch and Kafka setup in a Docker topology. HBase and Kafka are built from Dockerfiles, while Elasticsearch (and the supporting Zookeeper for Kafka) are built using the official images.

Building

  1. $ git clone https://github.com/jamesattard/hbase-es-kafka
  2. $ cd hbase-es-kafka/
  3. $ docker-compose build

Run the HBase-ES-Kafka Cluster

  1. $ docker-compose up