Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comparison bullet points #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ help you. This is presented in the simple "Is/Is Not" format.
* ...a tool to make it easier to write YAML or JSON. You write Python, and YAML is an output format.
* ...a DSL with a completely new syntax. You use normal Python syntax with all
of it's features and nothing changed.
* ...CDK.
* ...multi-language, or even pseudo-multi-language (like CDK). Python has great support for typed objects, can directly run scripts without compilation, and has an easy learning curve. The hard part ut defining infrastructure is not having to leave your native application development language, it's learning the correct details and semantics of a large infrastructure library, as well as understanding a different deployment lifecycle.
* ...a templating language, like Jinja2.
* ...a template management tool, like Ansible.
* ...an independent implementation of infrastructure management, like AWS
Expand All @@ -141,6 +143,7 @@ help you. This is presented in the simple "Is/Is Not" format.
* ...a validation tool - although it could become this in the future, and
already has elements of validation as a by-product of presenting a helpful
interface to users.
* ...Ben Kehoe's perfect cloud infrastructure tool. It just makes one hard aspect of the current tool a lot easier

# Sounds Great, Can I Use It?

Expand Down