crd-to-sample-yaml VS noyaml

Compare crd-to-sample-yaml vs noyaml and see what are their differences.

noyaml

A silly emotional rant about the state of devops tooling/the infrastructure sector in 2018. #noyaml.com (by ghuntley)
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
crd-to-sample-yaml noyaml
3 9
78 414
- -
7.8 5.3
4 days ago 2 months ago
JavaScript CSS
Apache License 2.0 GNU Affero General Public License v3.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.

crd-to-sample-yaml

Posts with mentions or reviews of crd-to-sample-yaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.

noyaml

Posts with mentions or reviews of noyaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Kubernetes Through the Developer's Perspective
    3 projects | dev.to | 26 Mar 2024
    Most commonly written in YAML, these files are large and complex to read and understand. And being written in YAML comes with its challenges (and quirks) since it is an additional programming language that devs need to learn.
  • JSON Canvas – An open file format for infinite canvas data
    12 projects | news.ycombinator.com | 11 Mar 2024
    YAML is kind of like C++:

    > You like C++ because you're only using 20% of it. And that's fine, everyone only uses 20% of C++, the problem is that everyone uses a different 20% :)

    https://eli.thegreenplace.net/2009/10/17/the-c-bashing-seaso...

    The YAML footguns are too numerous to reproduce here, so here are some sources:

    https://stackoverflow.com/questions/3790454/how-do-i-break-a...

    https://www.arp242.net/yaml-config.html

    https://noyaml.com/

  • Why the fuck are we templating YAML? (2019)
    27 projects | news.ycombinator.com | 23 Jan 2024
    Relevant: https://noyaml.com/

    YAML and its ecosystem is full of footguns and ergonomics problems, especially when the length of the document extends beyond the height of a user's editor or viewport. Loss of context with indentation, non-compliant or unsafe parsers, and strange boolean handling to name a few.

    It becomes even worse when people decide that static YAML data files should have variable substitution or control flow via templating. "Stringly-typed programming" if you will. If we all started writing JSON text templates I think a lot of people would rightly argue we should write small stdlib-only programs in Python, Typescript, or Ruby to emit this JSON instead of using templated text files. Then it becomes apparent that the YAML template isn't a static data file at all, but part of a program which emits YAML as output. We're already exposing people to basic programming if we're using YAML templates. People brew a special kind of YAML-templated devops hell using tools like Kustomize and Helm, each of which are "just YAML" but are full of idiosyncracies and tool-specific behaviour which make the use of YAML almost coincidental rather than a necessity.

    Yes, sometimes people would prefer to look at YAML instead of JSON, in which case I suggest you use a YAML serialization library, or pipe output into a tool like `yq` so you can view the pretty output. In a pinch you could even output JSON and then feed it through a YAML formatter.

    The Kubernetes community seems to have this penetrating "oh, it's just YAML" philosophy which means we get mediocre DSLs in "just YAML" which actually encode a lot of nuanced and unintuitive behaviour which varies from tool to tool.

    Look at kyverno, for examle: it uses _parentheses_ in YAML key names to change the semantics of security policies! https://kyverno.io/docs/writing-policies/validate/ . This is different to what I think is the (much better ideas of) something like kubewarden, gatekeeper, or jspolicy, which allow engineers to write their policies in anything that compiles to WASM, OPA, and Typescript/Javascript respectively.

    We engineers, as a discipline, have decades of know-how building and using general purpose programming languages with type checkers, linters, packaging systems, and other tools, but we throw them all away as soon as YAML comes along. It's time to put the stringified YAML templates away and engage in the ecosystem of mature tools we already to use to perform one simple task they are already good at: dumping JSON on stdout.

    Let's move the control flow back into the tool and out of the YAML.

  • YAML's homepage is displayed in YAML
    2 projects | news.ycombinator.com | 28 Dec 2023
    The webpage documenting some of the sharp edges of yaml is also displayed as an editable yaml document

    https://noyaml.com/

  • stopDoingJson
    3 projects | /r/ProgrammerHumor | 9 Dec 2023
    It’s the least secure config format, even worse than XML IMO since it’s unsafe even with trusted inputs. https://noyaml.com/
  • That's a Lot of YAML
    1 project | /r/hypeurls | 29 Sep 2023
    14 projects | news.ycombinator.com | 28 Sep 2023

What are some alternatives?

When comparing crd-to-sample-yaml and noyaml you can also consider the following projects:

cloudnative-pg - CloudNativePG is a comprehensive platform designed to seamlessly manage PostgreSQL databases within Kubernetes environments, covering the entire operational lifecycle from initial deployment to ongoing maintenance

yj - CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.

argo-helm - ArgoProj Helm Charts

hjson - Hjson, a user interface for JSON

docgo - Now you are just a click away from official package documentation for Go repositories. DOCGO is a handy browser extension 🧱 to redirect from Go source code repositories to their official documentation 📄.

doximus - static, smart and developer friendly API documentation generator

kube-or-fake - Kube or Fake is an entertaining mini-game, where the player's goal is to correctly guess whether a ChatGPT generated word is a real Kubernetes term, or made up.

json2jsii - Generates jsii-compatible structs from JSON schemas

donatepal - A web app created using Golang for Donation management.

PyYAML

openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

blooddy_crypto - ActionScript (AS3) library for processing binary data. This library contains MD5, SHA-1, SHA-2 ( SHA-224 и SHA-256 ), Base64, CRC32 algorithms, JSON encoder & decoder as well as PNG and JPEG encoders.