pulumi-tf-provider-boilerplate VS mazzle-starter

Compare pulumi-tf-provider-boilerplate vs mazzle-starter and see what are their differences.

pulumi-tf-provider-boilerplate

Boilerplate code for Terraform provider-backed Pulumi packages (by pulumi)

mazzle-starter

infrastructure built using devops-pipeline (by samsquire)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pulumi-tf-provider-boilerplate mazzle-starter
3 3
68 9
- -
6.1 3.4
12 days ago 7 months ago
Go HCL
Apache License 2.0 -
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.

pulumi-tf-provider-boilerplate

Posts with mentions or reviews of pulumi-tf-provider-boilerplate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-21.
  • We are the Pulumi Engineering team - Ask us about our new products and features
    13 projects | /r/pulumi | 21 Jun 2023
    I'm interested in how to take existing high-quality Terraform Providers and convert them into Pulumi providers. Can you discuss the future roadmap for this project and any others around this effort.
  • What's missing in Pulumi?
    2 projects | /r/pulumi | 21 Jul 2021
    The documentation on https://github.com/pulumi/pulumi-tf-provider-boilerplate would benefit from more examples and further explanation. I had to reverse engineer the pulumi-aws provider to be able to wrap an existing TF provider.
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    > If Pulumi didn't bless it, it doesn't exist in Pulumi's world.

    That has not been my experience. I have personally ported a Sentry TF provider into Pulumi, and I will grant you that their docs and examples are bordering on active user hatred for exercising the process, but it does work:

    https://github.com/pulumi/pulumi-terraform-bridge#adapting-a...

    https://github.com/pulumi/pulumi-tf-provider-boilerplate#rea...

    What mystifies me about that situation is that I do actually appreciate the amount of silliness that is required to avoid using Pulumi cloud: they are not financially incentivized to make that easy, but I'd guess a lot more folks would nope right out if they didn't make it possible

    However, I would think they'd want to make ingesting a TF provider into Pulumi as smooth and reliable as possible, so they don't have people close their browser tab when they don't find a supported provider for Pulumi but it exists in TF

mazzle-starter

Posts with mentions or reviews of mazzle-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-08.
  • Scaling Relational SQL Databases
    1 project | news.ycombinator.com | 17 Jun 2021
    I take advantage of I/O being parallel in Python in my mazzle continuous integration pipeline tool. I'm not sharing mutable state.

    I spin up a graph of python Threads and each joins others in a graph. This way we can run graphs in parallel. See this graph - the parts that look like this:

    dependency -> {parallel1; parallel2; parallel3} -> postparallel

    parallel1, parallel2, parallel3 can run in parallel in a separate python thread because the IO is parallel.

    postparallel joins parallel1, parallel2, parallel3 and waits for them all to complete.

    Where parallel1-3 is things like ansible, packer (slow), AMI builds, chef runs etc.

    https://github.com/samsquire/mazzle-starter/blob/master/arch...

  • 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 pulumi-tf-provider-boilerplate and mazzle-starter you can also consider the following projects:

civo-production-ready-kubernetes - The repository for the CIVO Navigate talk: How To Build A Production Ready Kubernetes

dhall-terraform - Generate dhall records from terraform resouces, data_sources & providers

aws-cloudformation-resource-providers-rds - The CloudFormation Resource Provider Package For Amazon Relational Database Service

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

pulumi-aws-native - AWS Native Provider for Pulumi

aws-cloudformation-res

terraform-lsp - Language Server Protocol for Terraform

terraform-ls - Terraform Language Server

cnab-spec - Cloud Native Application Bundle Specification

porter - Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.

cue - CUE has moved to https://github.com/cue-lang/cue