cookbook 'dataduct', '~> 0.4.1'
dataduct (8) Versions 0.4.1 Follow0
Installs/Configures dataduct
cookbook 'dataduct', '~> 0.4.1', :supermarket
knife supermarket install dataduct
knife supermarket download dataduct
dataduct Cookbook
Installs dataduct
Requirements
- Python runtime
- Chef 12.15 or later
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.4.1 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
0.4.1 failed this metric
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): dataduct/resources/config.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): dataduct/resources/default.rb: 1
Chef/Modernize/UseBuildEssentialResource: Use the build_essential resource instead of the legacy build-essential recipe. This resource ships in the build-essential cookbook v5.0+ and is built into Chef Infra Client 14+ (https://docs.chef.io/workstation/cookstyle/chef_modernize_usebuildessentialresource): dataduct/resources/default.rb: 11
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
No Binaries Metric
0.4.1 passed this metric
Testing File Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.4.1 failed this metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
0.4.1 failed this metric
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): dataduct/resources/config.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): dataduct/resources/default.rb: 1
Chef/Modernize/UseBuildEssentialResource: Use the build_essential resource instead of the legacy build-essential recipe. This resource ships in the build-essential cookbook v5.0+ and is built into Chef Infra Client 14+ (https://docs.chef.io/workstation/cookstyle/chef_modernize_usebuildessentialresource): dataduct/resources/default.rb: 11
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
No Binaries Metric
0.4.1 passed this metric
Testing File Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.4.1 failed this metric
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): dataduct/resources/default.rb: 1
Chef/Modernize/UseBuildEssentialResource: Use the build_essential resource instead of the legacy build-essential recipe. This resource ships in the build-essential cookbook v5.0+ and is built into Chef Infra Client 14+ (https://docs.chef.io/workstation/cookstyle/chef_modernize_usebuildessentialresource): dataduct/resources/default.rb: 11
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
0.4.1 passed this metric
Testing File Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.4.1 failed this metric
0.4.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number