magic-modules VS mazzle

Compare magic-modules vs mazzle and see what are their differences.

mazzle

run server for building large and complicated consistent environments http://devops-pipeline.com (by samsquire)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
magic-modules mazzle
5 4
747 83
1.9% -
9.9 2.3
about 2 hours ago 7 months ago
HTML Python
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

magic-modules

Posts with mentions or reviews of magic-modules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-25.
  • I think GCP is better than AWS – by Fernando Villalba
    6 projects | news.ycombinator.com | 25 Oct 2023
    Given: https://registry.terraform.io/providers/hashicorp/google/5.3...

    how would any reasonable person know what https://registry.terraform.io/providers/hashicorp/google/5.3... to enable without (a) trying it and squinting at the error message (b) clicking on the <> then realizing it, also, does not mention run.googleapis.com, click on "supported service endpoints" <https://cloud.google.com/run/docs/reference/rest#rest_endpoi...> and only then learning about https://cloud.google.com/run/docs/reference/rest#service:-ru...

    Repeat for https://registry.terraform.io/providers/hashicorp/google/5.3... although in both cases I guess the astute reader may have spotted the run.googleapis.com in the forbidden service labels and cloudidentity.googleapis.com in the example

    Since, to the best of my knowledge those bindings are auto generated <https://github.com/GoogleCloudPlatform/magic-modules#magic-m...>, I would hypothesize it is not insurmountable drop in the seemingly existing declaration of APIs required: https://github.com/GoogleCloudPlatform/magic-modules/blob/7d... https://github.com/GoogleCloudPlatform/magic-modules/blob/7d...

  • Terraform Plugin Framework Development: How to implement nested attributes?
    5 projects | /r/Terraform | 11 Apr 2022
    In the case of the Google Cloud Platform provider, folks at Google built magic modules with the explicit goal of being able to generate schemas and behaviors for a Terraform provider and for other systems with similar needs. Since the vendor was explicitly aiming to support Terraform, this was the most ideal case where the schema could be designed to contain all of the information needed to generate a functional, usable provider.
  • How to contribute/update to a Terraform provider?
    1 project | /r/Terraform | 11 Oct 2021
    I think the "Developing the provider" instructions in this provider's repository are rather stale, because they still talk about GOPATH even though that's been obsolete for several Go versions now. Note also that much of the code in that repository is auto-generated from an upstream repository googleCloudPlatform/magic-modules, and so for some changes it may be better to contribute there once you've tested the modifications more directly inside the provider repository.
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    For GCP, both ansible modules and terraform modules are actually generated from https://github.com/GoogleCloudPlatform/magic-modules, so their "production readiness" are the same.

    I understand that mitchellh himself personally created a bunch of cloud modules for terraform at the beginning, and those were likely of higher quality than whatever created by some internal developers assigned by Google/Microsoft, and might be slightly better than the AWS modules maintained by community.

    Anyway, when it comes to ansible versus terraform, we shall move the discourse to states management instead. With ansible, you don't have to deal with states, but will need to clean up the cloud resources separately. With terraform, you can use the tool to clean up the cloud resources easily, but then you also have the headache of managing states. Plus, whenever you change something, there is always the nagging feeling that it will do a destroy/recreate instead of an in-place update.

  • Pulumi 3.0
    5 projects | news.ycombinator.com | 20 Apr 2021
    The Terraform provider for Google Cloud uses partial autogeneration, here is the repo that does the autogeneration for multiple automation tools:

    https://github.com/GoogleCloudPlatform/magic-modules

mazzle

Posts with mentions or reviews of mazzle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-08.
  • Shells Are Two Things
    11 projects | news.ycombinator.com | 8 Feb 2023
    I've been experimenting with alternative pipeline syntaxes.

    One example is using Graphviz graph files as an execution plan for software deployments. You can see a graph here:

    https://github.com/samsquire/mazzle/blob/master/docs/archite...

    I wrote code with networkx to parse this graph dot file and then follow the plan topologically, spinning up packer, terraform, bash scripts, compilation and so on. It also executes graph nodes in parallel where it can.

    I talk about it here https://devops-pipeline.com/

    My problem with bash pipelines is passing data along and referring to previous steps' data. You kind of need to enrich the data that goes along the pipeline.

  • Graphviz v7
    10 projects | news.ycombinator.com | 24 Oct 2022
    I use Graphviz dot syntax to configure entire cloud computing environments in the order they must be built. This is pipelines as code and infrastructure as code

    It's very powerful! Not every organisation can bring up an entire environment with one command.

    Here is a executable diagram of a build worker cloud nodes, Kubernetes, consul, vault, Debian package server, Java app, SSH bastion, Prometheus, grafana, DNS and security groups.

    https://github.com/samsquire/mazzle/blob/master/docs/archite...

    The tool also parallelises the build based on the graph so packer builds can run in parallel.

    https://devops-pipeline.com/

    It also has a GUI but it's not ready for other people to use.

  • Terraform v1.0 Is Out
    3 projects | news.ycombinator.com | 8 Jun 2021
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    I use a tool I wrote to layer my infrastructure with layers called components and I configure it with a Graphviz file.

    My tool, called mazzle (previously devops-pipeline) would run parts of the graph that can run in parallel in parallel. It can also run parts of the build on SSH workers. You bring up the workers at the beginning of the build.

    Here's an example of a graph generated from graphviz file: https://github.com/samsquire/mazzle/blob/master/docs/archite...

    This graph brings up a hashicorp vault server, Java application, bastion proxy etc.

    here's the graphviz file: https://github.com/samsquire/mazzle-starter/blob/master/arch...

    It describes the ordering of the infrastructure, the invocation of Ansible, packer, shell scripts to set up vault etc.

    The idea is to be able to bring up a new environment by changing one parameter. There's a React GUI too.

    https://devops-pipeline.com

What are some alternatives?

When comparing magic-modules and mazzle you can also consider the following projects:

terraform-ls - Terraform Language Server

dhall-kubernetes - Typecheck, template and modularize your Kubernetes definitions with Dhall

desktop-ansible - Ansible Playbooks to install Arch on my PC from scratch

xontrib-pipeliner - Let your pipe lines flow thru the Python code in xonsh.

tf2pulumi - A tool to convert Terraform projects to Pulumi

governance - Documentation and automation for the Concourse project governance model.

terraform-cdk - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform

pulumi-provider-boilerplate - Boilerplate showing how to create a native Pulumi provider

saddle-data-graph - where does it come from, where does it go?

pulumi-terraform-bridge - A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi.

drawio-desktop - Official electron build of draw.io