Code Monkey home page Code Monkey logo

puppet-druid's Introduction

Table of Contents

  1. Overview
  2. Module Description
  3. Setup
  4. Usage
  5. Limitations.
  6. Development

Overview

Puppet module to manage Druid based on the Imply.io stack. This module manage all the Druid daemons and Bard.

This module has only been tested on Ubuntu 14.04.

Module Description

This module will deploy the Imply.io tarball (See : http://imply.io/download) and will give you the possibility to start the different Druid services but also Bard (Bundle for Pivot, Plywood, and PlyQL).

More information about the Imply.io bundle here : http://imply.io.

Setup

What druid affects

Files manage by this module :

If asked, the module will also deploy Java and Nodejs.

Setup Requirements

Usage

Deploy the tarball and the common configuration :

class { 'druid':
  imply_version => '1.1.0'
}

If you also want to install Java :

class { 'druid':
  install_java => true,
}

By default, the package 'openjdk-8-jdk' from the PPA ppa:openjdk-r/ppa' will be deployed. You can override this configuration.

Configure a Master node :

class { 'druid': }
class { 'druid::coordinator': }
class { 'druid::overlord': }

Configure a Data node :

class { 'druid': }
class { 'druid::middle_manager': }
class { 'druid::historical': }

Configure a Query node :

class { 'druid': }
class { 'druid::broker': }
class { 'druid::bard': }

By default the class druid::bard will deploy Nodejs. If you want to manage Nodejs from another class, you can disable it :

class { 'druid::bard':
  install_nodejs => false,
}

Limitations

This module has only been tested with Ubuntu 14.04 and Puppet 3.8.x

Development

See CONTRIBUTING.md

puppet-druid's People

Contributors

pryz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.