Show HN: Generate code and diagrams from live infrastructure, AWS/Azure/GCP

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • grucloud

    Generate code and diagrams from cloud infrastructures: AWS, Azure, GCP, Kubernetes

  • terraformer

    CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code

  • Seems like a potentially useful tool. Another related approach is https://github.com/GoogleCloudPlatform/terraformer ("reverse Terraform"), which might be better if your end goal is to build Terraform scripts for existing infra.

    However I like the idea of using these visualizations to grok or monitor infra; say as a Platform or Security engineering team, you might want to keep an eye on specific classes of resource like storage buckets, load balancers, etc.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • aws-cdk

    The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

  • A while ago I started using the AWS CDK and never looked back, I can write all the infrastructure code in a real programming language with auto complete and proper IDE support, no more hacky YAML syntax for simple if statements!

    Issue with using config for these things is that more complex structures don't scale that well, in code you can do abstractions to make everything easier to reason about.

    https://aws.amazon.com/cdk/

  • cdk-dia

    Automated diagrams of CDK provisioned infrastructure

  • And then there are projects like CDK-Dia that are taking infra documentation one step further.

    https://github.com/pistazie/cdk-dia

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Porter Cloud – PaaS you can eject

    1 project | news.ycombinator.com | 27 Mar 2024
  • Starting My AWS Certification Journey as a Certified Cloud Practitioner

    6 projects | dev.to | 10 Dec 2023
  • Scaling Knative to 100K+ Webapps

    1 project | news.ycombinator.com | 8 Oct 2023
  • Your first API with GO & Nitric

    2 projects | dev.to | 27 Sep 2023
  • Programmatically retrieving secrets from Parameter Store and Secrets Manager

    5 projects | dev.to | 27 Jul 2023