Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

dataduct (8) Versions 0.2.1

Installs/Configures dataduct

Policyfile
Berkshelf
Knife
cookbook 'dataduct', '= 0.2.1', :supermarket
cookbook 'dataduct', '= 0.2.1'
knife supermarket install dataduct
knife supermarket download dataduct
README
Dependencies
Changelog
Quality 100%

dataduct Cookbook

Installs dataduct

Requirements

  • Python runtime
  • Chef 12

Usage

dataduct::default

Just include dataduct in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[dataduct]"
  ]
}

Providers

dataduct

dataduct 'default' do
  python_runtime_version '2'
  mysql_dev_package 'libmysqlclient-dev'
  postgres_dev_package 'libpq-dev'
  action :install
end
dataduct_config 'default' do
  ec2_security_group_id 'sg-ojete'
  ec2_subnet_id 'subnet-calor'
  s3_etl_bucket 'bucket-molon'
  s3_base_path 'staging'
  etl_role 'DataPipelineRole'
  resource_role 'datapipe'
  mysql_host 'almendra'
  mysql_password 'secure_password'
  mysql_username 'mysql_user'
  redshift_cluster_name 'funny_cluster_name'
  redshift_database_name 'funny_database_name'
  redshift_host 'redshift_hostname'
  redshift_password 'supersecureredshiftpassword'
  redshift_user 'redshiftuser'
end

Where:
- python_runtime_version: Is the major Python runtime version
- mysql_dev_package: Is the system package containing MySQL headers
- postgres_dev_package: Is the system package containing PostgreSQL headers

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors:
- Vicente Dominguez vicendominguez@users.noreply.github.com
- Jose Luis Salas josacar@users.noreply.github.com
- Omar Lopez pollosp@users.noreply.github.com

Dependent cookbooks

build-essential >= 0.0.0
poise-python ~> 1.4

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

dataduct CHANGELOG

This file is used to list changes made in each version of the dataduct cookbook.

unreleased

  • Update README

0.1.1

  • Add default action in default resource

0.1.0

  • Initial release of dataduct

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.2.1 passed this metric

Foodcritic Metric
            

0.2.1 passed this metric