Coder Social home page Coder Social logo

hfm / puppet-embulk Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 96 KB

Manage installation of embulk and its plugins with Puppet

Home Page: https://forge.puppetlabs.com/hfm/embulk

License: MIT License

Ruby 86.87% Puppet 13.13%
embulk puppet puppet-forge

puppet-embulk's Introduction

puppet-embulk

Build Status Puppet Forge Puppet Forge

Table of Contents

  1. Overview
  2. Setup - The basics of getting started with embulk
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Overview

Manage installation of embulk/embulk and its plugins with Puppet on CentOS.

Setup

puppet module install hfm-embulk

or using rodjek/librarian-puppet:

mod 'hfm-embulk'

and execute librarian-puppet install.

Used modules

Usage

Installation of embulk

include ::embulk

# Default latest version
class { '::embulk': }

# Or you can specify the version of embulk.
class { '::embulk':
  ensure => '0.8.1',
}

# Or you can specify the user of embulk.
class { '::embulk':
  user => 'embulk_user',
}

Installation of embulk plugins

Using embulk gem command to install embulk plugins like the following:

include ::embulk

::embulk::plugin {
  # Enable to use an array
  [
    'embulk-parser-ltsv',
    'embulk-filter-insert',
  ]:
    ensure => present;

  # You can use latest to be up-to-date version.
  # Default to present.
  'embulk-output-bigquery':
    ensure => latest;
}

Limitations

Tested on:

  • CentOS 5.11
  • CentOS 6.6
  • CentOS 7.2.1511
  • Ubuntu 14.04
  • Ubuntu 12.04
  • Debian 8
  • Debian 7
  • Debian 6

puppet-embulk's People

Contributors

hfm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

pyama86

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.