cookbook 'dataduct', '= 0.2.0'
dataduct (8) Versions 0.2.0 Follow0
Installs/Configures dataduct
cookbook 'dataduct', '= 0.2.0', :supermarket
knife supermarket install dataduct
knife supermarket download dataduct
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
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- 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.0 passed this metric
Foodcritic Metric
0.2.0 failed this metric
FC033: Missing template: /tmp/6c78cb90cca2220fe9c400ec/dataduct/resources/config.rb:38
0.2.0 passed this metric
0.2.0 failed this metric
FC033: Missing template: /tmp/6c78cb90cca2220fe9c400ec/dataduct/resources/config.rb:38